+ Reply to Thread
Results 1 to 2 of 2

Month wise datas change if the common factor change

  1. #1
    Forum Contributor PRADEEPB270's Avatar
    Join Date
    02-19-2010
    Location
    INDIA
    MS-Off Ver
    MSoffice-2016
    Posts
    332

    Month wise datas change if the common factor change

    I have a file with 2 worksheets.Sheet 1 is the summary and another sheet is data sheet.On sheet 1,I want to change my plant from HHHD to HHHG or HHHU,the datas should be change according to plant wise and month wise.Is it possible?

    Please refer the attached file for more clarification.

    Regards

    Pradeep Kumar Gupta
    Attached Files Attached Files
    Last edited by PRADEEPB270; 12-17-2010 at 12:29 AM.
    Regards


    Pradeep Kumar Gupta
    Gurgaon ( INDIA )

  2. #2
    Forum Expert
    Join Date
    08-27-2008
    Location
    England
    MS-Off Ver
    2010
    Posts
    2,561

    Re: Month wise datas change if the common factor change

    There are several possible ways of attempting this, depending on your true data layout, but try:

    =INDEX('2010-2011'!$C6:$K6,1,3*COLUMNS($A:A)+MATCH(Sheet1!C$3,'2010-2011'!$C$5:$E$5,0)-3)

    or this, slower, but more general solution:
    =SUMPRODUCT(--(C$2='2010-2011'!$C$4:$K$4),--(Sheet1!C$3='2010-2011'!$C$5:$K$5),'2010-2011'!$C6:$K6)
    CC


    If you feel really indebted please consider a donation to charity. My preferred charity is ActionAid but there are plenty of worthy alternatives.

+ 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