Calculation Formula using minutes format - currently #value

TomDrury89

New Member
Joined
Aug 22, 2018
Messages
14
Hi All,

I am hoping for your help.

I have a report that exported in time/minutes format and I am trying to calculate standard hours however i am getting #value errors when trying to resolve.

I basically want to check to see if the normal minus extra and rdo equals to zero. (Normal and leave - Extra Normal - RDO Neg) - Standard Hours

I was thinking maybe I could multiply the figures 24 then completed the calculations, however I am getting #values with the blank cells.

Any help or guidance would be appreciated!

Standard HoursNormal and Leave TotalExtra NormalRDO Neg
35:0035:00
15:3015:30
38:0039:421:42
24:0032:008:00
38:0038:00
38:0038:510:51
38:0038:00
28:4535:005:15
 

Excel Facts

Highlight Duplicates
Home, Conditional Formatting, Highlight Cells, Duplicate records, OK to add pink formatting to any duplicates in selected range.
Try enclosing the cell references in your formula in the N function, e.g. change A1 to N(A1) This will evaluate any blank cells as zero instead of seeing a nullstring, which is the most likely cause of the error.
 
Upvote 0

Forum statistics

Threads
1,214,627
Messages
6,120,610
Members
448,973
Latest member
ChristineC

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