PC Review
Forums
Newsgroups
Microsoft Excel
Microsoft Excel Charting
How do I retain blank cell status in an IF statement?
Forums
Newsgroups
Microsoft Excel
Microsoft Excel Charting
How do I retain blank cell status in an IF statement?
![]() |
How do I retain blank cell status in an IF statement? |
|
|
Thread Tools | Rate Thread |
|
|
#1 |
|
Guest
Posts: n/a
|
I have a monthly multiline graph to which I add data by day. The graph lines
terminate at the first empty cell (day) in the series, which is what I want. However, If I use an IF statement to prime the cells dynamically the graph lines drop to zero. I have not been able to achieve the desired result using "", #NA or NA(). |
|
|
|
#2 |
|
Guest
Posts: n/a
|
No worksheet cell that contains a formula can be truly blank. You have
already rejected the two closest approximations (#N/A and NA() are equivalent). The remaining options are - delete the formulas in cells beyond actual data (you could use an event driven macro to restore the formulas as data is added) - Do something along the lines of http://www.peltiertech.com/Excel/Charts/Dynamics.html http://www.tushar-mehta.com/excel/n...arts/index.html Jerry HWI wrote: > I have a monthly multiline graph to which I add data by day. The graph lines > terminate at the first empty cell (day) in the series, which is what I want. > However, If I use an IF statement to prime the cells dynamically the graph > lines drop to zero. I have not been able to achieve the desired result using > "", #NA or NA(). |
|
|
|
#3 |
|
Guest
Posts: n/a
|
Thanks Jerry - the second site listed appears to be on the track I'm wanting.
Will try it! "Jerry W. Lewis" wrote: > No worksheet cell that contains a formula can be truly blank. You have > already rejected the two closest approximations (#N/A and NA() are > equivalent). > > The remaining options are > > - delete the formulas in cells beyond actual data (you could use an > event driven macro to restore the formulas as data is added) > > - Do something along the lines of > http://www.peltiertech.com/Excel/Charts/Dynamics.html > http://www.tushar-mehta.com/excel/n...arts/index.html > > Jerry > > HWI wrote: > > > I have a monthly multiline graph to which I add data by day. The graph lines > > terminate at the first empty cell (day) in the series, which is what I want. > > However, If I use an IF statement to prime the cells dynamically the graph > > lines drop to zero. I have not been able to achieve the desired result using > > "", #NA or NA(). > > |
|
![]() |
|
| Thread Tools | |
| Rate This Thread | |
|
|

Main Page 

