andrewb90
Well-known Member
- Joined
- Dec 16, 2009
- Messages
- 1,077
Hello all,
I feel like I'm just slightly off on this formula: I am trying to sum a range of values, then subtract the total of all values where the time remaining is less that 1 year.
The second formula works perfect for removing data where the cell in Column K reflects Gone since there are no more days remaining.
I feel like I'm just slightly off on this formula: I am trying to sum a range of values, then subtract the total of all values where the time remaining is less that 1 year.
Code:
=(SUMIF(K3:K22,"<>"&"",D3:D22))-(SUMIF(K3:K22,[COLOR=#b22222]"<365"[/COLOR] &"",D3:D22))
=(SUMIF(K3:K22,"<>"&"",D3:D22))-(SUMIF(K3:K22,"GONE!" &"",D3:D22))