Hi all,
I have pricing data based per client, so I have a sheet for each client. My engineers complete a simple form that posts data to my primary data sheet.
For the back office, I want to automate the pricing based on:
- Client
- Parts used
I can vlookup the parts simply enough based on the parts, however I cant seem to get the IF / Then to use the Client to select the correct sheet.
In old money:
IF (Client=AAA, then vLookup COLUMN_Part from sheet AAAPrice Range, 2, false); else "Nope"
I did think that I can use a single sheet for all pricing and vlookup based on client and part to a single sheet, but my head has fried and I need a lay down……lol