Plotting data from cells with a formula

mjh1348

New Member
Joined
Mar 31, 2011
Messages
2
I have created a two tables that provide pieces of data to a third table from which a graph is created to show daily changes. To combine the data I am using the following forumula

=IF(OR(ISBLANK(I10),ISBLANK(I25))," ",H41+I10-I25)

This works well for keeping the cells blank for the days for which the data is not yet entered. However, on the graph the seemingly blank cells are treated as if they are a numeric zero and plot accordingly.

Is there a way to use a formula like the one above which would be represented on the graph as if the cell were truly blank, i.e no data would be graphically represented if the conditions of the formula were not met?


-- removed inline image ---
 

Excel Facts

Select a hidden cell
Somehide hide payroll data in column G? Press F5. Type G1. Enter. Look in formula bar while you arrow down through G.
That worked. A little messier in the table but exactly what I wanted for the graph.

Thanks much.
 
Upvote 0

Forum statistics

Threads
1,224,503
Messages
6,179,136
Members
452,890
Latest member
Nikhil Ramesh

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top