#DIV/0! error Excel 2016

Tesnobay

New Member
Joined
Jan 8, 2013
Messages
22
hi, in Cells T4:T6 i will enter numbers, in T7 I will be averaging those 3 numbers. =Average(t4:t6). I drag that formulas across 20 column. I get the DIV error in the columns that have not been filled yet. Despite my best efforts, I cannot make the error go away and say return a blank or a 0 (zero).

this is a simplified version of my problem.

Please help

TIA
 

Excel Facts

Excel Wisdom
Using a mouse in Excel is the work equivalent of wearing a lanyard when you first get to college
Hi,

You can wrap your formula with IFFERROR:


Excel 2010
T
1 
Sheet11
Cell Formulas
RangeFormula
T1=IFERROR(AVERAGE(T4:T6),"")
 
Upvote 0
Hi,

You can wrap your formula with IFFERROR:

Excel 2010
T
1

<colgroup><col style="width: 25pxpx"><col></colgroup><thead>
</thead><tbody>
</tbody>
Sheet11

Worksheet Formulas
CellFormula
T1=IFERROR(AVERAGE(T4:T6),"")

<thead>
</thead><tbody>
</tbody>

<tbody>
</tbody>
Thank you!!
 
Upvote 0

Forum statistics

Threads
1,214,943
Messages
6,122,380
Members
449,080
Latest member
Armadillos

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