Hello everyone,
Long story short, I’m trying to make a little training program to teach people at my job about scheduling. I’m trying to write a formula to show somehow how many people they’ll need at each station based on projected attendance.
Let’s say O8 is where the attendance number is put in, I want P8 to read how many people are needed
Basically this:
0-200 people = 1 person per station
201- 300 = 2
301- 400 = 2-3
401-500 = 3-4
501+ = 4
I’ve tried the if function but it hasn’t worked for me. Anyone have any ideas?
Long story short, I’m trying to make a little training program to teach people at my job about scheduling. I’m trying to write a formula to show somehow how many people they’ll need at each station based on projected attendance.
Let’s say O8 is where the attendance number is put in, I want P8 to read how many people are needed
Basically this:
0-200 people = 1 person per station
201- 300 = 2
301- 400 = 2-3
401-500 = 3-4
501+ = 4
I’ve tried the if function but it hasn’t worked for me. Anyone have any ideas?