I have excel sheet where certain values mentioned, here it's explained briefly so that it will be easy to understand the requirement
for e.g. expiry date= 30-07-2020, 100 call oi = 5000, 100 put oi = 15000,
expiry date= 28-08-2020, 100 call oi = 8000, 100 put oi = 5000,
so, what i want to do is, take same expiry and same strike price put oi and do division of that with same expiry and same strike price call oi
so, in case of 30-07-2020 expiry 100 strike price final output should be 3 (15000/5000),
and for 28-08-2020 expiry 100 strike price final output should be 0.63 (5000/8000).
problem here I faced is, I have all above mentioned values in different columns so,how to find same strike with same expiry with same stock name and divide them accordingly?
i have tried concatenate function but got stuck and won't be able to understand how to use it,
here below screenshot attached,
Kindly please help with this issue, any help will be highly appriciated.
- symbol=stock name
- expiry date=time of contracts expire
- strike price= numerical value
- ce=call
- pe=put
- oi=open int.
for e.g. expiry date= 30-07-2020, 100 call oi = 5000, 100 put oi = 15000,
expiry date= 28-08-2020, 100 call oi = 8000, 100 put oi = 5000,
so, what i want to do is, take same expiry and same strike price put oi and do division of that with same expiry and same strike price call oi
so, in case of 30-07-2020 expiry 100 strike price final output should be 3 (15000/5000),
and for 28-08-2020 expiry 100 strike price final output should be 0.63 (5000/8000).
problem here I faced is, I have all above mentioned values in different columns so,how to find same strike with same expiry with same stock name and divide them accordingly?
i have tried concatenate function but got stuck and won't be able to understand how to use it,
here below screenshot attached,
Kindly please help with this issue, any help will be highly appriciated.