Need to possibly add IF/IFERROR function into existing formula

ollyhughes1982

Well-known Member
Joined
Nov 27, 2018
Messages
677
Office Version
  1. 365
Platform
  1. MacOS
Hi all,

Can anyone help with the below formula, please? I am doing a sum, but getting a value error. I know which part is messing it up, it’s the “’All Completed jR - Summary'!B55” part. - Because the result in that source cell is a “blank” (“”) - appears like a blank, but isn’t a true blank. The cell just appears to be empty.

=SUM(B73+B55+'All Completed VS - Summary'!B6+'All DNF Runs - Summary'!B6+'All Completed FR - Summary'!B7+'All Completed jR - Summary'!B55+'All Completed nR - Summary'!B7)

The source cell’s formula is:

=IF(COUNTIF('All Completed jR'!C4:C2003,"?*")=0,"",COUNTIF('All Completed jR'!C4:C2003,"?*"))

I think I need to add in some sort of IF / IFERROR, so that if that source formula results is “blank” (“”), then count it as a zero in my new formula. I have tried a number of ways, but can’t get it to work. It keeps giving a value error.

Thanks in advance.

Olly.
 

Excel Facts

Show numbers in thousands?
Use a custom number format of #,##0,K. Each comma after the final 0 will divide the displayed number by another thousand
Just replace all the + signs in your sum formula with commas.
 
Upvote 0
Solution
You're welcome & thanks for the feedback.
 
Upvote 0

Forum statistics

Threads
1,214,979
Messages
6,122,550
Members
449,088
Latest member
davidcom

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