Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel 2007 Macro/VB Question DDE Question | Excel Worksheet Functions | |||
Macro Question | New Users to Excel | |||
Macro Question | Excel Programming | |||
Macro question | Excel Programming | |||
Macro Question | Excel Programming |