#1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5
Default bLANK cELL

I'm trying to use the formula ( below) to display a blank cell if there is
no value or the cell is blank
it displays 0 in the resulting cell
Any help appreciated.

Roger

=IF(ISERROR(AW570*G570)," ",(AW570*G570))




  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 772
Default bLANK cELL

=IF(AW570*G570=0,"",AW570*G570)
--
-John
Please rate when your question is answered to help us and others know what
is helpful.


"shawnews" wrote:

I'm trying to use the formula ( below) to display a blank cell if there is
no value or the cell is blank
it displays 0 in the resulting cell
Any help appreciated.

Roger

=IF(ISERROR(AW570*G570)," ",(AW570*G570))





  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 390
Default bLANK cELL

In <xkmui.43718$rX4.24014@pd7urf2no, shawnews spake
thusly:

I'm trying to use the formula ( below) to display a blank cell
if there is no value or the cell is blank it displays 0 in the
resulting cell Any help appreciated.

=IF(ISERROR(AW570*G570)," ",(AW570*G570))


Well, if the cells are blank then it's not an error, is why.
It sounds like maybe you want this:

=IF(OR(ISERROR(AW570*G570),AW570*G570=0),"",(AW570 *G570))

=dman=
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
Average Formula to display blank cell if named range is blank Rachael F Excel Worksheet Functions 3 February 22nd 08 05:05 PM
Start Cell B1 then find first blank cell, insert subtotal, next non blank, then next blank, sutotal cells in between......... [email protected][_2_] Excel Programming 2 June 7th 07 09:27 PM
Need macro to check if cell is not blank & previous cell is blank, copy information from row above & paste JenIT Excel Programming 4 April 12th 07 08:56 PM
Copy to first Blank cell in Colum C Non blank cells still exist be Ulrik loves horses Excel Programming 2 October 8th 06 07:35 PM
COPY A CONCATENATE CELL TO BLANK CELL PUTTING IN THE NEXT BLANK C. QUEST41067 Excel Discussion (Misc queries) 1 January 15th 05 09:29 PM


All times are GMT +1. The time now is 08:32 PM.

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"