Minimorgie
Technical User
Hi,
I am an inexperienced VB user and I want to do something which may be simple but I can't work out how to do it. Here's the situation. In Excel I have 2 sheets, one called Information and the other called Notes. I want to copy from Notes to Information, I need to match an id from column A of Information to the id in column A of Notes (e.g. P2186), however, the id can be listed many times in Notes because it is set of diary notes listed by date, here's the layout :
id date notes text
P2186 01/01/2011 kgjkg dfkjg fkhkj
P2186 01/02/2011 kgkfg fjktggn tgkj ntgj
I need to match P2186 from Information to Notes and then select to copy the latest notes text from Notes to Information.
Can anyone please explain (simply!) how I can achieve this.
Many thanks
I am an inexperienced VB user and I want to do something which may be simple but I can't work out how to do it. Here's the situation. In Excel I have 2 sheets, one called Information and the other called Notes. I want to copy from Notes to Information, I need to match an id from column A of Information to the id in column A of Notes (e.g. P2186), however, the id can be listed many times in Notes because it is set of diary notes listed by date, here's the layout :
id date notes text
P2186 01/01/2011 kgjkg dfkjg fkhkj
P2186 01/02/2011 kgkfg fjktggn tgkj ntgj
I need to match P2186 from Information to Notes and then select to copy the latest notes text from Notes to Information.
Can anyone please explain (simply!) how I can achieve this.
Many thanks