+ Reply to Thread
Results 1 to 5 of 5

True or False Query \ Excact formaula in more than two sheets

  1. #1
    Forum Contributor
    Join Date
    11-10-2012
    Location
    India
    MS-Off Ver
    Excel 2003 to Excel 2010
    Posts
    235

    Lightbulb True or False Query \ Excact formaula in more than two sheets

    Hi All.

    I have attached a demo file containing three sheets where i want to ensure that Name on each sheet should be on exact cell address.

    For Example:
    in "First", "Second" & "Third" sheet Ram is showing on A2 Cell. It means its ok. BUT
    "Roony" is not coming on A3 cell in second sheet, its not ok

    I just want to ensure that I all my names are on correct cell address in different sheet.
    Also we can make First sheet as Base file..that other sheets will follow

    i can use exact formula but there are more than 3 sheets so finding it difficult to solve.

    Hope you have understood my query.

    Thanks in Advance.
    Attached Files Attached Files
    Click on (*), if you agree.

  2. #2
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,929

    Re: True or False Query \ Excact formaula in more than two sheets

    If all you want is a TRUE/FALSE, try this, copied down...
    =AND(A2=Second!A2,First!A2=Third!A2)
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  3. #3
    Forum Contributor
    Join Date
    11-10-2012
    Location
    India
    MS-Off Ver
    Excel 2003 to Excel 2010
    Posts
    235

    Re: True or False Query \ Excact formaula in more than two sheets

    Quote Originally Posted by FDibbins View Post
    If all you want is a TRUE/FALSE, try this, copied down...
    =AND(A2=Second!A2,First!A2=Third!A2)
    Thanks but in original I have more that 20 sheets in my excel file ... so how can i do this in a Quick way around.

  4. #4
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,929

    Re: True or False Query \ Excact formaula in more than two sheets

    apart from a very long and() statement, I cant think of anything off the top of my head

  5. #5
    Forum Guru :) Sixthsense :)'s Avatar
    Join Date
    01-01-2012
    Location
    India>Tamilnadu>Chennai
    MS-Off Ver
    2003 To 2010
    Posts
    12,770

    Re: True or False Query \ Excact formaula in more than two sheets

    Try this UDF...

    Please Login or Register  to view this content.
    =CHECKDATA("CellAddress","StartSheetName","EndSheetName",Case Sensitivity True/False)

    For Exact Match
    =CHECKDATA("A2","First","Third",TRUE)

    For No Case Sensititvity
    =CHECKDATA("A2","First","Third",FALSE)
    Last edited by :) Sixthsense :); 05-21-2013 at 01:22 AM.


    If your problem is solved, then please mark the thread as SOLVED>>Above your first post>>Thread Tools>>
    Mark your thread as Solved


    If the suggestion helps you, then Click *below to Add Reputation

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Tags for this Thread

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