I've been pondering over this for quite a while, wondering if anyone can help?
So I'm attempting to look up an asset number in another table on a different sheet to determine the value of a cell.
1. Asset Data Example
Column1 Column2 Column3 Column4 Column5
Asset1 - Asset5 - Asset8 - Asset10 - Asset12
Asset2 - Asset6 - Asset9 - Asset11
Asset3 - Asset7 -
Asset4 -
Each column of data is specific to a result, so assets numbers in Column1 are "Successful", Column2 "In Progress" etc.
On another sheet, I have more detailed information for each asset and I want to reference the data above to determine the string value of a cell.
2.Example:
Asset - Model - Observation
Asset1 -8402 - Success
I want to find the asset in the table above (1) and then depending on which column it is in, insert one of five values into the cell under "Observation". So as "Asset1" is in the first column, this would be "Success."
I've tried using vlookup to find the asset and then using an If statement enter the obervation value but this doesn't work for each column. Is it possible to name the column and then return the column name depending on what column the asset is in?
Any help greatly appreciated.