Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have 2 spread sheets in a workbook, one of which is updated as a weekly
imported report. The updated report is a copy of my master. The data on the update can be changed/corrected and is resubmitted each week with all previous changes included. I need to add the newest data to my master page w/o having to review each line (1000+) I have a date field but that doesn't relate to when change was made. My Psuedo code looks like this: Compare sheet1 row1 col.T to sheet 2 row 1 col.S If not equal then copy sheet 2 row1 col.g thru n to sheet1 row 1 col h thru o and put "new" in sheet1 row1 col.a if T equals S then next row do till end of file. I have the compare working in a function but I read in another thread that you can't move data in a function so here I am. Any help would be greatly appreciated. thx |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Set up form fields to that Tab can be used to move from one to ano | Excel Discussion (Misc queries) | |||
Compare data in three fields | Excel Discussion (Misc queries) | |||
Pivot Table - Compare 2 fields? | Excel Discussion (Misc queries) | |||
How do i compare data fields and assign values? | Excel Worksheet Functions | |||
Arrays: compare fields? | Excel Programming |