Hello,
The question is this.
Cell in Sheet 1 A2 has a number (1-10). A range exisits in Sheet 2 where numbers 1-5 are catorigzied as blue, and where 6-10 are catogorized as red. In Sheet 1 B2 I need a formula that states if A2 is equal to a value within a range (lets say blue) then Cell B2 will reflect the text "Blue". I will then use nested If statments if untrue to check if cell B2 is equal to anothe value within another range and so on.
the only thing I can come up with is this: =IF(A1=Blue,"Y",IF(A1=Red,"Y"," ")) but it returns the error #VALUE.
any suggestions
Bookmarks