I need to write an if function that will do the following
IFC1 is greater than G1* . 90 set H1 to G1 * .90
IFC1 is greater than G1* . 84 set H1 to G1 * .84
IFC1 is greater than G1* .49 set H1 to G1 * .49
IFC1 is greater than G1* . 25 set H1 to G1 * .25
otherwise set G1 to ""
How to do I turn this into an IF statement
IFC1 is greater than G1* . 90 set H1 to G1 * .90
IFC1 is greater than G1* . 84 set H1 to G1 * .84
IFC1 is greater than G1* .49 set H1 to G1 * .49
IFC1 is greater than G1* . 25 set H1 to G1 * .25
otherwise set G1 to ""
How to do I turn this into an IF statement