Transfer cell data from one workbook to another workbook
Solved/Closed
                    
        
                    txljh
    
        
                    Posts
            
                
            3
                
                            Registration date
            Monday June 30, 2014
                            Status
            Member
                            Last seen
            July  1, 2014
            
                -
                            Jun 30, 2014 at 11:23 PM
                        
Osama_bb11 Posts 21 Registration date Sunday May 25, 2014 Status Member Last seen September 25, 2014 - Jul 2, 2014 at 12:46 AM
        Osama_bb11 Posts 21 Registration date Sunday May 25, 2014 Status Member Last seen September 25, 2014 - Jul 2, 2014 at 12:46 AM
        Related:         
- Transfer cell data from one workbook to another workbook
 - Transfer data from one excel worksheet to another automatically - Guide
 - Free fire transfer - Guide
 - Vba copy data from one workbook to another - Guide
 - Ssh secure file transfer download - Download - Remote access
 - Hosted app data ✓ - Google Chrome Forum
 
4 responses
                
        
                    txljh
    
        
                    Posts
            
                
            3
                
                            Registration date
            Monday June 30, 2014
                            Status
            Member
                            Last seen
            July  1, 2014
            
            
                    2
    
    
                    
Jul 1, 2014 at 07:49 AM
    Jul 1, 2014 at 07:49 AM
                        
                            
                    Thank you for answering my question. 
So where it says [Book.xls] I should put the name of the book name[Day_Monthly_Expenses] and the name of the worksheet [Julu_2014]
Eg. ='[Day_monthly_expenses]July_2014'!$AG$4
I would put this in the column on Workbook 2.
Thanks for your help.
            So where it says [Book.xls] I should put the name of the book name[Day_Monthly_Expenses] and the name of the worksheet [Julu_2014]
Eg. ='[Day_monthly_expenses]July_2014'!$AG$4
I would put this in the column on Workbook 2.
Thanks for your help.
                
        
                    Osama_bb11
    
        
                    Posts
            
                
            21
                
                            Registration date
            Sunday May 25, 2014
                            Status
            Member
                            Last seen
            September 25, 2014
            
                    
Jul 1, 2014 at 02:02 AM
    Jul 1, 2014 at 02:02 AM
                        
                    Hi, 
='[Book.xls]Sheet1'!$AG$4
is Book.xls the file name and sheet1 the page name
any way
let's say the daily file is (Day Expenses.xlsx) and the monthly (Monthly Expenses.xlsx)
date at daily located at day_sheet and located at monthly at month_sheet
then at monthly you can transfer all the data from day_sheet column AG to column AG at Month_sheet as follows
at monthly sheet type at AG column : AG1='[Day Expenses.xlsx]day_sheet'!AG1
and so on
I hope this will work
            ='[Book.xls]Sheet1'!$AG$4
is Book.xls the file name and sheet1 the page name
any way
let's say the daily file is (Day Expenses.xlsx) and the monthly (Monthly Expenses.xlsx)
date at daily located at day_sheet and located at monthly at month_sheet
then at monthly you can transfer all the data from day_sheet column AG to column AG at Month_sheet as follows
at monthly sheet type at AG column : AG1='[Day Expenses.xlsx]day_sheet'!AG1
and so on
I hope this will work
                
        
                    txljh
    
        
                    Posts
            
                
            3
                
                            Registration date
            Monday June 30, 2014
                            Status
            Member
                            Last seen
            July  1, 2014
            
            
                    2
    
    
                    
Jul 1, 2014 at 07:55 AM
    Jul 1, 2014 at 07:55 AM
                        
                    Thank you so much!!!! 
It works perfectly.
God Bless you
            It works perfectly.
God Bless you
                
        
                    Osama_bb11
    
        
                    Posts
            
                
            21
                
                            Registration date
            Sunday May 25, 2014
                            Status
            Member
                            Last seen
            September 25, 2014
            
                    
Jul 2, 2014 at 12:46 AM
    Jul 2, 2014 at 12:46 AM
                        
                    welcome any time