Enable Totals/Averages in Incomplete Data Set

tarah

New Member
Joined
Dec 4, 2015
Messages
1
Hi everyone,

I really hope you can help... I'll illustrate my problem below.

....A......B......C.......D
1 Mon ..Tues Weds ..Total
2 5.6% ..7% ...........#DIV/0!

I need the totals column D1 to show the average of A2 and B2 even though C2 has not yet been filled in, but instead I constantly get this #DIV/0! error message and it's driving me crazy! I've seen solutions on how to hide the error message but not how to actually make it calculate without C2!!

Thanks in advance for your help.
 
Last edited:

Excel Facts

Show numbers in thousands?
Use a custom number format of #,##0,K. Each comma after the final 0 will divide the displayed number by another thousand
in whatever formula is giving you div/0 insert at start of it

=if(iserror(the formula here, "", formula here)

then you will have 5.6%, 7%, blank

easy to add the 3 = 12.6% and counta the 3 which gives 2
 
Upvote 0

Forum statistics

Threads
1,215,454
Messages
6,124,933
Members
449,195
Latest member
Stevenciu

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