B C D E F G H I J K L M N O    
2  
     
3        
4    
 
5     Show Formula:    
6      
7    
8    
9     Bull Put Spreads (E1 < E2)  
10            
11     Buy Put @ E1   Profit = Max(0, E1 - S) - P1 - Max(0, E2 - S) + P2  
12     Write Put @ E2   S = spot price, En = excerise at price n, Pn = put price (premium) n  
13          
14     Spot      
15                      
16     Put1      
17     Put2      
18     Exec1      
19     Exec2    
20                          
21          
22                
23            
24            
25           Change the spot, stock, put and exec values and see how the profit changes.  
26        
27          
28        
29          
30        
31    
32    
33        
34    
35    
36    
37    
38    
39    
40    
41    
42    
43    
44    
45        
46     Copyright.  Anthony's VBA Page.