Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3
Default 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?
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 457
Default 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?



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
2007 Formula Needed to Update Table Values Flintstone[_2_] Excel Discussion (Misc queries) 8 February 23rd 10 09:24 PM
Conditional formatting won't update until cell is selected: Excel TWC Excel Discussion (Misc queries) 3 July 25th 08 03:08 PM
Selected Sheet will update cell. [email protected] Excel Discussion (Misc queries) 3 November 14th 07 01:26 AM
workbook update each time a new worksheet is selected DJL New Users to Excel 3 December 15th 05 01:48 PM
Update workbook each time a different worksheet is selected DJL New Users to Excel 2 December 15th 05 01:45 PM


All times are GMT +1. The time now is 04:56 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"