Forum Discussion
Links within xls
walmsb So it seems that you always want to pick-up whatever is in the last cell in column F on Sheet2. Correct? If so, the following formula will do just that:
=LOOKUP(2,1/(Sheet2!F:F<>""),Sheet2!F:F)
More about how that works in the link below:
https://exceljet.net/formula/get-value-of-last-non-empty-cell
- Riny_van_EekelenAug 18, 2021Platinum Contributor
walmsb Sorry! Misread the sheet names, but that doesn't matter. Can you upload a file demonstrating what you are dealing with.
- walmsbAug 18, 2021Copper Contributor
- Riny_van_EekelenAug 18, 2021Platinum Contributor
walmsbThanks! Now explain what you do with it. You linked two cells in Sheet2 to cells in Sheet1, column E based on a matching description in column A on both sheets. The Asset Manager in Sheet 2 is now linked to a date for the first Asset Manager in Sheet1. Should you want to have that automatically updated to the date belonging to the last "Asset Manager" in Sheet1, the one in row 14?
If that is the case, see attached. Sheet2, column D contains a similar formula as the one I suggested earlier.