Hi everyone,
I use the following formula to retrieve the number value in a cell that is in the last row of a column. Every day, a new number is added to the bottom of the column. I need the foumula to update dynamically, and this works find. Here is an example:
=INDEX(Data2!H:H,MATCH(BigNum,Data2!H:H)-0):INDEX(Data2!H:H,MATCH(BigNum,Data2!H:H)-0)
But I have another column with word values, rather than number values, that update in the same way, and this formula doesn't work. Could anyone tell me if there is a different formula available that will work with word values.
Many thanks in advance.
chaos
I use the following formula to retrieve the number value in a cell that is in the last row of a column. Every day, a new number is added to the bottom of the column. I need the foumula to update dynamically, and this works find. Here is an example:
=INDEX(Data2!H:H,MATCH(BigNum,Data2!H:H)-0):INDEX(Data2!H:H,MATCH(BigNum,Data2!H:H)-0)
But I have another column with word values, rather than number values, that update in the same way, and this formula doesn't work. Could anyone tell me if there is a different formula available that will work with word values.
Many thanks in advance.
chaos