Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
How do I set up my worksheet to use the IF Command.
I have Columns C D E G in a Row C can only have a value of 1 to 5. If this value is filled in D & E must be blank and G should be 5 D can only have a value of 0. If filled in C & E must be blank and G should be 5 If C & D is blank E should have NA and G should be 0 |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Cell E:
=IF(C14="",IF(D14="","N/A",""),"") Cell G =IF(C14<"",5,0) "Eugene" wrote: How do I set up my worksheet to use the IF Command. I have Columns C D E G in a Row C can only have a value of 1 to 5. If this value is filled in D & E must be blank and G should be 5 D can only have a value of 0. If filled in C & E must be blank and G should be 5 If C & D is blank E should have NA and G should be 0 |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
correction to G
=IF(C14<"",5,IF(D14=0,5,0)) "Eugene" wrote: How do I set up my worksheet to use the IF Command. I have Columns C D E G in a Row C can only have a value of 1 to 5. If this value is filled in D & E must be blank and G should be 5 D can only have a value of 0. If filled in C & E must be blank and G should be 5 If C & D is blank E should have NA and G should be 0 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Pivot Table Error Message - "Command Text not set for command obje | Excel Discussion (Misc queries) | |||
if command | Excel Worksheet Functions | |||
Command Bar | New Users to Excel | |||
Map command | Excel Discussion (Misc queries) | |||
Excel has a "Find Next" command but no "Find Previous" command. | Excel Discussion (Misc queries) |