My main spreadsheet(STYLE) has a style column, version column, styleversion column, and many data columns that follow:
STYLE[tab]VERSION[tab]STYLEVERSION[tab]DATA[tab]DATA[tab]DATA[tab]
The STYLEVERSION column uses an (&)operator to combine style and version columns.
On a separate sheet, I have created a form where the style and version are entered and the needed data is populated from the main spreadsheet(STYLE).
I used the following formula to lookup the data (where style is entered into cell I2 and version is entered into cell I3):
LOOKUP(I2&I3,STYLE!C:C,STYLE!D
)
BUT this formula will return values for versions that do not exist (looks up the closest value).
SO, I tried a VLOOKUP formula:
VLOOKUP(I2&I3,STYLE,4,0)
The (&)operator in this formula doesn't work. I get a #N/A value every time.
Please help!
Linsey
STYLE[tab]VERSION[tab]STYLEVERSION[tab]DATA[tab]DATA[tab]DATA[tab]
The STYLEVERSION column uses an (&)operator to combine style and version columns.
On a separate sheet, I have created a form where the style and version are entered and the needed data is populated from the main spreadsheet(STYLE).
I used the following formula to lookup the data (where style is entered into cell I2 and version is entered into cell I3):
LOOKUP(I2&I3,STYLE!C:C,STYLE!D
BUT this formula will return values for versions that do not exist (looks up the closest value).
SO, I tried a VLOOKUP formula:
VLOOKUP(I2&I3,STYLE,4,0)
The (&)operator in this formula doesn't work. I get a #N/A value every time.
Please help!
Linsey