View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Doug Van Doug Van is offline
external usenet poster
 
Posts: 17
Default UPDATE & COMPARE

I have two tabs on a spreadsheet, one called import and the other called
lookup.

I need to update one of the column in the lookup table based on a match.

For example

Import has three columns
Job
State
Code

Lookup has three column
Job
State
Number

If want to search for a match on Job and State. If there is a match, update
the Number column (lookup) with the value in Code (Import).

Would the lookup function be the best way? I think I am close, I just need
someone to point me in the right direction.

Thanks