I haven't used 'IF' statements too much, and I'm uncertain that I should be using this function for my challenge, but I thought it was a good place to start.
Here's my issue:
I thought using an 'IF' statement would be what's needed to determine the following:
Based on # of weeks
If # of weeks is more than 13, then result is max of 13
If # of weeks is less than 1, then result is 0
If # of weeks is less than 13, but more than 0, then result is equal to # of weeks.
What's the best formula to use in this case?
VW
Here's my issue:
I thought using an 'IF' statement would be what's needed to determine the following:
Based on # of weeks
If # of weeks is more than 13, then result is max of 13
If # of weeks is less than 1, then result is 0
If # of weeks is less than 13, but more than 0, then result is equal to # of weeks.
What's the best formula to use in this case?
VW