Updating one worksheet using data from anothe

Closed
chubb - Sep 3, 2010 at 11:54 AM
RayH Posts 122 Registration date Tuesday August 31, 2010 Status Contributor Last seen June 20, 2016 - Sep 3, 2010 at 07:26 PM
Hello,

Document name: csg_na_event_table_D-2010-09-03.xls
Tab/worksheet to be updated: csg_na_eventinfo
Tab/worksheet that has data that needs to be copied into csg_na_eventinfo: Sheet1

csg_na_eventinfo tab/worksheet looks like this:

event_id min_alarm_date max_alarm_date
XP123
XT08K
LT005

Sheet1 tab/worksheet looks like this:

event_id min_alarm_date max_alarm_date
XP123 2002-08-01 2008-03-07
OPL34 1998-01-13 2010-02-15
ACFIRE 2005-03-19 2005-03-19
XT08K 2001-08-13 2009-12-07
LT005 1995-06-26 2010-08-13

I want to be able to update the min_alarm_date and max_alarm_date columns in csg_na_eventinfo where csg_na_eventinfo.event_id = Sheet1.event_id.

Please help. Thank you.


1 response

RayH Posts 122 Registration date Tuesday August 31, 2010 Status Contributor Last seen June 20, 2016 26
Sep 3, 2010 at 07:26 PM
Take a look at this answer to this question. Seems very similar to your question.
https://ccm.net/forum/affich-461400-calculations-using-two-seperate-spreadsheets
0