+ Reply to Thread
Results 1 to 5 of 5

Formula to apply a formula if certain cells match criteria

  1. #1
    Registered User
    Join Date
    07-27-2020
    Location
    Bucks
    MS-Off Ver
    Office 365
    Posts
    3

    Formula to apply a formula if certain cells match criteria

    I have a formula pulling prices from a list base on an index / match formula. I only need the formula to actually work if a seperate criteria is met. So i am trying to build a formula within a formula... any help appreciated.

  2. #2
    Forum Expert etaf's Avatar
    Join Date
    10-22-2004
    Location
    Wittering, West Sussex, UK
    MS-Off Ver
    365 (Mac OSX) (16.83 (24031120))
    Posts
    8,737

    Re: Formula to apply a formula if certain cells match criteria

    =if( Cell = criteria, index/match, "" )
    Wayne
    if my assistance has helped, and only if you wish to , there is an "* Add Reputation" on the left hand side - you can add to my reputation here

    If you have a solution to your thread - Please mark your thread solved do the following: >
    Select Thread Tools-> Mark thread as Solved. To undo, select Thread Tools-> Mark thread as Unsolved.

  3. #3
    Registered User
    Join Date
    07-27-2020
    Location
    Bucks
    MS-Off Ver
    Office 365
    Posts
    3

    Re: Formula to apply a formula if certain cells match criteria

    Thanks, but i need it to reference a possible 5 criteria in another sheet then index match... many thanks

  4. #4
    Forum Expert etaf's Avatar
    Join Date
    10-22-2004
    Location
    Wittering, West Sussex, UK
    MS-Off Ver
    365 (Mac OSX) (16.83 (24031120))
    Posts
    8,737

    Re: Formula to apply a formula if certain cells match criteria

    you can use a mixture of AND() and OR() to match
    But i think we need a lot more detail , and a sample spreadsheet
    otherwise it will take some time to get all the info , as originally
    I only need the formula to actually work if a seperate criteria is met.
    Now its 5

    =IF ( AND ( Sheet!cell = Criteria 1 , Sheet!cell = Criteria 2 , Sheet!cell = Criteria 3 , Sheet!cell = Criteria 4 , Sheet!cell = Criteria 5) , index/match , "" )

  5. #5
    Registered User
    Join Date
    07-27-2020
    Location
    Bucks
    MS-Off Ver
    Office 365
    Posts
    3

    Re: Formula to apply a formula if certain cells match criteria

    MAny Thanks... i found it by using If and (Or with a range selected from the column of options on the other sheet.

    =IF(OR('Transfer Sheet'!B4:B8='Alto Qty'!B1),(INDEX(PRICING!$J$7:$M$150,MATCH('DIV Qty'!A3,PRICING!$A$7:$A$150,0),MATCH('Master View'!$A$1,PRICING!$J$1:$M$1,0))),"")

+ 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. [SOLVED] vba apply index match formula and loop through worklist
    By spyac in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 02-17-2019, 03:07 PM
  2. [SOLVED] Formula to auto populate cells to match multiple tabs with certain criteria
    By rowena229 in forum Excel Formulas & Functions
    Replies: 13
    Last Post: 03-18-2015, 04:42 PM
  3. VBA How to only apply a formula to a cell if it meets a certain criteria
    By bopsgtir in forum Excel Programming / VBA / Macros
    Replies: 8
    Last Post: 10-14-2012, 09:45 AM
  4. What is the VBA language to copy formula cell and apply formula to set of cells?
    By Goldsmith in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 08-25-2012, 02:32 PM
  5. A formula to understand range and apply criteria
    By ChrisE in forum Excel General
    Replies: 4
    Last Post: 09-22-2011, 01:01 AM
  6. Formula/macro - Apply certain formula as per duplicate cells in column L
    By rain4u in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 09-10-2011, 12:28 AM
  7. How do i apply multiple criteria in a formula?
    By HAYLEYFARMINER in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 06-25-2007, 09:47 AM

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