+ Reply to Thread
Results 1 to 22 of 22

display results by seller 1 seller 2 and so on

  1. #1
    Forum Contributor
    Join Date
    01-04-2014
    Location
    East Africa
    MS-Off Ver
    MS OFFICE 2013 PRO PLUS
    Posts
    3,709

    display results by seller 1 seller 2 and so on

    I have 250 products , I have different winners
    for each product , I need results of each seller
    won how many products without showing the
    rest of the sellers , thus I need a formula to do
    this , see file attached , you will understand closer ,
    have put the expected reults
    Attached Files Attached Files

  2. #2
    Forum Contributor
    Join Date
    01-04-2014
    Location
    East Africa
    MS-Off Ver
    MS OFFICE 2013 PRO PLUS
    Posts
    3,709

    Re: display results by seller 1 seller 2 and so on

    Okay I think I found it

    It should be

    =IF(D1=B2,$D$1,"")
    =IF(E1=C2,$D$1,"")

    It does exactly what I needed

  3. #3
    Forum Contributor
    Join Date
    01-04-2014
    Location
    East Africa
    MS-Off Ver
    MS OFFICE 2013 PRO PLUS
    Posts
    3,709

    Re: display results by seller 1 seller 2 and so on

    Ouch does not work , seems it only worked for seller 1 ,
    seems I will wait for the answer

  4. #4
    Forum Contributor
    Join Date
    01-04-2014
    Location
    East Africa
    MS-Off Ver
    MS OFFICE 2013 PRO PLUS
    Posts
    3,709

    Re: display results by seller 1 seller 2 and so on

    Would it be if , not sure , sound some match case
    here , ouch

  5. #5
    Forum Contributor
    Join Date
    01-04-2014
    Location
    East Africa
    MS-Off Ver
    MS OFFICE 2013 PRO PLUS
    Posts
    3,709

    Re: display results by seller 1 seller 2 and so on

    Someone maybe ?

  6. #6
    Valued Forum Contributor
    Join Date
    09-01-2013
    Location
    Dallas, TX
    MS-Off Ver
    Excel 2010
    Posts
    324

    Re: display results by seller 1 seller 2 and so on

    Re-Read your example file.

    Post code below in cell D2 and copy down (copy to E2 and drag down and so on as needed)

    Please Login or Register  to view this content.
    Last edited by playaller; 04-25-2014 at 01:10 AM. Reason: Re-Read your example file - Updated Code

  7. #7
    Forum Contributor
    Join Date
    01-04-2014
    Location
    East Africa
    MS-Off Ver
    MS OFFICE 2013 PRO PLUS
    Posts
    3,709

    Re: display results by seller 1 seller 2 and so on

    Works partially result is

    Its writing seller 1 and both cells

    seller 1 seller 1
    seller 1 seller 1

    While it needs to be

    seller 1
    seller 1

    Please look closer you are almost correct , one column working
    the other column e not working

  8. #8
    Valued Forum Contributor
    Join Date
    09-01-2013
    Location
    Dallas, TX
    MS-Off Ver
    Excel 2010
    Posts
    324

    Re: display results by seller 1 seller 2 and so on

    I'm not sure why excel didn't update the cell reference when you copied and paste but either way it's because you need to update the reference to the header cell. When you paste in the next cell change:

    =D$1

    to

    =E$1

    and so on. Then drag the cell down. This letter will always be the column you are pasting in.

    Pasting in E2 would change to
    Please Login or Register  to view this content.


    Shelton A.
    If Helpful, Add Reputaion!

  9. #9
    Forum Contributor
    Join Date
    01-04-2014
    Location
    East Africa
    MS-Off Ver
    MS OFFICE 2013 PRO PLUS
    Posts
    3,709

    Re: display results by seller 1 seller 2 and so on

    Ouch same results

    seller1 seller 1
    seller1 seller 1

  10. #10
    Forum Contributor
    Join Date
    01-04-2014
    Location
    East Africa
    MS-Off Ver
    MS OFFICE 2013 PRO PLUS
    Posts
    3,709

    Re: display results by seller 1 seller 2 and so on

    If you are sure of the answer , please fill
    in the file and return back the file if you
    don't mind

  11. #11
    Valued Forum Contributor
    Join Date
    09-01-2013
    Location
    Dallas, TX
    MS-Off Ver
    Excel 2010
    Posts
    324

    Re: display results by seller 1 seller 2 and so on

    the formula as is, will only return the header name so if you pasted the second formula in E2 then E1 name must be still typed as seller1 in your worksheet because the formula does not determine the name to search for the E1 cell does. double check and if so change E1 name to seller2. F1 name to seller 3 and so on.

  12. #12
    Forum Guru Winon's Avatar
    Join Date
    02-20-2007
    Location
    East Rand, R.S.A.
    MS-Off Ver
    2010
    Posts
    6,113

    Re: display results by seller 1 seller 2 and so on

    Hello makinmomb,

    I am not exactly sure what you want to do. In your sample you show in Cells D1 and E1, "Seller 1", and that confuses me somewhat.

    So, I have changed things a little bit, and provided you with three possible examples, of what I think you may want to have a look at.

    Please see the attached sample Workbook.

    Regards.
    Attached Files Attached Files
    Please consider:

    Be polite. Thank those who have helped you. Then Click on the star icon in the lower left part of the contributor's post and add Reputation. Cleaning up when you're done. If you are satisfied with the help you have received, then Please do Mark your thread [SOLVED] .

  13. #13
    Forum Contributor
    Join Date
    01-04-2014
    Location
    East Africa
    MS-Off Ver
    MS OFFICE 2013 PRO PLUS
    Posts
    3,709

    Re: display results by seller 1 seller 2 and so on

    winner runner seller 1 seller 1
    product 1 seller 1 seller 1
    product 2 seller 1 seller 1
    product 3 seller 2
    product 4 seller 3 seller 3
    product 5 seller 2

  14. #14
    Forum Contributor
    Join Date
    01-04-2014
    Location
    East Africa
    MS-Off Ver
    MS OFFICE 2013 PRO PLUS
    Posts
    3,709

    Re: display results by seller 1 seller 2 and so on

    let me re explain this again , i think an important heading is missing
    Attached Files Attached Files

  15. #15
    Forum Contributor
    Join Date
    01-04-2014
    Location
    East Africa
    MS-Off Ver
    MS OFFICE 2013 PRO PLUS
    Posts
    3,709

    Re: display results by seller 1 seller 2 and so on

    I am looking for summary of where seller 1 appears
    as winner and runner , second winner , by typing
    seller 1 on d2 and e2 , I hope Winon this now puts
    you into the shoes of understanding

  16. #16
    Forum Contributor
    Join Date
    01-04-2014
    Location
    East Africa
    MS-Off Ver
    MS OFFICE 2013 PRO PLUS
    Posts
    3,709

    Re: display results by seller 1 seller 2 and so on

    If I type seller 1 on cell d2 and e2 , it should throw
    results seller 1 onto sell d3 and e4

    If I type seller 2 on d2 and e2 , it should throw
    results sellere 2 on d5 and and e7

  17. #17
    Forum Contributor
    Join Date
    01-04-2014
    Location
    East Africa
    MS-Off Ver
    MS OFFICE 2013 PRO PLUS
    Posts
    3,709

    Re: display results by seller 1 seller 2 and so on

    Its thus a sum of which products seller 1 has won and
    which he is runner up , without informing the rest of the
    sellers

  18. #18
    Forum Contributor
    Join Date
    01-04-2014
    Location
    East Africa
    MS-Off Ver
    MS OFFICE 2013 PRO PLUS
    Posts
    3,709

    Re: display results by seller 1 seller 2 and so on

    Anyone maybe ?

  19. #19
    Forum Guru Winon's Avatar
    Join Date
    02-20-2007
    Location
    East Rand, R.S.A.
    MS-Off Ver
    2010
    Posts
    6,113

    Re: display results by seller 1 seller 2 and so on

    Hello makinmomb,

    Maybe the attached Workbook will now be okay with you?

    Regards.
    Attached Files Attached Files

  20. #20
    Forum Expert
    Join Date
    05-30-2012
    Location
    The Netherlands
    MS-Off Ver
    Office 365
    Posts
    14,987

    Re: display results by seller 1 seller 2 and so on

    D3 = if(B3=D$2,D$2,"")

    and drag to the right and below.
    Notice my main language is not English.

    I appreciate it, if you reply on my solution.

    If you are satisfied with the solution, please mark the question solved.

    You can add reputation by clicking on the star * add reputation.

  21. #21
    Forum Contributor
    Join Date
    01-04-2014
    Location
    East Africa
    MS-Off Ver
    MS OFFICE 2013 PRO PLUS
    Posts
    3,709

    Re: display results by seller 1 seller 2 and so on

    Winon yours correct too, thanks , but I pick that of Oeldere ,
    look at its shortness and simplicity , I almost struggled
    with the same kind if you see in the loop string but was
    not able to write it correctly

  22. #22
    Forum Guru Winon's Avatar
    Join Date
    02-20-2007
    Location
    East Rand, R.S.A.
    MS-Off Ver
    2010
    Posts
    6,113

    Re: display results by seller 1 seller 2 and so on

    Hello makinmomb,

    Thank you for the feedback.

    Glad your problem has been solved now.

    Regards.

+ 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. Replies: 6
    Last Post: 03-22-2013, 04:54 PM
  2. [SOLVED] Find the best seller??
    By Ben1985 in forum Excel General
    Replies: 16
    Last Post: 08-20-2012, 11:56 AM
  3. How many quantity eache seller sold
    By feejo in forum Excel General
    Replies: 3
    Last Post: 05-20-2007, 11:07 PM
  4. Buyer Vs Seller Matching Formula
    By carl in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 12-12-2005, 03:10 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