+ Reply to Thread
Results 1 to 6 of 6

Searching, Finding And Extract Data Based On Set Parameters

  1. #1
    Registered User
    Join Date
    05-19-2008
    Posts
    15

    Searching, Finding And Extract Data Based On Set Parameters

    I have three parameters that users on my spreadsheet will be using. They will be searching using the 'Brand', 'MPAN' and 'Tariff' fields. I then have another sheet within the same workbook with all the data in it with columns headed of Brand', 'MPAN' and 'Tariff'. It has to be an excat match using those three parameters though. I would like the parameters the user selects on the first sheet to be searched and found on the second sheet, with the figures in the cells next to the search result getting fed back into a set cells back on the first page.

    Is this possible?
    Attached Files Attached Files
    Last edited by mprice1988; 05-19-2008 at 05:41 PM.

  2. #2
    Forum Moderator davesexcel's Avatar
    Join Date
    02-19-2006
    Location
    Regina
    MS-Off Ver
    MS 365
    Posts
    13,483
    Quote Originally Posted by mprice1988
    I have three parameters that users on my spreadsheet will be using. They will be searching using the 'Brand', 'MPAN' and 'Tariff' fields. I then have another sheet within the same workbook with all the data in it with columns headed of Brand', 'MPAN' and 'Tariff'. It has to be an excat match using those three parameters though. I would like the parameters the user selects on the first sheet to be searched and found on the second sheet, with the figures in the cells next to the search result getting fed back into a set cells back on the first page.

    Is this possible?
    try googling "sumproduct 3 conditions",
    If you need assistance, maybe attach a sample workbook

  3. #3
    Registered User
    Join Date
    05-19-2008
    Posts
    15
    Hi Dave, How can i attach a workbook?

  4. #4
    Forum Moderator davesexcel's Avatar
    Join Date
    02-19-2006
    Location
    Regina
    MS-Off Ver
    MS 365
    Posts
    13,483
    Quote Originally Posted by mprice1988
    Hi Dave, How can i attach a workbook?
    Click the paper clip icon, to attach a file, if the workbook is greater than 100kb then you will have to zip it first

  5. #5
    Registered User
    Join Date
    05-19-2008
    Posts
    15
    Thanks for your help dave, its now attached.

  6. #6
    Forum Moderator davesexcel's Avatar
    Join Date
    02-19-2006
    Location
    Regina
    MS-Off Ver
    MS 365
    Posts
    13,483
    Quote Originally Posted by mprice1988
    Thanks for your help dave, its now attached.
    This will find the values in column D when you enter the 3 different conditions:
    You should be aware the more Brand MPAN Tariff
    you add to those columns increases chances that you will not find a match

    =SUMPRODUCT(--('Tariff''s'!$A$3:$A$10=$C$11),--('Tariff''s'!$B$3:$B$10=$C$12),--('Tariff''s'!$C$3:$C$10=$C$13),'Tariff''s'!$D$3:$D$10)

+ 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