Forum Discussion

KAM705's avatar
KAM705
Copper Contributor
Jul 30, 2025

identifying changes overtime in an excel spreadsheet

I am struggling to find a way to track changes on an excel spreadsheet. I have a report I can pull from a shared information database I work with that will give me information on clients and their income. It will show a row for each income source update. I'm trying to figure out a formula or method for determining if the client has increased or decreased income overtime. The spreadsheet looks something like this:

 

Client IDIncome from Any Source? Total Monthly Income: Receiving Income Source?Source of Income Monthly Amount Start DateEnd Date
1Yes $                    100NoEarned income $               -  1/1/20252/28/2025
1Yes $                    100NoSSI $               -  1/1/2025 
1Yes $                    100YesEarned income $            1003/1/2025 
2No $                       -  YesSSDI $            2002/20/20255/15/2025
2No $                       -  NoSSI $               -  2/20/2025 
2No $                       -  NoEarned income $               -  2/20/2025 
2No $                       -  NoPension $               -  2/20/2025 
2No $                       -  NoSSDI $               -  5/16/2025 
3No $                       -  NoEarned income $               -  1/23/2025 
3No $                       -  NoSSDI $               -  1/23/2025 
4Yes $                    200NoSSI $               -  2/4/20256/14/2025
4Yes $                    200NoSSDI $               -  2/4/2025 
4Yes $                    200YesSSI $            1006/15/20257/5/2025
4Yes $                    200NoEarned income $               -  2/4/20256/14/2025
4Yes $                    200YesEarned income $            2006/15/2025 
4Yes $                    200NoSSI $               -  7/6/2025 
5Yes $                    100NoEarned income $               -  1/14/20254/4/2025
5Yes $                    100YesEarned income $            1004/5/2025 
6No $                    300NoSSDI $               -  2/26/20257/1/2025
6No $                    300NoSSI $               -  2/26/20257/1/2025
6Yes $                    300YesPension $              502/26/2025 
6Yes $                    300NoUnemployment $               -  2/26/2025 
6Yes $                    300YesSSDI $            1007/2/2025 
6Yes $                    300YesSSI $            1507/2/2025 

 

I'd like to be able to easily see the client ID, if they have an increase or decrease in overall income, and what source(s) have increased or decreased. I know it will likely take multiple formulas to get this but I can't seem to figure it out.

I am open to any ideas so I don't have to manually go through and examine each client to determine. Thanks!

 

1 Reply

  • JKPieterse's avatar
    JKPieterse
    Silver Contributor

    Not sure I totally get the request, but I think you can pull this off using a pivot table.

    • Select the data, format it as a table (Home tab or press control+t).
    • Click the "Summarize with Pivot table" button on the Table Design tab, or the Pivot table button on the Insert tab
    • Drag both the Client ID and the Start Date fields to the Rows box
    • Drag the Monthly Amount field to the Values box
    • Right-click any of the numbers in the "Sum of Amount" column in the Pivot table and select "Show Values As", "Difference From".
    • In the small box, choose Start Date in the first drop-down and "(previous)" in the second and click OK

Resources