I can assign data to one cell by put formular, for example: =H5.
But if I add a row, my cell will get data from H6, Excel automatically
modified my formular to: =H6
And now I want the data always come from =H5, no matter how many rows I add
on top of it.
PLease help me. I remember somebody did it, but I forget it.
Thank you very much!
If I understand your question correctly, you would use absolute references
($ signs to fix the row, column or both)...
=$H$5
Rick
>I can assign data to one cell by put formular, for example: =H5.
> But if I add a row, my cell will get data from H6, Excel automatically
[quoted text clipped - 6 lines]
>
> Thank you very much!
Rick Rothstein (MVP - VB) - 09 Nov 2007 17:00 GMT
Actually, I think I did misunderstand your question... I think you may want
this formula instead:
=INDIRECT("H5")
Rick
> If I understand your question correctly, you would use absolute references
> ($ signs to fix the row, column or both)...
[quoted text clipped - 13 lines]
>>
>> Thank you very much!
new Excel user - 09 Nov 2007 17:46 GMT
Thank you so much Rich, I tried it and it works. It is exactly what I am
looking for.
Have a great day!
J.
> Actually, I think I did misunderstand your question... I think you may want
> this formula instead:
[quoted text clipped - 20 lines]
> >>
> >> Thank you very much!