Excel Formula

Closed
stan - May 4, 2010 at 03:52 PM
rizvisa1 Posts 4478 Registration date Thursday January 28, 2010 Status Contributor Last seen May 5, 2022 - May 4, 2010 at 04:31 PM
in a separate cell, i have a number. If that number is greater than 11, i want a certain entry. if that cell is >6<11, i want another entry and if that cell is <6 i want a different entry. How would that formula look?

1 response

rizvisa1 Posts 4478 Registration date Thursday January 28, 2010 Status Contributor Last seen May 5, 2022 766
May 4, 2010 at 04:31 PM
=IF(A1>11, "a1 is greater than 11", if(a1>6, "a1 is greater than 6 but less or equal to 11, "default so a1 must be less than or equal to 6"))
0