+ Reply to Thread
Results 1 to 2 of 2

lookup text

  1. #1
    Registered User
    Join Date
    01-03-2007
    Posts
    31

    lookup text

    i want to do a horizontal lookup across 20 odd cells and pick up the value in the cell containing text. the remaining 19 cells contain question marks but can also be left blank if that makes things easier. The objective is to pick up the one value that contains text.

  2. #2
    Forum Expert
    Join Date
    09-09-2005
    Location
    England
    MS-Off Ver
    2007
    Posts
    1,500
    If the one vaue does contain text and not a number either

    =HLOOKUP("*",B4:U4,1,FALSE) if the cells are blank

    or if they are ?

    entered as an array (holding down shift control then hiting enter to enter the formula)

    =HLOOKUP("*",IF(B4:U4="?",1,B4:U4),1,FALSE)

    Regards

    Dav

+ 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