Iferror

sburkhar

Active Member
Joined
Oct 4, 2006
Messages
363
What am i doing wrong? I keep getting NAME? as an answer.

IFERROR(VLOOKUP(F12,'[VLOOKUP.xls]0-39999 (2)'!$B:$C,2,FALSE),"")
 
Try adjusting your TOTALS formula to the following:

=ROUND(SUM(H6,I6,T6,U6)+ROUND(((SUM(L6,X6)/60)*INFO!$C$10),4),4)

What I believe was happening is that you had a blank cell in any of H6, I6, L6, T6, U6, or X6. When you use the add (+) operator with numbers and blank cells, it will return a #VALUE! error. By replacing those areas with a SUM function instead, it logically treats "" as 0.
 
Upvote 0

Excel Facts

Best way to learn Power Query?
Read M is for (Data) Monkey book by Ken Puls and Miguel Escobar. It is the complete guide to Power Query.

Forum statistics

Threads
1,224,517
Messages
6,179,242
Members
452,898
Latest member
Capolavoro009

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