Simple but difficult-to-find formatting solution
Closed
nealmiddle
Posts
1
Registration date
Monday November 24, 2014
Status
Member
Last seen
November 24, 2014
-
Nov 24, 2014 at 02:49 PM
Blocked Profile - Nov 24, 2014 at 04:24 PM
Blocked Profile - Nov 24, 2014 at 04:24 PM
Related:
- Simple but difficult-to-find formatting solution
- Driver pack solution - Download - Cleaning and optimization
- Simple diagram of hard disk - Guide
- Floppy disk fail 40 solution - Guide
- How to clear formatting in excel - Guide
- Phone formatting software for pc - Download - File management
1 response
Great question, I hope it is that easy. The formula for if then logic is as follows:
=if(logic_test, true, false)
So with that being said, you could do something like:
=if(a1="no","NA","")
So what you are doing is checking cell A1 with the formala entered into what ever cell you want the NA to display. If the cell does not contain NO, the cell displays nothing!
I hope this helps!
"If you would have told me 20 years ago that everyone was going to be a photographer in 20 years, I wouldn't have believed you!"
=if(logic_test, true, false)
So with that being said, you could do something like:
=if(a1="no","NA","")
So what you are doing is checking cell A1 with the formala entered into what ever cell you want the NA to display. If the cell does not contain NO, the cell displays nothing!
I hope this helps!
"If you would have told me 20 years ago that everyone was going to be a photographer in 20 years, I wouldn't have believed you!"