Thread: lookup help
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Pete_UK Pete_UK is offline
external usenet poster
 
Posts: 8,856
Default lookup help

Try this in E2:

=IF(ISNA(MATCH(D2:C$2:C$500,0)),D2,"OK")

then copy down.

Hope this helps.

Pete

On Dec 7, 7:55*pm, Curtis wrote:
I need a formula in row E (e2:e500) that will look in range c2:c500 for a
value equal to that in range d2:d500.

ex:If there is a value in column c that matches that in column d I want
column e to say "OK". If not to show the value in column d

thanks