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
Hi thanks for the help.
I did what you said and it came up with a #Value! error.