Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
In the following formula, I need to change N21 to get it to be TRUE if there
are any words in the cell: =IF(J21,IF(K21,IF(L21,IF(M21,IF(N21,IF(T21," 0-Completed"),"5-Progressing"),"4-Supervisor Req'd"),"3-Resubmitting"),"2-Submitting"),"1-No Proposal") |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
how about
if(len(j2)2 -- Don Guillett SalesAid Software "Peter Blue" <Peter wrote in message ... In the following formula, I need to change N21 to get it to be TRUE if there are any words in the cell: =IF(J21,IF(K21,IF(L21,IF(M21,IF(N21,IF(T21," 0-Completed"),"5-Progressing"),"4-Supervisor Req'd"),"3-Resubmitting"),"2-Submitting"),"1-No Proposal") |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Custom functions calculating time arguments Help Desperate | Excel Worksheet Functions | |||
Possible Lookup Table | Excel Worksheet Functions | |||
Excel VB-Copy formula down until adjacent cell (left) is blank? | Excel Discussion (Misc queries) | |||
How to stop excel from plotting a "blank" cell with formula as zer | Excel Discussion (Misc queries) | |||
Blank a cell using a formula | Excel Discussion (Misc queries) |