SOLVED

needing a formula to calculate.

Copper Contributor

 

 

trying to calculate "chr"column based on "wgt" column

problem: if "wgt" ≤ 3 then value=5  but if value ≥4 then value to be multiplied by 1.45

3 Replies
best response confirmed by Yfrain Cruz (Copper Contributor)
Solution

Hi Yfran

 

Thanks for the screen shot.

 

Try this formula:

 

=IF(A3<=3,5,A3*1.45)

 

if formula wtg chrg.png

 

I've also attached a mock up of the sheet you have shown, along with the working formula for you to play with.

 

See how you go and let us know if this is the solution to what you want?

 

Cheers

Damien

Thank you.  It did the trick

No worries. All the best!

Cheers
Damien
1 best response

Accepted Solutions
best response confirmed by Yfrain Cruz (Copper Contributor)
Solution

Hi Yfran

 

Thanks for the screen shot.

 

Try this formula:

 

=IF(A3<=3,5,A3*1.45)

 

if formula wtg chrg.png

 

I've also attached a mock up of the sheet you have shown, along with the working formula for you to play with.

 

See how you go and let us know if this is the solution to what you want?

 

Cheers

Damien

View solution in original post