J
Jimmy
Perhaps I'm a little too tired, because I'd swear I've made this work before.
But I'm stuck and am ready to ask for help!
I have some IF functions that I need to nest together, but I keep getting
the "too many arguments" error. Does anyone have any suggestions on how I
might either get around the error or reformat the function so that it
works??? Open to all suggestions.
Here are the IF statements that I need to string together:
=IF(J32<12201,(J32*.22))
=IF(J32<15401,(((J32-12200)*.25)+2684))
=IF(J32<18501,(((J32-15400)*.29)+3484))
=IF(J32<21601,(((J32-18500)*.34)+4383))
=IF(J32<24701,(((J32-21600)*.40)+5437))
=IF(J32>=24701,(((J32-24700)*.47)+6677))
Thanks!
But I'm stuck and am ready to ask for help!
I have some IF functions that I need to nest together, but I keep getting
the "too many arguments" error. Does anyone have any suggestions on how I
might either get around the error or reformat the function so that it
works??? Open to all suggestions.
Here are the IF statements that I need to string together:
=IF(J32<12201,(J32*.22))
=IF(J32<15401,(((J32-12200)*.25)+2684))
=IF(J32<18501,(((J32-15400)*.29)+3484))
=IF(J32<21601,(((J32-18500)*.34)+4383))
=IF(J32<24701,(((J32-21600)*.40)+5437))
=IF(J32>=24701,(((J32-24700)*.47)+6677))
Thanks!