

InterviewSolution
Saved Bookmarks
1. |
what is a mixed cell address different from relative you have absolute cell address? |
Answer» <p>The keydifference between relativeandabsolute cellsis thatrelative cell referencesmove when you copy them, butabsolute referencesdo not.Absolute referencesare noted by a dollar sign in front of thecell reference.</p> <p>Amixed cell referenceis either an absolute column and relative row or absolute row and relative column. When you add the $ before the column letter you create an absolute column or before the row number you create an absolute row.</p> | |