Hi,
I am trying to set up a rate spreadsheet.
I have a column with distance
I need to have the answer be x if between this range, and x if between this range. I have about 5 different ranges.
This is what I have tried, but it returns error.( You've entered too many arguments for this function)
Here are the ranges,
If: x is under 350=$950
If: x is 351-450 then multiply by 3.75
If: x is 451-550 then multiply by 3.5
If: x is 551 and up multiply by 3.25
Here is the formula i have been playing around with. =IF(V7>350,v7<450,v7*3.75,if(v7>401,V7<550,V7*3.5,if(V7>551,V7*3.35,950)))
Any help would be appreciated.thanks
I am trying to set up a rate spreadsheet.
I have a column with distance
I need to have the answer be x if between this range, and x if between this range. I have about 5 different ranges.
This is what I have tried, but it returns error.( You've entered too many arguments for this function)
Here are the ranges,
If: x is under 350=$950
If: x is 351-450 then multiply by 3.75
If: x is 451-550 then multiply by 3.5
If: x is 551 and up multiply by 3.25
Here is the formula i have been playing around with. =IF(V7>350,v7<450,v7*3.75,if(v7>401,V7<550,V7*3.5,if(V7>551,V7*3.35,950)))
Any help would be appreciated.thanks