I'm using WPF Office (but formulas is equal from Excel) and I want multiply time for constant. My goal is calculate the number of days for time worked. The work time is 8h 48min. So if I work 3 day, how time I've worked?
How I do it?
I'm trying do = E4 * (8.48/60)
but not works, don't solve to result that I hope.