Someone Please solve this ...
Closed
                                    
                        Baswick                    
                                    -
                            May  1, 2010 at 12:07 AM
                        
rizvisa1 Posts 4478 Registration date Thursday January 28, 2010 Status Contributor Last seen May 5, 2022 - May 1, 2010 at 06:41 AM
        rizvisa1 Posts 4478 Registration date Thursday January 28, 2010 Status Contributor Last seen May 5, 2022 - May 1, 2010 at 06:41 AM
1 response
                
        
                    rizvisa1
    
        
                    Posts
            
                
            4478
                
                            Registration date
            Thursday January 28, 2010
                            Status
            Contributor
                            Last seen
            May  5, 2022
            
            
                    766
    
    
                    
May 1, 2010 at 06:41 AM
    May 1, 2010 at 06:41 AM
                        
                    It all depends on how you write data
lets say
A1 =15 is the starting ticket number
A2 =30 is the ending ticket number
so it means I have sold ticket number 15, 16, 17... 29 and have sold 15 tickets
and you can use A2-a1
but if lets say
A1 =15 is the starting ticket number that you sold
A2 =30 is the ending ticket number that you sold
so it means I have sold ticket number 15, 16, 17... 30 and have sold 16 tickets
and you can use A2-a1 +1
            lets say
A1 =15 is the starting ticket number
A2 =30 is the ending ticket number
so it means I have sold ticket number 15, 16, 17... 29 and have sold 15 tickets
and you can use A2-a1
but if lets say
A1 =15 is the starting ticket number that you sold
A2 =30 is the ending ticket number that you sold
so it means I have sold ticket number 15, 16, 17... 30 and have sold 16 tickets
and you can use A2-a1 +1