Hello All,
I know it can be done in a Pivot table but, I am trying to see if there is a way to sum the current balance for the loan type based on product codes without having to enter 17 criteria into a SUMIFS() or SUMPRODUCT()formula.
In Column A I have the product code for the loan, in column B is the current balance for the loan, ie...
[pre]
[/pre]
The totals I am looking for (loan type) would be for Operating Line and Real Estate where the following product codes make up Operating lines (250,251,252,253,280,281,290,291) and Real Estate would include the following product codes (160,161,162,163,164,165,170,171,172,173,174,175,180,181,182,183,190).
I've tried making named ranges for Real_Estate and OL and use that as my criteria when evaluating column A but it only looks at the first n cells and returns #N/A for the remaining cells in the range.
Any help would be greatly appreciated.
I know it can be done in a Pivot table but, I am trying to see if there is a way to sum the current balance for the loan type based on product codes without having to enter 17 criteria into a SUMIFS() or SUMPRODUCT()formula.
In Column A I have the product code for the loan, in column B is the current balance for the loan, ie...
[pre]
Code:
Column A Column B
250 20368.89
190 1016210.34
290 988.28
251 312.82
171 298753.68
183 898567.35
The totals I am looking for (loan type) would be for Operating Line and Real Estate where the following product codes make up Operating lines (250,251,252,253,280,281,290,291) and Real Estate would include the following product codes (160,161,162,163,164,165,170,171,172,173,174,175,180,181,182,183,190).
I've tried making named ranges for Real_Estate and OL and use that as my criteria when evaluating column A but it only looks at the first n cells and returns #N/A for the remaining cells in the range.
Any help would be greatly appreciated.