Hi
I have been tasked with creating a duplicate of a pre-existing data table in Excel to another sheet in the workbook to sort, filter and display differently to the master sheet.
A few things to note:
- the copy needs to update when the master is changed
- blank cells in the master are to remain blank in the copy also (rather than pre-fill with 0)
- the data will be sorted into weeks and a new row will be needed below the data for each week to add subtotals to certain columns
- I would like formatting to copy through also
- new data will be added to the bottom of the master table and this will need to flow through to the copy also
I have tried paste link which I had to do in sections as the table was too big to do in one go - however this raised the issue with the blank cells showing values.
I then tried the formula IF(ISBLANK(A1),"",A1) however instead of A1 I clicked on the actual cell in the master table to use the structured reference with Excel tables, however when I tried to drag the formula to the rest of the cells the structured reference wouldn't change as necessary.
And then I got stuck and not sure where to go from here to achieve the result required - please help
Thanks
I have been tasked with creating a duplicate of a pre-existing data table in Excel to another sheet in the workbook to sort, filter and display differently to the master sheet.
A few things to note:
- the copy needs to update when the master is changed
- blank cells in the master are to remain blank in the copy also (rather than pre-fill with 0)
- the data will be sorted into weeks and a new row will be needed below the data for each week to add subtotals to certain columns
- I would like formatting to copy through also
- new data will be added to the bottom of the master table and this will need to flow through to the copy also
I have tried paste link which I had to do in sections as the table was too big to do in one go - however this raised the issue with the blank cells showing values.
I then tried the formula IF(ISBLANK(A1),"",A1) however instead of A1 I clicked on the actual cell in the master table to use the structured reference with Excel tables, however when I tried to drag the formula to the rest of the cells the structured reference wouldn't change as necessary.
And then I got stuck and not sure where to go from here to achieve the result required - please help
Thanks