J
JimS
I have the following formula in Sheet2
=IF(C157="","",HLOOKUP(C157,'Sheet1'!$X$2:$BA$3,2,0))
This grabs a number from a table in Sheet1.
It works great and does exactly what I want except for one thing.
Tomorrow, when I put more data into the table it changes all of the
old numbers in Sheet2. I want the old numbers to stay the way they
were, (so I have separate data for each day) and only have new data
affected.
Is this possible?
=IF(C157="","",HLOOKUP(C157,'Sheet1'!$X$2:$BA$3,2,0))
This grabs a number from a table in Sheet1.
It works great and does exactly what I want except for one thing.
Tomorrow, when I put more data into the table it changes all of the
old numbers in Sheet2. I want the old numbers to stay the way they
were, (so I have separate data for each day) and only have new data
affected.
Is this possible?