+ Reply to Thread
Results 1 to 5 of 5

look to match value from oanother sheet

  1. #1
    Forum Contributor
    Join Date
    11-28-2013
    Location
    Ljubljana
    MS-Off Ver
    Office 365
    Posts
    1,054

    look to match value from oanother sheet

    need look value in B6 in attendance sheet that matched from waiting list sheet
    Attached Files Attached Files

  2. #2
    Banned User!
    Join Date
    02-05-2015
    Location
    San Escobar
    MS-Off Ver
    any on PC except 365
    Posts
    12,168

    Re: look to match value from oanother sheet

    something like this?
    =INDEX('Waiting list'!$E$2:$E$7,MATCH(B2,'Waiting list'!C2:$C$7,0))

    or
    =IF(INDEX('Waiting list'!$A$2:$A$7,MATCH($B$2,'Waiting list'!$C$2:$C$7,0))=$B$1,INDEX('Waiting list'!$E$2:$E$7,MATCH(B2,'Waiting list'!C2:$C$7,0)),"")
    with checking Batch no. and Product name
    Last edited by sandy666; 07-05-2017 at 02:32 PM.

  3. #3
    Forum Contributor
    Join Date
    11-28-2013
    Location
    Ljubljana
    MS-Off Ver
    Office 365
    Posts
    1,054

    Re: look to match value from oanother sheet

    work good
    than you very much

  4. #4
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,202

    Re: look to match value from oanother sheet

    If that takes care of your original question, please select Thread Tools from the menu link above and mark this thread as SOLVED. Thanks.

  5. #5
    Banned User!
    Join Date
    02-05-2015
    Location
    San Escobar
    MS-Off Ver
    any on PC except 365
    Posts
    12,168

    Re: look to match value from oanother sheet

    Done........................................

+ 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] If match found Bothe sheet then put match data.
    By sumanc6 in forum Excel General
    Replies: 11
    Last Post: 03-05-2016, 04:10 AM
  2. Replies: 1
    Last Post: 06-18-2015, 08:45 AM
  3. [SOLVED] Match the percentage on one sheet and fill the column with the name match
    By gigi79 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 12-18-2012, 11:52 AM
  4. Replies: 0
    Last Post: 10-25-2012, 03:38 PM
  5. Replies: 11
    Last Post: 10-14-2012, 01:03 PM
  6. Replies: 5
    Last Post: 01-07-2012, 10:17 AM
  7. Match column from sheet 2 to sheet 1 and copy rows if match exists.
    By GravityInvert in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 07-28-2008, 01:42 PM

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