![]() |
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. |
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. |
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 |
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 |
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 |
All times are GMT +1. The time now is 01:40 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com