Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
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
![]() |
|||
|
|||
![]()
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/ne...rts/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
![]() |
|||
|
|||
![]()
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/ne...rts/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(). |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Empty Cell ( blank Cell ) | Excel Worksheet Functions | |||
Look for change next blank cell in Range | Excel Worksheet Functions | |||
Go to first blank cell | Excel Worksheet Functions | |||
set zero cell as blank cell | Excel Worksheet Functions | |||
conditional formatting blank cell | Excel Discussion (Misc queries) |