Excel formula not calculating minutes correctly

exceluser9

Active Member
Joined
Jun 27, 2015
Messages
388
Hi Team,

I have a data from column C to R

In column C i have put the value as 3, when i use this formula =SUMPRODUCT($C$2:$Q$2,C236:Q236)+R236
The value is showing as 24.63 instead of 25.03

Im facing this issue only for the data which is in decimals

Please could you help?
 

Excel Facts

Whats the difference between CONCAT and CONCATENATE?
The newer CONCAT function can reference a range of cells. =CONCATENATE(A1,A2,A3,A4,A5) becomes =CONCAT(A1:A5)
You need to provide at least a table of you data that is in the columns C and Q, and what is in R236.
An xl2bb add in mini sheet would be best assistance. To use it, please click the link below.
 
Upvote 0
You need to provide at least a table of you data that is in the columns C and Q, and what is in R236.
An xl2bb add in mini sheet would be best assistance. To use it, please click the link below.
Hi There,

Here is the sample data

I have give the expected result in column G which i require but what im receiving is in column F when i use the formula in row 4 =SUMPRODUCT($B$3:$D$3,B4:D4)+E4

After 60 seconds the value is not changing to the next number. Any help is much appreciated

Column AColumn BColumn CColumn DColumn EColumn FColumn G
Data entryAdhocVerifying dataMeeting timeReceived outcomeExpected result
8.210.21.2
3/25/202433030.631
3/26/2024324.6325.03
3/27/202433.64
3/28/202416616.6118.21
 
Upvote 0
Please update your profile to show what version of Excel you are using.
This works for me but I have no way of testing whether it only works for me because I am using MS 365.


20240330 Time decimal to mins conversion exceluser9.xlsx
ABCDEFG
1
2Data entryAdhocVerifying dataMeeting timeReceived outcomeExpected result
38.210.21.2
425/03/20243303131
526/03/2024325.0325.03
627/03/2024344
728/03/202416618.2118.21
Sheet1
Cell Formulas
RangeFormula
F4:F7F4=VALUE(TEXT(SUMPRODUCT(TIMEVALUE(SUBSTITUTE(TEXT($B$3:$D$3,"#0.00"),".",":")),B4:D4),"[h].mm"))+E4
 
Upvote 0
As an alternavtive.

Excel Formula:
=LET(
a,SUM(DOLLARDE(+$B$2:$D$2,60)/24/60*B3:D3),
b,MINUTE(a)+SECOND(a)%,
c,b+E3,
c)]
 
Upvote 0
The following formula returns the expected results for the dataset in Post #3:
Excel Formula:
=DOLLARFR(SUMPRODUCT(DOLLARDE(+$B$3:$D$3,60),B4:D4)+DOLLARDE(E4,60),60)
 
Upvote 0

Forum statistics

Threads
1,221,837
Messages
6,162,282
Members
451,759
Latest member
damav78

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