Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
asach
 
Posts: n/a
Default Return blank cell using a formula

Here is my formula: =if(iserr(h3/g3),"",h3/g3)

The problem is I am using this data in a line chart and whenever there is a
"", my line drops all the way down to zero. Can I make the formula
completely blank the cell rather than filling it with a space?
  #2   Report Post  
Peo Sjoblom
 
Posts: n/a
Default

Try

=if(iserr(h3/g3),NA(),h3/g3)

--

Regards,

Peo Sjoblom


"asach" wrote in message
...
Here is my formula: =if(iserr(h3/g3),"",h3/g3)

The problem is I am using this data in a line chart and whenever there is

a
"", my line drops all the way down to zero. Can I make the formula
completely blank the cell rather than filling it with a space?



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

See if this makes it look any better:

=IF(ISERR(H3/G3),NA(),H3/G3)

Regards

Trevor


"asach" wrote in message
...
Here is my formula: =if(iserr(h3/g3),"",h3/g3)

The problem is I am using this data in a line chart and whenever there is
a
"", my line drops all the way down to zero. Can I make the formula
completely blank the cell rather than filling it with a space?



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
formula to return the value of a cell based on a looked up true reference sarah Excel Worksheet Functions 2 February 2nd 05 08:15 PM
Formula to return cell contents based on multiple conditions Bill Excel Worksheet Functions 3 January 19th 05 09:59 AM
GET.CELL Biff Excel Worksheet Functions 2 November 24th 04 07:16 PM
how do i create a blank cell in excel using a formula Tosh Excel Worksheet Functions 1 November 2nd 04 04:22 PM
VLookup resulting in a blank cell... KempensBoerke Excel Worksheet Functions 1 October 28th 04 09:57 PM


All times are GMT +1. The time now is 04:07 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"