How to get rid of #DIV/0! Office 2013

mlbarry

New Member
Joined
Sep 26, 2012
Messages
47
Here is the formula:

=AVERAGEIF(Table1[Customer '#],'Customer Summary'!$A$2:$A$50000,Table1[Days

I tried =IFERROR(AVERAGEIF(Table1[Customer '#],'Customer Summary'!$A$2:$A$50000,Table1[Days],"") it will not calculate.
 
Really the AverageIf works without it's closing parentheses and Days without it's closing ].
 
Upvote 0

Excel Facts

When they said...
When they said you are going to "Excel at life", they meant you "will be doing Excel your whole life".
If you're not going to take the advice that I gave you on the first day that you asked the question, then I've got no more time for this. I'm out.
 
Upvote 0
I'd say the OP's formula is using a "<" symbol.
If the "<" is preceeded / followed by a space, it will treat it as HTML and the rest of the formula will not appear.
 
Last edited:
Upvote 0
Duplicate, please see next post
 
Last edited:
Upvote 0
The < symbol (followed by a letter btw for rest of the formula to vanish) and the full formula normally show up if I do a reply with quote (because I am in WYSIWYG mode) and doesn't in either of the OP's posts.

Just testing below to make sure that nothing has changed in this thread.

=IF(A1<B1,"X","Y")

Edit:
Yes, I can still see the full formula above in reply with quote but not in the OP's posts.
 
Last edited:
Upvote 0
I re-formatted to column headers on Table1 to "General" and removed a space in the "Days Past Due" header and it worked. I still do not understand because it was working until the IFERROR was added.

=IFERROR(AVERAGEIF(Table1[Customer '#],'Customer Summary'!$A$2:$A$50000,Table1[Days Past Due]),"0")

Thank you all for your help.
 
Upvote 0

Forum statistics

Threads
1,216,108
Messages
6,128,872
Members
449,475
Latest member
Parik11

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