Find and replace a specific number
Closed
                    
        
                    phill4356
    
        
                    Posts
            
                
            1
                
                            Registration date
            Monday March 23, 2015
                            Status
            Member
                            Last seen
            March 23, 2015
            
                -
                            Mar 23, 2015 at 05:58 AM
                        
TrowaD Posts 2921 Registration date Sunday September 12, 2010 Status Contributor Last seen December 27, 2022 - Mar 24, 2015 at 12:52 PM
        TrowaD Posts 2921 Registration date Sunday September 12, 2010 Status Contributor Last seen December 27, 2022 - Mar 24, 2015 at 12:52 PM
        Related:         
- Find and replace a specific number
 - How to find specific words on a page - Guide
 - How do i find a specific video on youtube - Guide
 - Replace abbreviation - Guide
 - How to replace motherboard battery - Guide
 - Replace siri with chat gpt - Home - IOS
 
1 response
                
        
                    TrowaD
    
        
                    Posts
            
                
            2921
                
                            Registration date
            Sunday September 12, 2010
                            Status
            Contributor
                            Last seen
            December 27, 2022
            
            
                    555
    
    
                    
Mar 24, 2015 at 12:52 PM
    Mar 24, 2015 at 12:52 PM
                        
                    Hi Phill,
You can put an & symbol at the end of you formula to add more formula's or text/numbers.
So your formula could look like:
=IF(ISTEXT(A1024),REPLACE(A1024,1,2,"DW"),B1023) & 1
Dragging the formula down won't work unless you put the numbers 1 to 12 in a separate location and then refer to that location instead of the 1.
So if C1:C12 contains 1 to 12, then formula would be:
=IF(ISTEXT(A1024),REPLACE(A1024,1,2,"DW"),B1023) & C1
Best regards,
Trowa
 
                
                
            You can put an & symbol at the end of you formula to add more formula's or text/numbers.
So your formula could look like:
=IF(ISTEXT(A1024),REPLACE(A1024,1,2,"DW"),B1023) & 1
Dragging the formula down won't work unless you put the numbers 1 to 12 in a separate location and then refer to that location instead of the 1.
So if C1:C12 contains 1 to 12, then formula would be:
=IF(ISTEXT(A1024),REPLACE(A1024,1,2,"DW"),B1023) & C1
Best regards,
Trowa