• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Price Brackets for retail scan data...

andrewpearce

New Member
Hi all,


Working with some raw scan data & for each SKU I want to assign the price break it falls into.


Price Breaks are standardised: $0-5 | $5-8 | $8-11 | $11-14 | $14-19 | $19-35 | $35+


I have a column that shows average sell price for each SKU & I want to use this to determine which price break the SKU falls into & then show the price break in a helper column?


Many thanks


AP
 
In a column somewhere, list

0

5

8

11

14

19

35


In the column to the right, list whatever you would like to see returned in the cell (complete group range, name, etc). Your formula then is simply:

=LOOKUP(Your_Value,LookupTable)
 
Back
Top