I have a sheet where I want to use a formula to refer to a field on another sheet. I do not know the exact cell address, but I know it's the cell right next to the cell where it says "Niels Brinch".
How do I reference the cell?
|
I have a sheet where I want to use a formula to refer to a field on another sheet. I do not know the exact cell address, but I know it's the cell right next to the cell where it says "Niels Brinch". How do I reference the cell? |
|||
|
|
|
If you know which columns both "Niels Brinch" and the cell you're looking for are in, then you can achieve this with a VLOOKUP. Your formula would include something like
In this case I'm assuming the name appears in column A and the cell you're looking for is in column B and that you only have 20 rows of data. If that isn't the case, you'd need to adjust the second parts of the function. Replace the range with a table containing what you're looking for. The column with the name should be the first column in this range for the lookup to work. |
|||||||
|