![]() |
update selected table values
table 1 col a item name, col b sales price
table 2 has new prices for just selected items how do I automatically replace the old prices in table 1 with new from table 2? |
update selected table values
Near table 1, col C:
=IF(ISERROR(VLOOKUP(A2,Table_2,2,FALSE),B2,VLOOKUP (A2,Table_2,2,FALSE)) Then do a copy, paste special - values -- Best Regards, Luke M "BlackBayou" wrote in message ... table 1 col a item name, col b sales price table 2 has new prices for just selected items how do I automatically replace the old prices in table 1 with new from table 2? |
All times are GMT +1. The time now is 05:32 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com