SOLVED... didn't need a macro!
Closed
Mike
-
Oct 11, 2011 at 02:52 PM
TrowaD Posts 2921 Registration date Sunday September 12, 2010 Status Moderator Last seen December 27, 2022 - Oct 13, 2011 at 08:50 AM
TrowaD Posts 2921 Registration date Sunday September 12, 2010 Status Moderator Last seen December 27, 2022 - Oct 13, 2011 at 08:50 AM
Related:
- SOLVED... didn't need a macro!
- Spell number in excel without macro - Guide
- Macro excel download - Download - Spreadsheets
- Excel macro to create new sheet based on value in cells - Guide
- Run macro on opening workbook - Guide
- Excel vba assign macro to button programmatically - Guide
1 response
TrowaD
Posts
2921
Registration date
Sunday September 12, 2010
Status
Moderator
Last seen
December 27, 2022
555
Oct 13, 2011 at 08:50 AM
Oct 13, 2011 at 08:50 AM
Hi Mike,
Sounds like VLOOKUP could work for you.
Sheet2, B2 formula: =VLOOKUP(A2,Sheet1!$A$2:$B$8,2)
Adjust the range of sheet1 and drag formula down.
This will work as long as the account numbers are in order.
Best regards,
Trowa
Sounds like VLOOKUP could work for you.
Sheet2, B2 formula: =VLOOKUP(A2,Sheet1!$A$2:$B$8,2)
Adjust the range of sheet1 and drag formula down.
This will work as long as the account numbers are in order.
Best regards,
Trowa