+ Reply to Thread
Results 1 to 6 of 6

Formula help I don't even know how to word my problem

  1. #1
    Registered User
    Join Date
    02-02-2019
    Location
    Dallas, TX
    MS-Off Ver
    Office 2007
    Posts
    3

    Formula help I don't even know how to word my problem

    I have data in cell C2 and D2,
    if C2 is Found on list in column K and
    D2 is found on Row L2-T2, return value of corresponding cell.

    for the first data is should return 3.36 since the weight is .05 and zone is 6

    I've attached my spreadsheet.

    Please help!!!! :confused
    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
    24,737

    Re: Formula help I don't even know how to word my problem

    Change the formula in C2 to this:

    =ROUND(B2*0.16,2)

    and copy down, then you can use this formula in E2:

    =iferror(INDEX($L$3:$T$18,MATCH(C2,$K$3:$K$18),MATCH(D2,$L$2:$T$2,0)),"")

    Copy this down as far as you need to.

    Hope this helps.

    Pete

  3. #3
    Forum Expert KOKOSEK's Avatar
    Join Date
    08-03-2018
    Location
    Pole in Yorkshire, UK
    MS-Off Ver
    365/2013
    Posts
    2,743

    Re: Formula help I don't even know how to word my problem

    Due to the fact that in col C You have not rounded results I have put rounding into formula to get proper value as in col. K.
    Put into E2:

    Formula: copy to clipboard
    Please Login or Register  to view this content.

    and drag it down
    Happy with my answer * Add Reputation.
    If You are happy with solution, please use Thread tools and mark thread as SOLVED.

  4. #4
    Registered User
    Join Date
    02-02-2019
    Location
    Dallas, TX
    MS-Off Ver
    Office 2007
    Posts
    3

    Re: Formula help I don't even know how to word my problem

    Thank you so much!

  5. #5
    Registered User
    Join Date
    02-02-2019
    Location
    Dallas, TX
    MS-Off Ver
    Office 2007
    Posts
    3

    Re: Formula help I don't even know how to word my problem

    OMGEEE Pete you are such a life saver, Thank you for all your help, it worked perfectly as it should.

  6. #6
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,983

    Re: Formula help I don't even know how to word my problem

    Please note for the future that you will need to try to articulate your problem in your thread title. In the case of this thread, you could have said that you were trying to look up results based on multiple criteria.
    Ali


    Enthusiastic self-taught user of MS Excel who's always learning!
    Don't forget to say "thank you" in your thread to anyone who has offered you help.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    Forum Rules (updated August 2023): please read them here.

+ 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] Formula Help Pls - Search cell for WORD, return fields from WORD lookup
    By tomski777 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 11-17-2017, 12:02 AM
  2. Replies: 1
    Last Post: 07-28-2016, 08:44 PM
  3. Excel formula switch first and Second word but keeps 3rd and remaining word in single cell
    By iwanttoexcelinexcel in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 09-29-2015, 04:22 PM
  4. [SOLVED] Problem with modifying an IF formula for repeating a word 7 times in a row!
    By Arty_1 in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 05-11-2014, 02:29 PM
  5. Help turning word problem to a formula!!
    By Decimus in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 05-01-2013, 01:32 PM
  6. [SOLVED] Need advice, formula problem - separate the last word in sentence ?
    By zeko90 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 08-13-2012, 07:25 AM
  7. Replies: 2
    Last Post: 08-16-2011, 12:08 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