Thread: IF or VLOOKUP
View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
David Biddulph[_2_] David Biddulph[_2_] is offline
external usenet poster
 
Posts: 8,651
Default IF or VLOOKUP

Or just =A1=D1
--
David Biddulph


"Ziggy" wrote in message
...
On Mar 26, 8:44 am, Mark wrote:
Trying to look at value in one cell(column), then see if a value in
another
cell in the same row equals a specific value, then return True or False


I'd use an IF statement

=IF(A1=D1,"True","False") or other results as needed