Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi All
I have created the following forumula: =IF(AND($W2=3,$W2<4),"Greater than 2 Year Old") What I want to do is leave the cell blank - I Don't want a 'space' or the FALSE written in the cell. How do I remove this? I'd appreciate any pointers. TIA - H |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
One way:
=IF(AND($W2=3,$W2<4),"Greater than 2 Year Old","") In article , Hardip wrote: Hi All I have created the following forumula: =IF(AND($W2=3,$W2<4),"Greater than 2 Year Old") What I want to do is leave the cell blank - I Don't want a 'space' or the FALSE written in the cell. How do I remove this? I'd appreciate any pointers. TIA - H |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
IF(AND($W2=3,$W2<4),"Greater than 2 Year Old")
IF(AND($W2=3,$W2<4),"Greater than 2 Year Old","") -- Don Guillett SalesAid Software "Hardip" wrote in message ... Hi All I have created the following forumula: =IF(AND($W2=3,$W2<4),"Greater than 2 Year Old") What I want to do is leave the cell blank - I Don't want a 'space' or the FALSE written in the cell. How do I remove this? I'd appreciate any pointers. TIA - H |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() try =IF(AND($W2=3,$W2<4),"Greater than 2 Year Old","") -- barrfly Excel User - Energy markets ------------------------------------------------------------------------ barrfly's Profile: http://www.excelforum.com/member.php...fo&userid=4141 View this thread: http://www.excelforum.com/showthread...hreadid=527166 |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Thanks - I feel stupid now!!!
"JE McGimpsey" wrote: One way: =IF(AND($W2=3,$W2<4),"Greater than 2 Year Old","") In article , Hardip wrote: Hi All I have created the following forumula: =IF(AND($W2=3,$W2<4),"Greater than 2 Year Old") What I want to do is leave the cell blank - I Don't want a 'space' or the FALSE written in the cell. How do I remove this? I'd appreciate any pointers. TIA - H |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Remove leading Numbers from text | Excel Worksheet Functions | |||
What statement to use? | Excel Worksheet Functions | |||
How do I fix a circular reference in a financial statement? | Excel Discussion (Misc queries) | |||
7+ nested if statement? | Excel Worksheet Functions | |||
Statement | Excel Worksheet Functions |