ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Vlookup or If query (https://www.excelbanter.com/excel-discussion-misc-queries/44710-vlookup-if-query.html)

sydolly

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


--
sydolly
------------------------------------------------------------------------
sydolly's Profile: http://www.excelforum.com/member.php...o&userid=27128
View this thread: http://www.excelforum.com/showthread...hreadid=466425


duane


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")


--
duane


------------------------------------------------------------------------
duane's Profile: http://www.excelforum.com/member.php...o&userid=11624
View this thread: http://www.excelforum.com/showthread...hreadid=466425



All times are GMT +1. The time now is 08:32 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com