• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

number_formaing

Ravindra

Member
Dear All,

Please help me as per give details-


H I

13 FROM TO

14 08:30 08:50

=I14-H14


TOTAL MINUTE ==(HOUR(I15)*60)+MINUTE(I15)=20


unit(specific accoring project)=I16/I15=1.3333333


but accoring project need if unit exceed by integer than it would be added+1 integer,

as above i got unit 1.3333333 than it should be 2 since it's in fractional format.

So what logic should be that automatic unit returs complete integer value
 
Hi Ravindra,


Try enclosing your TOTAL MIN formula in:


Code:
=ROUNDUP(UrFormula,0)


Hope that works,


Faseeh
 
Back
Top