#VALUE! error

cb123

New Member
Joined
Jul 1, 2016
Messages
34
Hi there, hoping somebody can help me. If you can many thanks in advance :)

I have a sheet with different simple formula, such as multiplications and divisions etc and i am starting to sum all of the components together into 1 cell, lets call it A1. Below is A1 summing things up great for me

=SUM(L26+M40+M56+AW13+AT24)

Everything is going great in A1 until i try to include a cell in AT35 which has the below formula.

=IFERROR(VLOOKUP(AR35,Findings!$10:$15,MATCH('Blank Ecf P&S'!AS35,Findings!$2:$2,0),0)," ")

To remedy this i tried to add a =IFERROR(originalformula,"") to my sums in A1, this removes the #VALUE!! but also seems to negate all of the summing up which preceded it which i don't want
 

Excel Facts

Who is Mr Spreadsheet?
Author John Walkenbach was Mr Spreadsheet until his retirement in June 2019.
There is no point to using both SUM and + there. If you use just SUM, it will ignore non-numeric values:

Excel Formula:
=SUM(L26,M40,M56,AW13,AT24,AT35)
 
Upvote 0
Solution

Forum statistics

Threads
1,215,429
Messages
6,124,840
Members
449,193
Latest member
MikeVol

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