Hello!
I made a formula to display the latest value entered in a column on a different tab.
In the column on “Sheet2,” an employee enters the new amount of mileage driven in the rented car once it’s returned (see example below. Date and Mileage are two different columns):
<code>=LOOKUP(2,1/(Sheet2!H2:H10000<>""),Sheet2!H2:H10000)
</code>The thing is, I have 5 different sheets with the same two columns as above and I need to use this formula to get the mileage values from all 5 sheets. As of now I am entering it manually in each cell to say "Sheet3!" or "Sheet4!" to gather the data.
Is there a way I can create a drag down formula instead of manually entering the different sheet names?
Thanks!
I made a formula to display the latest value entered in a column on a different tab.
In the column on “Sheet2,” an employee enters the new amount of mileage driven in the rented car once it’s returned (see example below. Date and Mileage are two different columns):
- “Date”..................... “Mileage”
- 01/01/2019............... 123,456
- 01/05/2019 ...............123,557
- 01/27/2019 ...............124,896
<code>=LOOKUP(2,1/(Sheet2!H2:H10000<>""),Sheet2!H2:H10000)
</code>The thing is, I have 5 different sheets with the same two columns as above and I need to use this formula to get the mileage values from all 5 sheets. As of now I am entering it manually in each cell to say "Sheet3!" or "Sheet4!" to gather the data.
Is there a way I can create a drag down formula instead of manually entering the different sheet names?
Thanks!