Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi everyone,
I have written the following formula =IF(K11<=0,"Passed Live Date",IF(AND(K11<=7,K11=1),"Within One Week",IF(AND(K11<=14,K11=8),"Within Two Weeks",IF(K11=15,"Over Two Weeks")))) I currently have 'if K11 is less than 0 return "Passed Live Date" What I do require is if K11 is 0 to -30(minus 30) return "Passed Live Date" and if K11 is -31 to -999 return " " I have tried to write the above but I can't get it to work, I guess this is something to do with the number being minus Hope I have provided enough info |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Return a value to a cell that is blank | Excel Discussion (Misc queries) | |||
Return cell adress for next non-blank cell in a range | Excel Worksheet Functions | |||
return a blank cell | Excel Worksheet Functions | |||
use IF to return a truly blank cell | Excel Discussion (Misc queries) | |||
return zero from a blank cell | Excel Worksheet Functions |