Hi,
I have a workbook with 3 sheets: Control, List prices, Price List.
The control sheet is a list of inv item lines with a sales price column.
On my Control I wish to to have a column that identifies the type of price present on an invoice item line:
Seems to work other than when both 1. & 2. apply I wish to return 1. "PL" & not "SAGE".
This scenario is when customer has a price list entry which is just the same as list price.....want to show yet despite this its a custom PL price. I think its the order of my if statement however I'm getting errors when trying to do the Price List argument first.
Any help much appreciated.
I have a workbook with 3 sheets: Control, List prices, Price List.
The control sheet is a list of inv item lines with a sales price column.
On my Control I wish to to have a column that identifies the type of price present on an invoice item line:
- PL(Price ref simply present on Price List work sheet) ;these are custom prices per customer.
- SAGE(price matches lookup on List price work sheet) ; standard list prices.
- Bespoke (the above 1 & 2 don't apply) so the inv item price is random/custom.
Seems to work other than when both 1. & 2. apply I wish to return 1. "PL" & not "SAGE".
This scenario is when customer has a price list entry which is just the same as list price.....want to show yet despite this its a custom PL price. I think its the order of my if statement however I'm getting errors when trying to do the Price List argument first.
Any help much appreciated.