I have data in a spreadsheet that consists of 3 columns
First column is a list of names, Second column is a number and the third column is empty. I want to input a formula that does the followiing:
If the contents of Column B is greater than or equal to 100, then enter the word Legends. If the contents of Column B is between 51 to 99, then enter the word Tough Enough. If the contents of column b is between 10 to 50, then enter the word Cruiserweight.
I got as far as this but got stumped:
=IF(B2 >= 100, "Legends", "Other")
Can anyone assist?
First column is a list of names, Second column is a number and the third column is empty. I want to input a formula that does the followiing:
If the contents of Column B is greater than or equal to 100, then enter the word Legends. If the contents of Column B is between 51 to 99, then enter the word Tough Enough. If the contents of column b is between 10 to 50, then enter the word Cruiserweight.
I got as far as this but got stumped:
=IF(B2 >= 100, "Legends", "Other")
Can anyone assist?