+ Reply to Thread
Results 1 to 9 of 9

If, Then Formula

Hybrid View

AngeCS29 If, Then Formula 01-15-2010, 06:20 PM
Paul Re: If, Then Formula 01-15-2010, 06:24 PM
Richard Buttrey Re: If, Then Formula 01-15-2010, 06:26 PM
Paul Re: If, Then Formula 01-15-2010, 06:29 PM
AngeCS29 Re: If, Then Formula 01-16-2010, 01:37 PM
Richard Buttrey Re: If, Then Formula 01-16-2010, 02:31 PM
AngeCS29 Re: If, Then Formula 01-18-2010, 10:01 AM
Richard Buttrey Re: If, Then Formula 01-18-2010, 10:09 AM
AngeCS29 Re: If, Then Formula 01-18-2010, 01:24 PM
  1. #1
    Registered User
    Join Date
    01-15-2010
    Location
    Greensboro, NC
    MS-Off Ver
    Excel 2003
    Posts
    4

    Re: If, Then Formula

    I've attached the file. Basically I have a "master" list of items and their count. I then have a second list compiled that is an abbreviation of the first. I would like to apply the count for the second list as well, without having to use the Find feature. All words in the second list are in the first list, but not vice-versa.

    What I need is a formula that will look through the range in Column A, and if the word in Column F matches a word in Column A, the corresponding number in Column B is entered.

    Does that make sense?
    Attached Files Attached Files

  2. #2
    Forum Moderator - RIP Richard Buttrey's Avatar
    Join Date
    01-14-2008
    Location
    Stockton Heath, Cheshire, UK
    MS-Off Ver
    Office 365, Excel for Windows 2010 & Excel for Mac
    Posts
    29,464

    Re: If, Then Formula

    Hi,

    Try in G3 and copied down:
    =INDEX(B:B,MATCH(F3,A:A,FALSE),1)
    Richard Buttrey

    RIP - d. 06/10/2022

    If any of the responses have helped then please consider rating them by clicking the small star icon below the post.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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