+ Reply to Thread
Results 1 to 3 of 3

Auto Population of Summary Sheet

Hybrid View

  1. #1
    Registered User
    Join Date
    10-21-2008
    Location
    Delhi, India
    MS-Off Ver
    MS 365 Subscription Insider (Windows 11 64-bit)
    Posts
    45

    Auto Population of Summary Sheet

    I am attached herewith a sample data, where i want to auto populate my summary sheet in totallity.

    Sheet LR_SUMMARY

    the summary sheet has 3 section

    Day wise and Quality wise i have Auto Populated. but in supplier wise I am facing some problem.

    I am able to populate the firs supplier name in the summary sheet by using the formula

    =INDEX(LR_CNF!$P$5:$P$26,MATCH(0,COUNTIF(LR_CNF!$P$5:$P$26,"<"&LR_CNF!$P$5:$P$26),0))

    However, the susequent supplier are not being populated, I am using the following formula

    =IF(COUNTIF(LR_CNF!$P$5:$P$26,">"&I7), INDEX(LR_CNF!$P$5:$P$26, MATCH(COUNTIF(LR_CNF!$P$5:$P$26,"<="&I7), COUNTIF(LR_CNF!$P$5:$P$26,"<"&LR_CNF!$P$5:$P$26),0)),"")

    SHEET LR CNF

    we are Generating SL Code and LCR Code to update sheet SL-1, SL-2 etc...

    Is there any more simple formula to calculated LCR Code other than used by me.

    Thanks in anticipation.
    Attached Files Attached Files

  2. #2
    Forum Expert JBeaucaire's Avatar
    Join Date
    03-21-2004
    Location
    Bakersfield, CA
    MS-Off Ver
    2010, 2016, Office 365
    Posts
    33,492

    Re: Auto Population of Summary Sheet

    Your G6 formula is looking in the wrong place, it needs to look at G5 to continue the list:

    =IF(COUNTIF(LR_CNF!$P$5:$P$26,">"&G5), INDEX(LR_CNF!$P$5:$P$26, MATCH(COUNTIF(LR_CNF!$P$5:$P$26,"<="&G5), COUNTIF(LR_CNF!$P$5:$P$26,"<"&LR_CNF!$P$5:$P$26),0)),"")
    _________________
    Microsoft MVP 2010 - Excel
    Visit: Jerry Beaucaire's Excel Files & Macros

    If you've been given good help, use the icon below to give reputation feedback, it is appreciated.
    Always put your code between code tags. [CODE] your code here [/CODE]

    ?None of us is as good as all of us? - Ray Kroc
    ?Actually, I *am* a rocket scientist.? - JB (little ones count!)

  3. #3
    Registered User
    Join Date
    10-21-2008
    Location
    Delhi, India
    MS-Off Ver
    MS 365 Subscription Insider (Windows 11 64-bit)
    Posts
    45

    Re: Auto Population of Summary Sheet

    Thank's a lot Beaucaire.

    Is there any other way to generate LCR Code other than the way used in the attached sheet.
    B'coz in my ways its too long.

    Ranbir

+ 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