Cells not adding up correctly

Geek Girl 007

Board Regular
Joined
Mar 12, 2022
Messages
127
Office Version
  1. 2021
Platform
  1. Windows
I have created this timesheet so that only certain cells will show when they are full etc.
However to total 'excess hours' is not adding up correctly 18:2, is what I make the total as in week 4 there was no excess.....
I don't know why I can't get this to work
I tried to post a XL2BB version into this post but even that wouldn't work for me :(
Excel.jpg
 
I'm a little confused, I need it to be formatted as time because that's what I'm recording..... does that mean I can't fix it?
 
Upvote 0

Excel Facts

How to calculate loan payments in Excel?
Use the PMT function: =PMT(5%/12,60,-25000) is for a $25,000 loan, 5% annual interest, 60 month loan.
Does that mean I can't fix it?

so basically I tried to do the same sum by equals the previous cell: F = E
But the sum still doesn't work.
1647805190638.png
 
Upvote 0
There is nothing to fix, Excel is working correctly. If you are not getting the answer you want, you will need to change one (or more) of your formulae.
 
Upvote 0
Hi,

What exactly is in E53, some Text, or that negative value you mentioned above ?
 
Upvote 0
I saw that in your previous post, so E53 is a negative number, which indicates No Excess ?
And the Only value in E53 is a negative number, is that correct ?
 
Upvote 0
Try your SUM formula this way, if Any one or more of the 4 cells is negative (meaning No Excess), it'll be treated as 0 (zero):

Excel Formula:
=SUM(MAX(E20,0),MAX(E31,0),MAX(E42,0),MAX(E53,0))
 
Upvote 0
Hi Jtakw,
You are AWESOME, i think that worked...
I'll do a test run and let you know, but it's looking good so far ;)
 
Upvote 0
You're welcome, hope it works for you.
 
Upvote 0

Forum statistics

Threads
1,215,168
Messages
6,123,402
Members
449,098
Latest member
ArturS75

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