+ Reply to Thread
Results 1 to 3 of 3

Filling a table with uniuqe store ID's

Hybrid View

  1. #1
    Registered User
    Join Date
    12-16-2011
    Location
    new york,USA
    MS-Off Ver
    Excel 2010
    Posts
    16

    Filling a table with uniuqe store ID's

    I am trying to match different stores’ fruit inventories to their own store IDs. For example, all the fruits sold at Sunny’s would get “101”, from J&T would get 201, etc. I have Table 1 and Table 2 and am trying to fill Table 2 cells so that it looks like Table 3 (please see attached worksheet).

    Thanks!
    Attached Files Attached Files
    Last edited by lkim; 12-19-2011 at 01:52 AM.

  2. #2
    Forum Guru
    Join Date
    05-24-2011
    Location
    India
    MS-Off Ver
    Office 2021
    Posts
    2,237

    Re: Filling a table with uniuqe store ID's

    Try this, F4, copy down & across

    =IF(COUNTIF(INDEX($A$5:$C$10,0,MATCH(F$2,$A$3:$C$3,0)),$E4),F$3,"")
    Regards,
    Haseeb Avarakkan

    __________________________________
    "Feedback is the breakfast of champions"

  3. #3
    Registered User
    Join Date
    12-16-2011
    Location
    new york,USA
    MS-Off Ver
    Excel 2010
    Posts
    16

    Re: Filling a table with uniuqe store ID's

    Thank you. That works great!

+ Reply to Thread

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