M
Michael
Hi! I was wondering what the best way would be to subtotal
a column if it met certain criteria. For instance,
{=IF(AND(a2:a100="NFC",b2:b100<today()),sum(k2:k100))}
The result of using the array is FALSE because the last
condition IS false. That tells me it's not adding each
cell that meets the condtions to a running subtotal. This
is easy to do in SAS with a SET BY, but I can't get Excel
to replicate that action.
Any suggestions?
Thank you!!
Michael
a column if it met certain criteria. For instance,
{=IF(AND(a2:a100="NFC",b2:b100<today()),sum(k2:k100))}
The result of using the array is FALSE because the last
condition IS false. That tells me it's not adding each
cell that meets the condtions to a running subtotal. This
is easy to do in SAS with a SET BY, but I can't get Excel
to replicate that action.
Any suggestions?
Thank you!!
Michael
)