Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Reefaman
 
Posts: n/a
Default Ignoring Blank Cells


Hi all
I am trying to put a result "R" in cell H13 if the value in cell D13 is
greater than or equal to zero. This is the formula I came up with
=IF(D13=0,"R")
The trouble is when the cell is blank it still returns the result "R".
How can I leave H13 blank when D13 is blank but still return the
correct result when D13 is populated.
Thanks
Reef


--
Reefaman
------------------------------------------------------------------------
Reefaman's Profile: http://www.excelforum.com/member.php...o&userid=31968
View this thread: http://www.excelforum.com/showthread...hreadid=550802

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Bob Phillips
 
Posts: n/a
Default Ignoring Blank Cells

=IF(AND(ISNUMBER(D13),D13=0),"R")

--

HTH

Bob Phillips

(replace xxxx in the email address with gmail if mailing direct)

"Reefaman" wrote in
message ...

Hi all
I am trying to put a result "R" in cell H13 if the value in cell D13 is
greater than or equal to zero. This is the formula I came up with
=IF(D13=0,"R")
The trouble is when the cell is blank it still returns the result "R".
How can I leave H13 blank when D13 is blank but still return the
correct result when D13 is populated.
Thanks
Reef


--
Reefaman
------------------------------------------------------------------------
Reefaman's Profile:

http://www.excelforum.com/member.php...o&userid=31968
View this thread: http://www.excelforum.com/showthread...hreadid=550802



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
CLR
 
Posts: n/a
Default Ignoring Blank Cells

Maybe.........

=IF(D13="","",IF(D13=0,"R",D13))

Vaya con Dios,
Chuck, CABGx3


"Reefaman" wrote in
message ...

Hi all
I am trying to put a result "R" in cell H13 if the value in cell D13 is
greater than or equal to zero. This is the formula I came up with
=IF(D13=0,"R")
The trouble is when the cell is blank it still returns the result "R".
How can I leave H13 blank when D13 is blank but still return the
correct result when D13 is populated.
Thanks
Reef


--
Reefaman
------------------------------------------------------------------------
Reefaman's Profile:

http://www.excelforum.com/member.php...o&userid=31968
View this thread: http://www.excelforum.com/showthread...hreadid=550802



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
Excel inserted 0's in cells linked to blank cells lburg801 Excel Discussion (Misc queries) 5 October 28th 05 11:32 PM
pivot tables reports - altering display of (blank) cells cak Excel Worksheet Functions 1 August 22nd 05 12:39 AM
CONCATENATE problem with blank cells roger_home Excel Discussion (Misc queries) 1 August 17th 05 09:18 PM
Copy down - special to fill only the blank cells Mike Excel Discussion (Misc queries) 3 April 18th 05 10:08 PM
Non Blank - Blank Cells???? Reggie Excel Discussion (Misc queries) 3 January 12th 05 12:04 AM


All times are GMT +1. The time now is 04:30 AM.

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"