Reading Text and numbers

R

Richard

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
 
R

raypayette

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!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Help with formula 3
Alpha sorting (with a twist...?) 3
INT,MOD? 1
more help on INT, MOD 3
simple math equation 8
Calculating sum product between columns. 3
#VALUE error add'g formulas 2
Trying to do a Rota 0

Top