Hi,
I am trying to use sumifs to pull through the totals from a list of accounts. There are numerous of the same account with different amounts in and I need all of them to pull through.
I think the issue stems from the amounts being formulated using a trim and substitute formula.
I've created a spreadsheet which pulls information from other workbooks then separates out the details pulling through into separate columns.
The function used to separate the information is =IF($I1961="","",TRIM(MID(SUBSTITUTE($I1961,"*",REPT(" ",999)),COLUMNS($I:P)*999-998,999)))
This gives me the total in that cell. When I do a sumifs for this column against the account codes it pulls them through as 0.
Is there a way I can sum the the values against the codes?
I am trying to use sumifs to pull through the totals from a list of accounts. There are numerous of the same account with different amounts in and I need all of them to pull through.
I think the issue stems from the amounts being formulated using a trim and substitute formula.
I've created a spreadsheet which pulls information from other workbooks then separates out the details pulling through into separate columns.
The function used to separate the information is =IF($I1961="","",TRIM(MID(SUBSTITUTE($I1961,"*",REPT(" ",999)),COLUMNS($I:P)*999-998,999)))
This gives me the total in that cell. When I do a sumifs for this column against the account codes it pulls them through as 0.
Is there a way I can sum the the values against the codes?