Merlin Archer
New Member
- Joined
- Sep 25, 2016
- Messages
- 8
- Office Version
- 365
- Platform
- MacOS
Hi. I'm creating a spreadsheet for a music group that pays tutor expenses for travel. For a round trip up to 200 miles the standard payment is £25, for a round trip of between 200 and 400 miles its £50, and anything over a 400 mile round trip pays £100. What I want is to be able to enter the mileage in one cell (D15) and use a nested IF function to automatically add the payment in another cell. I've created a nested iF function,
=IF(D15<201,"25",IF(D15>201<399,"50",IF(D15>400,"100")))
which works for the first term but returns FALSE for anything over. I'm nobody's Excel expert and can't see what I've got wrong. Any help would be greatly appreciated!
=IF(D15<201,"25",IF(D15>201<399,"50",IF(D15>400,"100")))
which works for the first term but returns FALSE for anything over. I'm nobody's Excel expert and can't see what I've got wrong. Any help would be greatly appreciated!