Forum Discussion
Help adding on to an iferror calculation
- debbienzAug 29, 2019Copper Contributor
IngeborgHawighorst Another question if you don't mind.
I've shared the link of the terrible excel sheet I've been given to fix up. The current excel sheet they have is over 100 column wide as you can see.. They are comparing three different criteria (current/ last income; current last no# cards presented and current/last commission paid. it's comparing one month to the same the prior year AND then adding on totals to the end.
So as you can see It's currently un-workable!!!!!
I realise I'm not skilled enough to come up with a good solution for them to make this an easier workable spreadsheet.
Does anything stand out to you to change? If we separated years on different worksheet tabs, what would the formula you sent me be if instead ir was added onto a 3D cell reference?
Or can you think of a better solution?
Here's the dropbox link to the excel sheet https://www.dropbox.com/s/mdr6o746gp4amog/tech%20example.xlsx?dl=0
- Sep 01, 2019
Hello debbienz ,
The problem here is that the data is being entered into a report format, which makes it very, very hard to analyse and focus on specific areas of the data. A better way to handle this is to create a flat data entry table with the following columns:
- Activity type (i.e. Revenue, Card usage, Commission)
- Company name
- commission %
- Date
- value
This table will have a lot of rows, but just these four columns. With this flat table you can build a pivot table and calculate the differences. The pivot table can be made to look similar to your existing layout, or you can create different pivot tables to focus on different aspects of the data.
With pivot tables, the report can be filtered and show the insights that are relevant without scrolling dozens of pages.
This is too complex to answer in a single question, but the data can be converted with Power Query (Get & Transform) on the Data ribbon, and you may want to catch a tutorial on pivot tables to get you started.
- debbienzAug 29, 2019Copper Contributor