TheAssetMgr
Board Regular
- Joined
- Nov 8, 2011
- Messages
- 63
Searching on this topic brings a lot of results and the ones I've dug through always seem to have something about them that's just far enough away from what I'm doing to not help out. That, and jet lag from a round the world trip yesterday is kicking my butt. Would appreciate some assistance!
My goal is to have a cell calculate the number of comp days a team member gets by traveling x number of days. The rules are:
3-6 days of travel results in 1 comp day
7-10 travel days results in 2 comp days
11-14 days gets 3
15-21 days gets 4
Travel of less than 3 days gets no comp days.
I had something working earlier but I've tried modifying it to the point that I can't get back to where it was working. I'd be embarrassed to post what I have at this point and it would probably be easier to start fresh rather than mod what I have. I started with: =IF(AND(E4>2,E4<7),"1"...
There's a whole number (number of travel days) in cell E4 and cell F4 needs to contain the calculated number of comp days.
Any help would be great - thanks!
My goal is to have a cell calculate the number of comp days a team member gets by traveling x number of days. The rules are:
3-6 days of travel results in 1 comp day
7-10 travel days results in 2 comp days
11-14 days gets 3
15-21 days gets 4
Travel of less than 3 days gets no comp days.
I had something working earlier but I've tried modifying it to the point that I can't get back to where it was working. I'd be embarrassed to post what I have at this point and it would probably be easier to start fresh rather than mod what I have. I started with: =IF(AND(E4>2,E4<7),"1"...
There's a whole number (number of travel days) in cell E4 and cell F4 needs to contain the calculated number of comp days.
Any help would be great - thanks!