View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Jonas Jonas is offline
external usenet poster
 
Posts: 16
Default Worksheet function?

Hello,
I would like to write a worksheet function which compare the contents in two
cell from a database1 with the contents in two columne in database2.
Whenever there is a match I would like it to return a a prespecified text
(i.e Yes or No)and a value from database2 associated with the found match in
cells of database1.

Empty cells in database1 (in one or both the cells where comparasions values
are found) also needs to be considered as no comparasion should be made (i.e.
do not return the text Yes/No for the first match with any empty cell in
database2).

Anyone that has suggestions?

Kind regards
Jonas