I have a mini dashboard I am making to make it easier to check that our inventory is in balance.
I have a worksheet with 4 columns:
Financial Code
General Ledger Balance
Inventory Asset Balance
Difference
How can I make a list of unique Financial codes where the Difference column <> 0? I need this to be automatic so the dashboard summary worksheet can update automatically when the reports are imported. I prefer to avoid VBA when at all possible.
Addl info if needed:
The sheet works by taking 2 .csv files and pasting them into worksheets. Then another sheet finds all the unique values from one of the worksheets and uses those values to Vlookup() values from both. There is then a summary page that pulls data forward and charts it. What I am trying to add is a list on the summary page of out-of-balance financial codes
Thanks
Mike
I have a worksheet with 4 columns:
Financial Code
General Ledger Balance
Inventory Asset Balance
Difference
How can I make a list of unique Financial codes where the Difference column <> 0? I need this to be automatic so the dashboard summary worksheet can update automatically when the reports are imported. I prefer to avoid VBA when at all possible.
Addl info if needed:
The sheet works by taking 2 .csv files and pasting them into worksheets. Then another sheet finds all the unique values from one of the worksheets and uses those values to Vlookup() values from both. There is then a summary page that pulls data forward and charts it. What I am trying to add is a list on the summary page of out-of-balance financial codes
Thanks
Mike