Combining a SUM & TEXT formula

Halifax81

New Member
Joined
May 18, 2010
Messages
19
I have the following formula

Code:
=TEXT([B]'Non Productive Aux'!B25[/B]/86400,CHOOSE(MATCH([B]'Non Productive Aux'!B25[/B],{0,60,3600},1),"hh:mm:ss","hh:mm:ss","[hh]:mm:ss"))

which I now want to amend and insert the following into the formula above replacing the bits I have made bold

Code:
=SUM('Opmis MPP Data'!C7:C27)

Only problem is no matter what way I do it I fail miserably anyone know the correct way to insert this into the formula to make it work without throwing up error messages?

Ive not got excel on this machine so it won't be until the morning now until I can try again

Thanks in advance
 

Excel Facts

Bring active cell back into view
Start at A1 and select to A9999 while writing a formula, you can't see A1 anymore. Press Ctrl+Backspace to bring active cell into view.
Should just be a straight replace, i.e.

=TEXT(SUM('Opmis MPP Data'!C7:C27)/86400,CHOOSE(MATCH(SUM('Opmis MPP Data'!C7:C27),{0,60,3600},1),"hh:mm:ss","hh:mm:ss","[hh]:mm:ss"))
 
Upvote 0
Thats what I thought when I was doing the sheet earlier, mind you I had, had enough by the time I was doing this so maybe I just totally messed it up and didn't realise, will try again tomorrow with a fresh head

Thanks
 
Upvote 0

Forum statistics

Threads
1,214,553
Messages
6,120,182
Members
448,948
Latest member
spamiki

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