Hi,
I'm developing a spreadsheet but am having trouble determining the most efficient way to set it up. The question is: each salesperson can cover 5 accounts and there are 5,000 accounts, so I need to be able to answer the question "for [x] accounts, how many sales people do I need?" I'd like to be able to set up the spreadsheet such that in column A I enter the number of accounts (1-5000, by 1s) and then in column B essentially be able to say "for every 20 accounts, add 1 to the number of salespeople needed" as shown below. Any help would be appreciated.
A B
1 1
2 1
3 1
4 1
5 1
6 2
7 2
8 2
9 2
10 2
11 3
and so on
Bookmarks