I’ve got a math question/spreadsheet question that I can’t quite wrap my head around, and I don’t have the terminology to Google it.
Basically, I want to take a number and break it down into groups/number ranges as follows:
e.g., 250
1-50 | 50
51-100 | 50
101-200 | 100
201-500 | 50e.g., 129
1-50 | 50
51-100 | 50
101-200 | 29
201-500 | 0Does anyone know how I could do this automatically with a formula so that when I plug in a number like 250, it breaks it down into those ranges?