Editing be done in particular sheets
Closed
                                    
                        Amit                    
                                    -
                            Jun  1, 2009 at 06:25 PM
                        
mubashir aziz Posts 190 Registration date Sunday April 12, 2009 Status Member Last seen February 16, 2010 - Jun 3, 2009 at 12:33 AM
        mubashir aziz Posts 190 Registration date Sunday April 12, 2009 Status Member Last seen February 16, 2010 - Jun 3, 2009 at 12:33 AM
        Related:         
- Editing be done in particular sheets
 - Google sheets right to left - Guide
 - Ae editing app mod apk - Download - Illustration and animation
 - X videostudio video editing app - Download - Video editing
 - Podcast editing app - Guide
 - Vba sheets add - Guide
 
1 response
                
        
                    mubashir aziz
    
        
                    Posts
            
                
            190
                
                            Registration date
            Sunday April 12, 2009
                            Status
            Member
                            Last seen
            February 16, 2010
            
            
                    166
    
    
                    
Jun 3, 2009 at 12:33 AM
    Jun 3, 2009 at 12:33 AM
                        
                    You would rather to put conditions in your Sheet A to D , while input sheet update ...
Suppose your Sheet1!A1 = 1 or 2 then in your Sheet A & B cells A1 must have this condition
Sheet A & C : A1=IF(input!A1=1,"Yes option one is clicked","")
Sheet B & D : A1= IF(input!A1=2,"Yes option TWO is clicked","")
Hope it will make some sense to you ......
                
                
            Suppose your Sheet1!A1 = 1 or 2 then in your Sheet A & B cells A1 must have this condition
Sheet A & C : A1=IF(input!A1=1,"Yes option one is clicked","")
Sheet B & D : A1= IF(input!A1=2,"Yes option TWO is clicked","")
Hope it will make some sense to you ......