Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Excel / New Users / January 2006

Tip: Looking for answers? Try searching our database.

Help: copy old ss data to new ss, with row mis-alignment

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
jay - 13 Jan 2006 20:55 GMT
Help,

Daily I create a spreadsheet from a database, In column "A" are "Item
Numbers" in random order. I insert a 'new' column in front of column
'A', where I type text comments as I receive verbal updates during the
day.

The next day, I generate a new spreadsheet from the database whose
"Item Numbers" may OR, may not have been on yesterdays spreadsheet.

Currently, my routine is to copy-n-paste yesterdays comments into this
new version which is a pain and time consuming.

QUESTION;

Can someone provide the formula, that if there is a match in yesterdays
"Item Number" to todays speadsheet "Item Number", that it will pull over
yesterdays comments (will all cell formatting) into todays Comments row
matching the same Item Number (remember, the numbers are in random
order within the column) ?

Thanks

Signature

jay

Max - 14 Jan 2006 00:12 GMT
Assuming source data is in sheet named as:  1, with
col A = text comments, col B = item# (#s are assumed unique)
data from row2 down (headers in A1:B1)

In sheet: 2,
Col B = item#, data from row2 down

Put in A2:
=IF(ISNA(MATCH(B2,'1'!B:B,0)),"",INDEX('1'!A:A,MATCH(B2,'1'!B:B,0)))
Copy A2 down

Col A returns the results* from sheet: 1
with unmatched cases returning blanks: ""

*Formulas can return only values, not cell formatting

Freeze the values in col A with an "in-place":
Copy > Paste special > check "Values" > OK

Adapt/extend to suit
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---

> Help,
>
[quoted text clipped - 24 lines]
> jay's Profile: http://www.excelforum.com/member.php?action=getinfo&userid=2377
> View this thread: http://www.excelforum.com/showthread.php?threadid=501221
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.