Forum Discussion
Cody Young
Sep 11, 2018Copper Contributor
Help with IF function. Please help!
I know this should be easy but we had no help at all with this. Here are the instructions for this step: "Insert an IF function in cell E5 to calculate the total due. If the student has chos...
Erin Jacobs
Sep 11, 2018Copper Contributor
Try:
=IF((D5="Yes"),(C4*1.05),C4)
Cody Young
Sep 11, 2018Copper Contributor
I added C5 instead of C4!!! It worked! Thank you!