Sunshine8790
Board Regular
- Joined
- Jun 1, 2021
- Messages
- 86
- Office Version
- 365
- Platform
- Windows
I have 2 sharepoint workbooks. One filled with data based off the other.
Currently the formula looks like this:
I do this so that there is room for rows of data to update automatically (currently data only goes to row 1699 of the linked workbook - but when new data is entered, it could be less or more rows - never more than 3000 rows, so this allows for that flexibility without having to manually change the formula every time).
However - because of this, all rows below 1699 to 3000 are showing 0s.
And because it's linked data, I can't just delete those rows. Is there a way to edit the formula for it so that if the data in column A is a "0" to show nothing for that row?
Currently the formula looks like this:
Excel Formula:
='https://name/censored_for_privacy_com/Documents/[Name Censored 8_7_23.xlsx]Main Sheet'!$A$1:H3000
I do this so that there is room for rows of data to update automatically (currently data only goes to row 1699 of the linked workbook - but when new data is entered, it could be less or more rows - never more than 3000 rows, so this allows for that flexibility without having to manually change the formula every time).
However - because of this, all rows below 1699 to 3000 are showing 0s.
And because it's linked data, I can't just delete those rows. Is there a way to edit the formula for it so that if the data in column A is a "0" to show nothing for that row?