+ Reply to Thread
Results 1 to 2 of 2

returning Specific Text

  1. #1
    Registered User
    Join Date
    01-08-2007
    Posts
    13

    returning Specific Text

    I have a spreadsheet with a few thousand rows. I need a formula that returns the information (it is text) from column D if the number in column B matches what I am looking for. I know how to do this with numbers and SUMPRODUCT but not with text.

    I have attached an example. For instance i will have a seperate spreadsheet where I will want to return the infromation from column D (WINTERS) if the cell equals "1111"


    Thanks for the help.
    Attached Files Attached Files

  2. #2
    Forum Expert Paul's Avatar
    Join Date
    02-05-2007
    Location
    Wisconsin
    MS-Off Ver
    2016/365
    Posts
    6,887
    Hi USChad,

    I'm not quite sure how you match information and return a value using SUMPRODUCT, at least not by itself, but it sounds like a standard VLOOKUP is needed.

    =VLOOKUP("1111",Sheet1!$B$1:$G$4000,3,0)

    This will look for "1111" in column B of Sheet1, and return the value from the third column over in the lookup range (column D).

    =VLOOKUP("1111",Sheet1!$B$1:$G$4000,5,0)

    This one would return a value from the fifth column in the lookup range (column F).

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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