Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Hardip
 
Posts: n/a
Default Remove the "False" from Statement

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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
JE McGimpsey
 
Posts: n/a
Default Remove the "False" from Statement

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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Don Guillett
 
Posts: n/a
Default Remove the "False" from Statement

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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
barrfly
 
Posts: n/a
Default Remove the "False" from Statement


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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Hardip
 
Posts: n/a
Default Remove the "False" from Statement

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Remove leading Numbers from text DBLWizard Excel Worksheet Functions 2 March 31st 05 11:08 PM
What statement to use? Paul Excel Worksheet Functions 6 February 13th 05 05:23 PM
How do I fix a circular reference in a financial statement? drjayhawk25 Excel Discussion (Misc queries) 0 February 7th 05 05:19 PM
7+ nested if statement? Turi Excel Worksheet Functions 3 December 20th 04 07:55 PM
Statement lintan Excel Worksheet Functions 1 December 2nd 04 11:31 PM


All times are GMT +1. The time now is 07:10 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"