+ Reply to Thread
Results 1 to 3 of 3

Pull data from other worksheet having unique,duplicate sum

  1. #1
    Forum Contributor
    Join Date
    03-11-2011
    Location
    Nepal
    MS-Off Ver
    MS Excel 2021 / 365
    Posts
    1,248

    Pull data from other worksheet having unique,duplicate sum

    Hi,

    I want to get data from Sheet 2 in Sheet 1 G column.If in Sheet2,B column is is repeated & if there is duplicate then do sum and resulting figure to be get pulled in Sheet1 G column.

    In Sheet 1 ,D column there exists duplicate .Hence, only in once to be pulled and not twice as shown in G column.

    Matching should be done from Sheet1

    Kindly see attached file for the same.
    Attached Files Attached Files

  2. #2
    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,209

    Re: Pull data from other worksheet having unique,duplicate sum

    Try

    in G3

    =IF(COUNTIF($D$3:D3,D3)=1,SUMIF(Sheet2!$B$3:$B$8,$D3,Sheet2!$C$3:$C$8),"")
    If that takes care of your original question, please select Thread Tools from the menu link above and mark this thread as SOLVED.

  3. #3
    Forum Contributor
    Join Date
    03-11-2011
    Location
    Nepal
    MS-Off Ver
    MS Excel 2021 / 365
    Posts
    1,248

    Re: Pull data from other worksheet having unique,duplicate sum

    Thanks 👍 it worked out

+ 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. Pull data by entering a unique ID
    By Todss in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 10-26-2020, 05:38 AM
  2. pull the data by unique ID
    By AaruJaan in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 09-24-2017, 09:56 PM
  3. How to pull unique data from another sheet
    By Luk3y in forum Excel Formulas & Functions
    Replies: 12
    Last Post: 09-14-2017, 09:23 AM
  4. [SOLVED] Pull data into a unique table using VBA?
    By ccastell88 in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 08-06-2015, 08:31 PM
  5. [SOLVED] Pull data into a unique table?
    By ccastell88 in forum Excel General
    Replies: 3
    Last Post: 08-03-2015, 04:02 AM
  6. Lookup that can pull from duplicate data in two columns
    By fbodylt1 in forum Excel General
    Replies: 2
    Last Post: 09-24-2013, 02:02 AM
  7. Pull data from HTML tag which is unique (tag within a tag)
    By gochel in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 01-21-2013, 08:54 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