Suggested price from last sales and volume-based price

Hello, Please kindly help me. I use app sheet to make sales invoice. I have default price for each items, but I may sell different price (cheaper than default price) to some special customers, and some discount (cheaper price) for large quantity of sales.

Each time, I add new item, my price is editable. I want to show 1) default price (normal price that is already set), 2) history price for special customers (the price is this items sold to this customers last time), and 3) when the sales qty reach certain number, I want app sheet to show the suggested wholesale price (which is pre-set based on volume).

Please kindly help me with the expression to get 2 (history price) and 3 price (volume-based price).

Thank you

1 3 263
3 REPLIES 3

Steve
Platinum 4
Platinum 4

Thank you so much Steve๐Ÿ™ I will try as you suggested. Thank.

Hello Steve! thank a lot for your last suggestion. But I need two conditions to be true to return the value of the wanted last sold price.

([_THISROW].[Customer] = [Customer])
([_THISROW].[Item Name] = [Item Name])

Both of which same table: Sales Item[_ROWNUMBER]

I am not familiar with complicated formula. Can you help me how to add two conditions in the Lookup(Max(Select() formula above that you suggested.

Thanks you in advance for your help.

Top Labels in this Space