I have tried to find help on the internet and through this forum, but can't seen to find a multiple if statement for ranges. Maybe, I am using incorrect terminology. Can someone help me or link me to a similar formula.
I have a column that has a number in it and want column V to return the values underlined below
I need a formula to return the values of:
1-30 range: (U2>0,U2<31)
31-60 range: (U2>30,U2<61)
61-89 range: (U2>60, U2<90)
90+ range: (U2>89)
Bookmarks