+ Reply to Thread
Results 1 to 2 of 2

Multiple selection

  1. #1
    Forum Contributor
    Join Date
    10-26-2012
    Location
    malaysia
    MS-Off Ver
    Excel 2010
    Posts
    138

    Multiple selection

    Merry Christmas,

    Attached is my worksheet. Cell D4 to D8 does not return the right price for the respective material in Column C. I believe this is IF formula with multiple conditions. Appreciate if you could assist amended the formula.

    Thank you so much.

    EL
    Attached Files Attached Files

  2. #2
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    25,414

    Re: Multiple selection

    Merry Christmas to you also.

    You had a condition in your first IF that if the cell in column C was text then return "". This can be removed. You can also simplify the formula by using the VLOOKUP function, so the formula in D4 becomes:

    =IF(OR(ISERROR($C4),ISBLANK($C4)),"",VLOOKUP(C4,$I$4:$J$7,2,0))

    Copy this down as required.

    Hope this helps.

    Pete

+ 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. Multiple Dropdown selection & Column Groupings based on dropdown selection
    By rabrol in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 07-20-2018, 10:23 AM
  2. Select a cell at random based on multiple selection criteria across multiple sheets.
    By scottyms in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 02-03-2016, 09:44 AM
  3. Replies: 12
    Last Post: 11-07-2013, 12:06 PM
  4. Replies: 3
    Last Post: 11-06-2013, 03:05 PM
  5. Replies: 1
    Last Post: 08-23-2012, 07:38 PM
  6. Multiple selection criteria, which formula? .. and selection based on unique numbers
    By FalkirkJim in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 06-11-2012, 05:22 PM
  7. Multiple Selection Data Validation and Placement of Selection.
    By LCS in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 02-08-2012, 08:48 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