Forum Discussion
ganeshsanap
Feb 26, 2021MVP
Introducing a SharePoint app bar that features global navigation
Microsoft is introducing a SharePoint app bar in SharePoint online that will feature global navigation in your SharePoint modern communication and team sites. The SharePoint app bar brings a cons...
- Jul 05, 2023
Let's say your number is in A2.
If you want the factors in cells below each other:
=LET(Num, A2, All, SEQUENCE(Num), Factors, FILTER(All, MOD(Num, All)=0), Factors)
If you want the factors in cells next to each other, from left to right:
=LET(Num, A2, All, SEQUENCE(Num), Factors, FILTER(All, MOD(Num, All)=0), TRANSPOSE(Factors))
If you want the factors in a single cell, separated by commas and spaces:
=LET(Num, A2, All, SEQUENCE(Num), Factors, FILTER(All, MOD(Num, All)=0), TEXTJOIN(", ", TRUE, Factors))
Jens Skov
Apr 08, 2021Copper Contributor
I have had a home site set up for some time (and it shown up as an icon in the SP app), but I still do not have to Global navigation option under settings.
Appbar is not disabled.
Does anyone have an idea why?
Appbar is not disabled.
Does anyone have an idea why?
Mary F Harvey
Apr 09, 2021Iron Contributor
We have a demo tenant and a dev tenant and the bar has not shown up in either even though they are marked as "early release". But it has shown up in our production tenant. I find that very odd that the "first release" tenants do NOT have it yet.
- Mary F HarveyApr 09, 2021Iron Contributor@Jens - a quick update - I submitted a ticket to see if there was a tenant issue, and MSFT responded that according to the roadmap, this feature is still in development. Once it gets to the fully launched stage, then we can worry about it not being available in a given tenant.