Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3
Default MACRO Question

Currently I run an excel spreadsheet that covers a variety of finance
information. I have to update information on thi spreadsheet ever week. One
Spreadsheet is CBC1 that I am working on this week and the other is CBC2 that
I will run when I get to work on Tuesday. The information change only by
amounts but I need my comments that I made from the previous the share over
to next. The Numbers that are Unique to each person that are on the
spreadsheet is the IRN. How do I update the information from one week to the
other week b the IRN and transfer the comment from that IRN to the next
week's spreadsheet into a MACRO? Please Advise any help would be appreciated.
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3
Default MACRO Question

Example of Problem
Customer Name IRN Action Taken


John Doe1 9007889813 Making Payments


Week 2 I pul report how do I match John Doe1 and import comment from other
spreadsheet?

"louisjc" wrote:

Currently I run an excel spreadsheet that covers a variety of finance
information. I have to update information on thi spreadsheet ever week. One
Spreadsheet is CBC1 that I am working on this week and the other is CBC2 that
I will run when I get to work on Tuesday. The information change only by
amounts but I need my comments that I made from the previous the share over
to next. The Numbers that are Unique to each person that are on the
spreadsheet is the IRN. How do I update the information from one week to the
other week b the IRN and transfer the comment from that IRN to the next
week's spreadsheet into a MACRO? Please Advise any help would be appreciated.

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 35,218
Default MACRO Question

Are your comments just values in cells on the same row?

If yes, then maybe you can use =vlookup() or =index(match()) to return those
values for matching keys.

Debra Dalgleish has some notes:
http://www.contextures.com/xlFunctions02.html (for =vlookup())
and
http://www.contextures.com/xlFunctions03.html (for =index(match()))

(And edit|copy, followed by edit|paste special|values to remove any reference to
the older workbook.)

louisjc wrote:

Currently I run an excel spreadsheet that covers a variety of finance
information. I have to update information on thi spreadsheet ever week. One
Spreadsheet is CBC1 that I am working on this week and the other is CBC2 that
I will run when I get to work on Tuesday. The information change only by
amounts but I need my comments that I made from the previous the share over
to next. The Numbers that are Unique to each person that are on the
spreadsheet is the IRN. How do I update the information from one week to the
other week b the IRN and transfer the comment from that IRN to the next
week's spreadsheet into a MACRO? Please Advise any help would be appreciated.


--

Dave Peterson
  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3
Default MACRO Question

Yes they just values.

"Dave Peterson" wrote:

Are your comments just values in cells on the same row?

If yes, then maybe you can use =vlookup() or =index(match()) to return those
values for matching keys.

Debra Dalgleish has some notes:
http://www.contextures.com/xlFunctions02.html (for =vlookup())
and
http://www.contextures.com/xlFunctions03.html (for =index(match()))

(And edit|copy, followed by edit|paste special|values to remove any reference to
the older workbook.)

louisjc wrote:

Currently I run an excel spreadsheet that covers a variety of finance
information. I have to update information on thi spreadsheet ever week. One
Spreadsheet is CBC1 that I am working on this week and the other is CBC2 that
I will run when I get to work on Tuesday. The information change only by
amounts but I need my comments that I made from the previous the share over
to next. The Numbers that are Unique to each person that are on the
spreadsheet is the IRN. How do I update the information from one week to the
other week b the IRN and transfer the comment from that IRN to the next
week's spreadsheet into a MACRO? Please Advise any help would be appreciated.


--

Dave Peterson

  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 35,218
Default MACRO Question

Then I really like those two suggestions.

louisjc wrote:

Yes they just values.

"Dave Peterson" wrote:

Are your comments just values in cells on the same row?

If yes, then maybe you can use =vlookup() or =index(match()) to return those
values for matching keys.

Debra Dalgleish has some notes:
http://www.contextures.com/xlFunctions02.html (for =vlookup())
and
http://www.contextures.com/xlFunctions03.html (for =index(match()))

(And edit|copy, followed by edit|paste special|values to remove any reference to
the older workbook.)

louisjc wrote:

Currently I run an excel spreadsheet that covers a variety of finance
information. I have to update information on thi spreadsheet ever week. One
Spreadsheet is CBC1 that I am working on this week and the other is CBC2 that
I will run when I get to work on Tuesday. The information change only by
amounts but I need my comments that I made from the previous the share over
to next. The Numbers that are Unique to each person that are on the
spreadsheet is the IRN. How do I update the information from one week to the
other week b the IRN and transfer the comment from that IRN to the next
week's spreadsheet into a MACRO? Please Advise any help would be appreciated.


--

Dave Peterson


--

Dave Peterson


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
Excel 2007 Macro/VB Question DDE Question MadDog22 Excel Worksheet Functions 1 March 10th 10 01:47 AM
Macro Question ALoecher New Users to Excel 3 March 9th 06 10:12 PM
Macro Question Draper Excel Programming 1 June 8th 05 06:37 PM
Macro question Crupa Excel Programming 0 November 18th 04 04:23 PM
Macro Question dizzydean Excel Programming 2 December 23rd 03 06:15 PM


All times are GMT +1. The time now is 06:55 PM.

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

About Us

"It's about Microsoft Excel"