![]() |
#1
|
|||
|
|||
![]()
Hello,
I am trying to write an IF formula in sheet1 which returns "true" if ANY CELL in sheet2 = "x". Is this possible? Thanks, Sixhobbits |
#2
|
|||
|
|||
![]() Code:
=IF(COUNTIF(sheet1!A1:IV65536,"x")>0,True,False) In fact, you can select the region of sheet1 you need to check, name it (Insert | Name | Define) and use that name in the formula, redefining the area it covers as necessary: Code:
=IF(COUNTIF(LookForX,"x")>0,True,False) Last edited by CGM3; 10-02-2009 at 10:29 AM. |
![]() |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
![]() |
blazzercat | Excel | 2 | 07-08-2009 08:45 AM |
![]() |
aleksandr | Excel | 10 | 05-18-2009 12:14 PM |
Help for formula | dehann | Excel | 5 | 05-01-2009 10:44 AM |
Need another formula to match my last one | tinkertron | Excel | 2 | 04-29-2009 02:17 PM |
![]() |
tinkertron | Excel | 11 | 04-16-2009 11:43 PM |