Need cell value copy to defferent -2 work sheets within a Excel
Solved/Closed
                                    
                        naresh                    
                                    -
                            Feb 25, 2016 at 12:58 PM
                        
BrianGreen Posts 1005 Registration date Saturday January 17, 2015 Status Moderator Last seen September 30, 2021 - Feb 25, 2016 at 05:45 PM
        BrianGreen Posts 1005 Registration date Saturday January 17, 2015 Status Moderator Last seen September 30, 2021 - Feb 25, 2016 at 05:45 PM
        Related:         
- Little alchemy 2 unblocked
 - 텐타클 락커 2 - Download - Adult games
 - Psiphon unblocked - Download - VPN
 - Little alchemy - Guide
 - Desktop goose unblocked - Download - Other
 - My cute roommate 2 - Download - Adult games
 
1 response
                
        
                    BrianGreen
    
        
                    Posts
            
                
            1005
                
                            Registration date
            Saturday January 17, 2015
                            Status
            Moderator
                            Last seen
            September 30, 2021
            
            
                    149
    
    
                    
Feb 25, 2016 at 01:16 PM
    Feb 25, 2016 at 01:16 PM
                        
                    Hi Naresh,
Couldyou put this code into the cells you need the data?
so if you has a sheet called MyData and you wanted to copy the data in cell A5 it would be ...
If your sheet was called My Data (with a space in it) the code would be ...
 
I really appreciate thank you messages as a payment for solving issues :o)
            Couldyou put this code into the cells you need the data?
=[sheetname]![cell where the original is]
so if you has a sheet called MyData and you wanted to copy the data in cell A5 it would be ...
=MyData!A5
If your sheet was called My Data (with a space in it) the code would be ...
='My Data'!A5
I really appreciate thank you messages as a payment for solving issues :o)
        
    
    
    
    
Feb 25, 2016 at 02:29 PM
Can we make it that way that when i put value in cell autometically it copy to another worksheets specified cell without any button action.
Feb 25, 2016 at 05:45 PM