Help in Excel Formula

Others 646 views 3 replies
Could you pls solve the problem.
 
 
Could you tell me how do we use IF command using ROUND function, I wanted to round the following problem.
 
For Example
=IF(Z14<=15000,Z14*1.75%,0)
 
Pls let me know where to insert ROUND Command here.
 
 
Regards,
Ramesh P.
Replies (3)

Hai ramesh i have given the formula for Rounding off using if function

=IF(F10<=15000,ROUND(F10*1.75%,-1),0)

Regards

Dheena

Hiii,u can use dis one also,& can change "-1" by 0 or 1 according to ur requirement.

 

=ROUND((IF(Z14<=15000,Z14*1.75%,0)),-1)

Right you can use the formula as given by Rknahar.

Given following example:

 

5000 1.75 =ROUND(IF(I24<=5000,5000*1.75,0),0)

This will resulted as under:

 

5000 1.75 8750

Here you are using two formula simultaneously. If you want to use round formula,then you have to first put word "Round" in the first space then you can use any other formula.

Hope it will clear your doubt and it will be useful to you.


CCI Pro

Leave a Reply

Your are not logged in . Please login to post replies

Click here to Login / Register