#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

Copy formula down without changing references
If you have =SUM(F2:F49) in F50; type Alt+' in F51 to copy =SUM(F2:F49) to F51, leaving the formula in edit mode. Change SUM to COUNT.
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,487
Messages
6,125,080
Members
449,205
Latest member
Healthydogs

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