Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
I have the following: =IF(H7<=$J$3,"12/31/2006","Not Available"), which works
for the True/False. However, how do I throw in another variable: if H7 is a blank cell, then "immediately" is the result? thx, Karen |
#2
![]() |
|||
|
|||
![]()
=IF(ISBLANK(H7),"immediately",IF(H7<=$J$3,"12/31/2006","Not Available"))
-- HTH RP (remove nothere from the email address if mailing direct) "Karen" wrote in message ... I have the following: =IF(H7<=$J$3,"12/31/2006","Not Available"), which works for the True/False. However, how do I throw in another variable: if H7 is a blank cell, then "immediately" is the result? thx, Karen |
#3
![]() |
|||
|
|||
![]()
Bob, thanks a million! Your answer was 100% right on and your response was
extremely quick. Kudos! Karen "Bob Phillips" wrote: =IF(ISBLANK(H7),"immediately",IF(H7<=$J$3,"12/31/2006","Not Available")) -- HTH RP (remove nothere from the email address if mailing direct) "Karen" wrote in message ... I have the following: =IF(H7<=$J$3,"12/31/2006","Not Available"), which works for the True/False. However, how do I throw in another variable: if H7 is a blank cell, then "immediately" is the result? thx, Karen |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel VB-Copy formula down until adjacent cell (left) is blank? | Excel Discussion (Misc queries) | |||
How can I use a cell reference in Sumproduct array formula? | Excel Discussion (Misc queries) | |||
Is it Possible in a formula to have a formula for cell reference? | Excel Worksheet Functions | |||
HOW DO I COPY FORMULA WITHOUT CHANGING CELL REFERENCE | Excel Discussion (Misc queries) | |||
formula to return the value of a cell based on a looked up true reference | Excel Worksheet Functions |