How to convert Excel values into buckets?

后端 未结 12 2349
青春惊慌失措
青春惊慌失措 2021-02-20 15:48

I have a set of data in Excel and in one column is a estimate (number of weeks)

I want an Excel formula to bucket it into

  • Small
  • Medium
  • La
12条回答
  •  青春惊慌失措
    2021-02-20 16:17

    The right tool for that is to create a range with your limits and the corresponding names. You can then use the vlookup() function, with the 4th parameter set to Trueto create a range lookup.

    Note: my PC uses ; as separator, yours might use ,.
    Adjust formula according to your regional settings.

提交回复
热议问题