You may use the VLOOKUP formula in columns E and F, something like:
=VLOOKUP(A1,Sheet2!$A$1:$C$3,2,FALSE) - column E
=VLOOKUP(A1,Sheet2!$A$1:$C$3,3,FALSE) - column F
You may need to change the range on the VLOOKUP to match your current range.
Hope this helps,
Miguel.
> I have two worksheets in a spreadsheet with similar values in Sheet 1 Column
> A and Sheet 2 Column A. I would like to create macro that would match like
[quoted text clipped - 28 lines]
>
> Many thanks in advance
mohd21uk - 15 May 2006 09:32 GMT
Is there a macro that would do just this.
Thanks
>You may use the VLOOKUP formula in columns E and F, something like:
>=VLOOKUP(A1,Sheet2!$A$1:$C$3,2,FALSE) - column E
[quoted text clipped - 10 lines]
>>
>> Many thanks in advance