J
Jonathan Pence
I am in need of help in getting the OR, or similar, function nested in my arrayformula. I was able to get the data I wanted for the first and second series using the following:
=iferror(arrayformula(sumproduct((O$18:O35*($B$18:$B$35=$AE15))*($M$18:$M35*($B$18:$B$35=$AE15)))/sum(($M$18:$M$35*($B$18:$B$35=$AE$15)))),"")
AE15=executed
AE14=consider
I would like to now get the combined sumproduct if either is true.
how do I nest that function into my current or different formula
Then, the data series B18:B35 has drop down options (executed, Consider), and A18:A35 also has drop down options (Fixed, Floating to the Call, Floating to Maturity, Zero Coupon).
could I use the same formula to satisfy the following: if A18:A35=Floating to Maturity +(or) Floating to the call AND executed +(or) consider, Sumproduct(N18:N35,M18:M35)/sum(M18:M35)
Thanks,
Jon
here is the link in case you want to look around:
https://docs.google.com/spreadsheets/d/1SEn1DO70CfS1KmRTY-kYSEA63oV5dOoWTjrDLPm664w/edit?usp=sharing
=iferror(arrayformula(sumproduct((O$18:O35*($B$18:$B$35=$AE15))*($M$18:$M35*($B$18:$B$35=$AE15)))/sum(($M$18:$M$35*($B$18:$B$35=$AE$15)))),"")
AE15=executed
AE14=consider
I would like to now get the combined sumproduct if either is true.
how do I nest that function into my current or different formula
Then, the data series B18:B35 has drop down options (executed, Consider), and A18:A35 also has drop down options (Fixed, Floating to the Call, Floating to Maturity, Zero Coupon).
could I use the same formula to satisfy the following: if A18:A35=Floating to Maturity +(or) Floating to the call AND executed +(or) consider, Sumproduct(N18:N35,M18:M35)/sum(M18:M35)
Thanks,
Jon
here is the link in case you want to look around:
https://docs.google.com/spreadsheets/d/1SEn1DO70CfS1KmRTY-kYSEA63oV5dOoWTjrDLPm664w/edit?usp=sharing