Results 1 to 9 of 9

Multiple IF(ISNUMBER(SEARCH...), need sum

Threaded View

  1. #1
    Registered User
    Join Date
    02-10-2014
    Location
    United States
    MS-Off Ver
    Excel 2013
    Posts
    7

    Multiple IF(ISNUMBER(SEARCH...), need sum

    Hi - this is my first post into this forum & I'm hoping you all can help.

    I'm trying to consolidate a formula with a lot of =IF(ISNUMBER(SEARCH...) components. It's probably best if I show my example.

    If I'm creating a product bundle where each piece has a different price, I want the formula to add the prices depending on which products I choose to include in the bundle.

    Column A is the product number.
    Column B is the price.

    For the example, cell B9, is the bundle I'm creating with 2 or more of the products.

    Right now I can get the answer I need with =IF(ISNUMBER(SEARCH($A$2, B9)), $B$2,0)+IF(ISNUMBER(SEARCH($A$3, B9)), $B$3,0)+IF(ISNUMBER(SEARCH($A$4, B9)), $B$4,0)+IF(ISNUMBER(SEARCH($A$5, B9)), $B$5,0)+IF(ISNUMBER(SEARCH($A$6, B9)), $B$6,0), but this will be super time consuming to make if I have 20 products in a potential bundle.

    Please see attached for specific spreadsheet.

    Thank you!
    Attached Files Attached Files

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Combined IF ISNUMBER SEARCH for multiple words
    By caffegelato in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 05-16-2013, 08:57 AM
  2. Help with multiple If(Isnumber(Search( function
    By khk410 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 03-27-2013, 09:07 AM
  3. [SOLVED] how to have multiple ISNUMBER search function in SUMPRODUCT
    By melvyndb in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 04-29-2012, 09:34 PM
  4. Multiple ISNUMBER(SEARCH()) functions
    By Bassteban in forum Excel General
    Replies: 1
    Last Post: 08-17-2011, 01:55 PM
  5. Multiple IF ISNUMBER SEARCH
    By bibach in forum Excel General
    Replies: 5
    Last Post: 07-13-2011, 04:41 AM

Tags for this Thread

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