Excel Cell References 15 Examples Formulas, Conditional Formatting & Data Validation
Loading...
17,429
Uploader Comments (ExcelIsFun)
see all
All Comments (38)
-
Try these (even better):
=INDIRECT("'sheet2'!C2")
or
=INDEX('sheet'!1:1048576,2,3)
-
In cell C5, try this formula:
=OFFSET(INDEX(Sheet2!$C:$C,1),
1,) I do not have a video on why this works, but I will make on in about a week...
-
I am glad that you like it!! And you are correct - this is difficult topic that most people have a hard time with.
Loading...
i love your tutorials, thanks!
allchangesintime 7 months ago
You are welcome!
ExcelIsFun 7 months ago
The link you posted on the video to downlaod files doesnt work
Is there a way to get those files?
ecceservices 11 months ago
The link does work when i tried it.
Try watching this video (it shows all the tricks for using excelisfun):
youtube[dot]com/user/ExcelIsFun
ExcelIsFun 11 months ago
hi, have a question,
1.) at sheet1 on cell C5 i collect data from sheet2 cell C2, by formatting C2 as
'' =sheet2!$C$2 ''
2.) now, at sheet2 i shift Row 2 down by inserting a new row.
3.) I want in sheet1 at cell C5, still the cell content at sheet2 cell C2.
but, by shifting at 2.) is my cell format at sheet1 cell C5 is changed to
'' =sheet2!$C$3 '' ..... please can you explain me how to prevent this
have nice day,
ilhamideniz 1 year ago
Here , I made this video for you:
Excel Magic Trick 691: Look At Cell C2 No Matter How Many Rows Or Columns You Insert Or Delete
ExcelIsFun 1 year ago