+ Reply to Thread
Results 1 to 2 of 2

Vlookup or If query

  1. #1
    Registered User
    Join Date
    09-09-2005
    Posts
    5

    Vlookup or If query

    Hi,

    Here is my data and formula
    A B C
    0:10:00 0:32:00 =if(b1=a1:a3,Break,N/A)
    0:11:00 0:10:00
    0:12:00 1:07:00

    but the data from B column is formulas and not a typed value.

    any suggestions

  2. #2
    Valued Forum Contributor
    Join Date
    07-11-2004
    Posts
    851
    It sounds like you are trying to see if entry in column b exists anywhere in column a. If so

    =if(not(iserror(match(b1,$a$1:$a$3,0))),"Break","N/A")
    not a professional, just trying to assist.....

+ 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