+ Reply to Thread
Results 1 to 5 of 5

IF function referencing different sheet

  1. #1
    Registered User
    Join Date
    08-28-2014
    Location
    NJ
    MS-Off Ver
    2010
    Posts
    50

    IF function referencing different sheet

    What I want to do is what I thought was quite simple. LOL I want to compare the column T in sheet ALL to column T in sheet ThisWeek. In sheet ALL I would like to display the number 1 in field U if there are matches. And display nothing if there aren't. Now, keep this in mind. The entry is column T in sheet ThisWeek will appear several times in Sheet ALL. I want to have a 1 appear for every instance in sheet ALL. Doable? Please help.
    Attached Files Attached Files

  2. #2
    Forum Expert BadlySpelledBuoy's Avatar
    Join Date
    06-14-2013
    Location
    East Sussex, UK
    MS-Off Ver
    365
    Posts
    7,468

    Re: IF function referencing different sheet

    In cell U2 on "All" try the below formula and copy down.

    =IF(COUNTIF(ThisWeek!T:T,T2)>0,1,"")

    Does that do what you need?

    BSB.

  3. #3
    Registered User
    Join Date
    08-28-2014
    Location
    NJ
    MS-Off Ver
    2010
    Posts
    50

    Re: IF function referencing different sheet

    I shall try it now.

  4. #4
    Registered User
    Join Date
    08-28-2014
    Location
    NJ
    MS-Off Ver
    2010
    Posts
    50

    Re: IF function referencing different sheet

    I do believe it does, Badly. I thank you very much. This is very cool to have. Very kind of you to help.

  5. #5
    Forum Expert BadlySpelledBuoy's Avatar
    Join Date
    06-14-2013
    Location
    East Sussex, UK
    MS-Off Ver
    365
    Posts
    7,468

    Re: IF function referencing different sheet

    Not a problem. Helping is what I'm here for.

    Don't forget to mark the thread as SOLVED if you're happy you have your solution.

    Take care.

    BSB.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. [SOLVED] Indirect + Sum Function not working when referencing another sheet
    By Decar in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 11-20-2013, 07:16 AM
  2. [SOLVED] IF Function referencing IsNumber, Match, Left function on separate sheets
    By Touch9713 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 10-12-2013, 10:09 PM
  3. Replies: 0
    Last Post: 01-09-2013, 06:58 AM
  4. Trouble referencing another sheet with INDIRECT function
    By No Surprises in forum Excel General
    Replies: 2
    Last Post: 05-24-2012, 01:07 AM
  5. Need Help With Referencing Sheet in Function
    By mmcginnis in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 01-06-2005, 12:52 AM

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