I am a Business student taking a class to refresh my knowledge of spreadsheets and using Excel. My school uses Office 365. The function I have is this:
=IF(G18>10,$G$14,"=IF(G18>5,$G$13,$G$14)")
When I copy it down the column, the row reference in the second IF function does not change but the first one does. One row down from G18 looks like this:
=IF(G19>10,$G$14,"=IF($G18>5,$G$13,$G$14)")
I cannot for the life of me figure out what I am doing wrong. The first function returns the correct result but when I copy it, only the first conditional changes in the first IF function.
Any help/direction/advice?