Copy the exact content from one cell using a formula
Closed
                    
        
                    mzkatt21
    
        
                    Posts
            
                
            1
                
                            Registration date
            Friday April  5, 2013
                            Status
            Member
                            Last seen
            April  5, 2013
            
                -
                            Apr  5, 2013 at 01:17 PM
                        
rizvisa1 Posts 4478 Registration date Thursday January 28, 2010 Status Contributor Last seen May 5, 2022 - Apr 6, 2013 at 10:33 AM
        rizvisa1 Posts 4478 Registration date Thursday January 28, 2010 Status Contributor Last seen May 5, 2022 - Apr 6, 2013 at 10:33 AM
        Related:         
- Copy the exact content from one cell using a formula
 - Efootball 2022 downloadable content - Download - Sports
 - Need for speed: most wanted 2005 downloadable content - Download - Racing
 - Fifa 23 downloadable content - Download - Sports
 - Milfy city - final edition downloadable content - Download - Adult games
 - Summertime saga downloadable content - Download - Adult games
 
1 response
                
        
                    rizvisa1
    
        
                    Posts
            
                
            4478
                
                            Registration date
            Thursday January 28, 2010
                            Status
            Contributor
                            Last seen
            May  5, 2022
            
            
                    766
    
    
                    
Apr 6, 2013 at 10:33 AM
    Apr 6, 2013 at 10:33 AM
                        
                    did you really meant "copy" or you are just looking for some mechanism to "display"
If display is your intention then use some thing like this in your d7 etc cells
=IF(D3="","",D3)
If copy is your intent, then you need a macro for that
            If display is your intention then use some thing like this in your d7 etc cells
=IF(D3="","",D3)
If copy is your intent, then you need a macro for that