- Original Poster
- #1
Should be a simple solution for someone:
I am calculating a spreadsheet to work out total costs. I have one cost, variable on the amount of instructors I employ.
1-3 instructors = $130
4-6 Instructors = $150
7+ = $130
The number of instructors will be in Excel cell A1 so I need to express the below statement as an excel formula.
=130 if A1 (i.e. the number of instructors) is less that 4, but 150 if A1 is less than 7, and $130 if A1 is greater than 7
Thanks for the help!
I am calculating a spreadsheet to work out total costs. I have one cost, variable on the amount of instructors I employ.
1-3 instructors = $130
4-6 Instructors = $150
7+ = $130
The number of instructors will be in Excel cell A1 so I need to express the below statement as an excel formula.
=130 if A1 (i.e. the number of instructors) is less that 4, but 150 if A1 is less than 7, and $130 if A1 is greater than 7
Thanks for the help!
