+ Reply to Thread
Results 1 to 3 of 3

Inherited spreadsheet-can you check that the same entry is in the same cell in diff sheets

  1. #1
    Registered User
    Join Date
    05-14-2014
    Location
    Kent, England
    MS-Off Ver
    Microsoft Office Professional Plus 2016
    Posts
    20

    Inherited spreadsheet-can you check that the same entry is in the same cell in diff sheets

    I have a workbook with 15 different sheets. The first sheet counts up various things from the other sheets- people are listed with amounts next to them. How can I check (not manually) that the same staff are listed on the same row on each sheet, so that the formulas are correct.

  2. #2
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,728

    Re: Inherited spreadsheet-can you check that the same entry is in the same cell in diff sh

    A quick check would be to see if you have used the same number of rows in each of those 15 sheets - if not then the names will clearly not be in the same place in every sheet.

    You could also have a formula like this in the first sheet:

    =A2=Sheet2!A2

    assuming the names are in column A and start in cell A2. Copy this formula down, and it will result in either TRUE or FALSE - make any necessary corrections to Sheet2. Then change the formula to look at Sheet3, and again change Sheet3 if necessary. Repeat for the other sheets.

    Another approach would be to use this formula:

    =MATCH(A2,Sheet2!A:A,0)

    and copy down. This will give you the row number where the name is found in Sheet2 (which should be the same as the row that the formula is on) or #N/A if the name is not found. Again, make corrections to Sheet2, then repeat the formula for Sheet3, and so on.

    Hope this helps.

    Pete

  3. #3
    Registered User
    Join Date
    05-14-2014
    Location
    Kent, England
    MS-Off Ver
    Microsoft Office Professional Plus 2016
    Posts
    20

    Re: Inherited spreadsheet-can you check that the same entry is in the same cell in diff sh

    This site is amazing, thanks ever so much- its nice of you to take the time- Ill try these now.

+ 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. Replies: 0
    Last Post: 07-30-2013, 07:42 PM
  2. Inherited Spreadsheet with hidden control of select buttons
    By Fuelsguy in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 04-19-2013, 11:32 AM
  3. [SOLVED] identify unique ID between 2 sheets, auto replace cell values between sheets in diff colum
    By DT123456 in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 07-25-2012, 08:25 AM
  4. Macro to check for blank cell entry, copy previous value, and check for duplicates
    By xPunxNotDeadx in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 01-26-2009, 06:33 PM
  5. Replies: 0
    Last Post: 01-13-2005, 06:49 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