Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
TazzyDal
 
Posts: n/a
Default IF statement result


I have an IF statement that is as follows:

=if(a1=99%,"yes,"no")

What I would like to see is if cell a1 is blank, then neither "yes" or
no" are returned, the cell would remain blank......


--
TazzyDal
  #2   Report Post  
JE McGimpsey
 
Posts: n/a
Default

One way:

=IF(A1="","",IF(A1=99%,"yes","no"))

The formula will return a null string, which displays as if the cell
were blank.


In article ,
TazzyDal wrote:

I have an IF statement that is as follows:

=if(a1=99%,"yes,"no")

What I would like to see is if cell a1 is blank, then neither "yes" or
no" are returned, the cell would remain blank......

  #3   Report Post  
Trevor Shuttleworth
 
Posts: n/a
Default

TazzyDal

=IF(A1="","",IF(A1=99%,"yes,"no"))

Regards

Trevor


"TazzyDal" wrote in message
...

I have an IF statement that is as follows:

=if(a1=99%,"yes,"no")

What I would like to see is if cell a1 is blank, then neither "yes" or
no" are returned, the cell would remain blank......


--
TazzyDal



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
convert value in word. For Exampe Rs.115.00 convert into word as . Shakti Excel Discussion (Misc queries) 1 May 10th 05 12:00 PM
How can i change this VBA project According to Indian Numeric Rao Ratan Singh Excel Discussion (Misc queries) 1 April 21st 05 07:53 PM
Conversion SVC Excel Worksheet Functions 9 February 28th 05 02:29 PM
Is there a formula to spell out a number in excel? Sha-nay-nay Excel Worksheet Functions 2 December 18th 04 09:25 PM
Convert Numeric into Text Monty Excel Worksheet Functions 0 December 18th 04 09:25 PM


All times are GMT +1. The time now is 03:42 AM.

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

About Us

"It's about Microsoft Excel"