Hi All,
This post is an addition to an earlier post from today. I have 4 columns of data;
Column A is a business name where there can be multiple entries for the same business.
Columns B & C are currency fields. If there is an currency entry for a given business in Col B (Performing)there won't be one for Col C, (Non Performing) and vice versa. There is also a column D,(Availability) which is also a currency field. There can be entries in Col D whether there are entries in Col's B or C.
What I want to do is sum, by business (Col A), the total for Column D grouped by Col's B & C, (Performing & Non Performing).
Here is the array formula that I have tried for getting the totals for Non Performing.
=SUM(if(Business=A6),if(Performing=""),Availability,0),0)
Any suggestions would be welcomed,
Joe
Woodbury, CT. USA.
This post is an addition to an earlier post from today. I have 4 columns of data;
Column A is a business name where there can be multiple entries for the same business.
Columns B & C are currency fields. If there is an currency entry for a given business in Col B (Performing)there won't be one for Col C, (Non Performing) and vice versa. There is also a column D,(Availability) which is also a currency field. There can be entries in Col D whether there are entries in Col's B or C.
What I want to do is sum, by business (Col A), the total for Column D grouped by Col's B & C, (Performing & Non Performing).
Here is the array formula that I have tried for getting the totals for Non Performing.
=SUM(if(Business=A6),if(Performing=""),Availability,0),0)
Any suggestions would be welcomed,
Joe
Woodbury, CT. USA.