Excel Sharepoint Linked Workbook - show blank for cells returning "0"s?

Sunshine8790

Board Regular
Joined
Jun 1, 2021
Messages
71
Office Version
  1. 365
Platform
  1. Windows
I have 2 sharepoint workbooks. One filled with data based off the other.
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?
 

Excel Facts

Excel Wisdom
Using a mouse in Excel is the work equivalent of wearing a lanyard when you first get to college
How about
Excel Formula:
=let(a,='https://name/censored_for_privacy_com/Documents/[Name Censored 8_7_23.xlsx]Main Sheet'!$A$1:H3000,if(a="","",a))
 
Upvote 0
Solution
How about
Excel Formula:
=let(a,='https://name/censored_for_privacy_com/Documents/[Name Censored 8_7_23.xlsx]Main Sheet'!$A$1:H3000,if(a="","",a))
It is giving me a red dotted line around the formula instead of the data.
 
Upvote 0
I've never seen a red dotted line around a formula, so have no idea what it means.
 
Upvote 0
Glad you sorted it & thanks for letting us know.
 
Upvote 0

Forum statistics

Threads
1,215,401
Messages
6,124,705
Members
449,182
Latest member
mrlanc20

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top