Is a fix possible when using excel 2013?

Noxqss38242

Board Regular
Joined
Sep 15, 2017
Messages
223
Office Version
  1. 2016
Capture.JPG



The code for the error is:
=IFERROR([Sum of Paid Hours]-([Sum of Direct Hours]+[Sum of Indirect Hours]),"0")

The cells in question are also formatted as "General" and not number, not sure if that matters but they are all formatted the same. Works perfect with Excel 2016 but when shared with another using Excel 2013, they get that error. Is this just a version issue that 2013 can't handle or is there a fix?
 

Excel Facts

Format cells as time
Select range and press Ctrl+Shift+2 to format cells as time. (Shift 2 is the @ sign).
I don't know a lot about this but can I assume you have this loaded to the Data Model ?
and if so is the Data Type the same on all 3 of these fields in the Data Model ?

1632547569941.png
 
Upvote 0
Not sure if this helps as the computer/version of excel in question is operated by a guy in another state, so I can't check for fixes right away....but my formula:
=IFERROR([Sum of Paid Hours]-([Sum of Direct Hours]+[Sum of Indirect Hours]),"0")
Didn't use for error a decimal. I changed the formula to read IFERROR "0.0" instead.

Any other suggestions?
 
Upvote 0
Don't use quotes around the zero at all:

Excel Formula:
=IFERROR([Sum of Paid Hours]-([Sum of Direct Hours]+[Sum of Indirect Hours]),0)
 
Upvote 0
Solution

Forum statistics

Threads
1,215,003
Messages
6,122,655
Members
449,091
Latest member
peppernaut

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