Results 1 to 5 of 5

Excel 2007 : IF...CONTAINS...THEN-link from another sheet

Threaded View

  1. #1
    Registered User
    Join Date
    10-19-2011
    Location
    london
    MS-Off Ver
    Excel 2013
    Posts
    11

    IF...CONTAINS...THEN-link from another sheet

    SOLVED

    Hi everybody.
    I am trying to use an IF...CONTAINS...THEN formula.
    So far this formula can search for "A" in cell G7 in the same sheet and return "1" or nothing: =IF(ISNUMBER(SEARCH("A",G7)),"1","")

    I want to be able to change the G7 cell for a cell in another sheet or workbook. I wrote this formula to return a result from cell C20 in the SUMMARY TABLES worksheet, but its wrong:
    =IF(ISNUMBER(SEARCH("A",'SUMMARY TABLES'!$C$20))"1","")

    What corrections should I do to make it work?

    Thank you!!
    Last edited by siv; 10-19-2011 at 07:45 AM.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1