Thread: IF or VLOOKUP
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Ziggy Ziggy is offline
external usenet poster
 
Posts: 47
Default IF or VLOOKUP

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