View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Finn Finn is offline
external usenet poster
 
Posts: 6
Default Check values in cells and replace them if they are the same value

Need some help to make a macro that check value in B3 against values in D3,
F3, H3 if any of the values are the same as in B3 it shall be replaced with
value in A3.

Then it shall go to B4 and do the same sheck With D4 , F4 and H4 untill it
reach the last entry inn B collone

Finn