Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=IF(OR(A1="",B1=""),"ZZZ","whatever your other answer is")
or =IF(AND(A1<"",B1<""),"whatever your other answer is","ZZZ") -- David Biddulph Don wrote: How do I create the following to determine the value of Cell C? IF Cell A = blank then Cell C = "ZZZ" IF Cell A = non-blank and Cell B = non-blank, then Cell C = Cell B IF Cell A = non-blank and Cell B = blank, then Cell C = "ZZZ" Thanks, Don |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Increase amount to achieve target | Excel Worksheet Functions | |||
How to distribute coins to achieve minimum difference? | Excel Discussion (Misc queries) | |||
need help to achieve this calculation | Excel Discussion (Misc queries) | |||
Using a formula across several columns to achieve a list of result | Excel Discussion (Misc queries) | |||
Trying to achieve defined format with any Excel | New Users to Excel |