Hello,
I'm having trouble combining two if statements.
Column K has A for active and T Groups. Column L has 2015 monthly premiums and Column M has 2016 monthly premiums. Finally Column R shows the 2015 Monthly loss.
I need a formula to show 2 things:
1. If column K2="T" then copy the contents of L2 into R2 AND
2. M2 minus L2 - but only display the negative numbers
For 1. I have =IF(K2="T",L2,"")
for 2. I have =IF(M6-L6>0,0,M6-L6)
But i can't combine the 2 together!
Also, I would also like to show a blank in column R if a cell in column M has no figure (we haven't gotten the 2016 monthly premium as yet).
If anyone can help me I would greatly appreciate it!
Bookmarks