Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Is there a way to read these to formuas and give the results as Numbers and
Text. A6=INT(A4+B3+F4+F5+F6) & " Days " & MOD(A4+B3+F4+F5+F6,1)*8 & " hours" A10=INT(SUM(HList!D:D)/8)&" Days "&MOD(SUM(HList!D:D),8) &" hours" I'm subtracting A6 from A10 In A12 the results should be something like 4 Days 4 hours |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() Using a macro you could parse the data, make the calculation and give the result. I think it would be easier for you to split the days and hours in 2 separate cells! -- raypayette ------------------------------------------------------------------------ raypayette's Profile: http://www.excelforum.com/member.php...o&userid=29569 View this thread: http://www.excelforum.com/showthread...hreadid=571017 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Why are 1/2 my numbers imported as text and the rest as numbers? | Excel Discussion (Misc queries) | |||
VLOOKUP should compare numbers stored as text to plain numbers. | Excel Worksheet Functions | |||
Numbers stored as text causes problem with VLOOKUP | Excel Worksheet Functions | |||
Convert text numbers to numbers | Excel Worksheet Functions | |||
Converting Numbers to Text properly | Excel Discussion (Misc queries) |