![]() |
if function
Not sure if this is the best way to go about this, but a scaled down
approach of what i'm trying to do is see if a value in one cell is greater than five other sells and display certain things based if that's true or false. Ultimately what i'm trying to do is rank the values in 6 cells and put in another cell their rank based on which cell has the higher number. This is the function i've been messing with: =IF(C3E3&C3G3&C3I3&C3K3&C3M3,1,2) Even if the function is false is always displays the true value of 1. Any advice, sites, or better ways to go about this will be appreciated. Thanks |
if function
=IF(C3E3,IF(C3G3,IF(C3I3,IF(C3K3,IF(C3M3,1,2) ))))
Try this "hal" wrote: Not sure if this is the best way to go about this, but a scaled down approach of what i'm trying to do is see if a value in one cell is greater than five other sells and display certain things based if that's true or false. Ultimately what i'm trying to do is rank the values in 6 cells and put in another cell their rank based on which cell has the higher number. This is the function i've been messing with: =IF(C3E3&C3G3&C3I3&C3K3&C3M3,1,2) Even if the function is false is always displays the true value of 1. Any advice, sites, or better ways to go about this will be appreciated. Thanks |
All times are GMT +1. The time now is 03:59 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com