Hello!
I have two sheets, one that has General Ledger amounts for month end and the other sheet is a summary sheet that pulls in the total of the general ledger amounts for each specific GL.
My formula on the summary sheet is referencing sheet one with the following formula…
=SUMIF({Code}, [Budget Code]@row, {GL Balance})
Every month our upload process (using datashuttle) balances correctly. We did discover that changes were needed on this month, we had to add three line items that was going to bring our total to $24,188.99 on the General Ledger sheet (sheet 1) and it should mirror that same amount on our summary sheet (sheet 2)
When we added these amounts in the excel file it showed the correct amount of $24,188.99. After the upload, it still showed the correct amount of $24,188.99, but sheet two where the reference formula was is showing $24,280.74, a difference of $91.75.
I checked our GL line items on sheet 1 and they all total to $24,188.95. So I don't know where the extra $91.75 is coming from and think its something to do with the reference formula not functioning correctly. Has anyone else ran into this?
I also searched for any other GL line items that had the same unique budget {Code} we use as part of the reference formula and we have no other line items that equal to $91.75 on sheet 1.