+ Reply to Thread
Results 1 to 3 of 3

Fill column "B" & "C" from second page

Hybrid View

  1. #1
    Forum Contributor
    Join Date
    02-14-2010
    Location
    oman
    MS-Off Ver
    Excel 2003
    Posts
    384

    Post Fill column "B" & "C" from second page

    Here i have attached my sample sheet. I need formula to fill first sheet column "B" & "C" from second sheet data. what formula should do is first sheet column "A" values need to match with second sheet column "A" & first sheet cell "B4 & C4 " cell values need check with second sheet column "B". if that values are matched , second sheet column "C" values should add to first sheet column "B & C"..if u check my sample sheet easily u can understand my question..One values i have add manually.like that i want to fill all the cells from formula..pls help me..
    Attached Files Attached Files
    Last edited by johncena; 06-07-2012 at 06:20 AM.

  2. #2
    Valued Forum Contributor
    Join Date
    04-30-2012
    Location
    Australia
    MS-Off Ver
    Excel 2010
    Posts
    547

    Re: Fill column "B" & "C" from second page

    try in B5 of the Stock sheet:

    =SUMIFS(Sheet3!$C$1:$C$201,Sheet3!$A$1:$A$201,Stock!$A5,Sheet3!$B$1:$B$201,Stock!B$4)

    or (this also works in Excel 2003 and earlier, but it is slower):

    =SUMPRODUCT(--(Sheet3!$A$1:$A$201=Stock!$A5),--(Sheet3!$B$1:$B$201=Stock!B$4),Sheet3!$C$1:$C$201)

    copy right and then down.
    Last edited by npamcpp; 06-07-2012 at 06:00 AM.

  3. #3
    Forum Contributor
    Join Date
    02-14-2010
    Location
    oman
    MS-Off Ver
    Excel 2003
    Posts
    384

    Re: Fill column "B" & "C" from second page

    thanks a lot friend i have used below formula & it's work fine for me.thanks a lot again.REP+
    =SUMPRODUCT(--(Sheet3!$A$1:$A$201=Stock!$A5),--(Sheet3!$B$1:$B$201=Stock!B$4),Sheet3!$C$1:$C$201)

+ 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