Shared Workbook, limit a dropdown

dave3009

Well-known Member
Joined
Jun 23, 2006
Messages
7,146
Office Version
  1. 365
  2. 2021
Platform
  1. Windows
  2. Mobile
  3. Web
Hi All

Thanks for looking

I have been getting loads of help on this subject but I encountered a problem the minute I shared my workbook. The arrays cannot be updated using dropdowns, they work and treat in a single workbook.

So to get around this issue I created a new column which works but I get loads of blanks at the bottom of the box. I want to not have these, in my global settings I use.

=OFFSET(globalSettings!$V$1, 1, 0, MATCH("*", globalSettings!$V:$V))

I tried -COUNTBLANK and -COUNTIF(globalSettings!$V:$V, "") and a few others.

Looking forward to some solutions

Regards


Dave
 

Excel Facts

When they said...
When they said you are going to "Excel at life", they meant you "will be doing Excel your whole life".
How about:

=OFFSET(globalSettings!$V$1, 1, 0, COUNTA(globalSettings!$V:$V)-1,1)

?
 
Upvote 0
Hi GlennUK

That doesn't seem to work
Excel Workbook
UV
1125/08/2011 1pm(V)25/08/2011 1pm(V)
1226/08/2011 8.30am(V)26/08/2011 8.30am(V)
1326/08/2011 1pm(V)26/08/2011 1pm(V)
14#NUM!
15#NUM!
16#NUM!
17#NUM!
Globals
Excel 2007
Cell Formulas
RangeFormula
V11=IFERROR(U11, "")
#VALUE!
Entered with Ctrl+Shift+Enter. If entered correctly, Excel will surround with curly braces {}.
Excel Workbook
NameRefers To
Assessment=Globals!$F:$F
Booked=OFFSET(Globals!$J$1, 1, 0, COUNTA(Globals!$J:$J)-1, 1)
Workbook Defined Names


Everything I try leaves the offset dynamic range reaching for where the formulas end.

It worked perfectly until I shared the workbook then I got the error about not changing an array in a shared workbook, so I created the column V to make things work but I get a ton of blanks in my dropdown validations and I could do with it just looking neat.

Thanks


Dave
 
Last edited:
Upvote 0
Seems this works

=OFFSET(globalSettings!$V$1, 1, 0,SUMPRODUCT(--(LEN(globalSettings!$V:$V)>1))-1)

If anyone has any more efficient ways of doing this then I'd be glad to hear :D
 
Upvote 0

Forum statistics

Threads
1,224,598
Messages
6,179,820
Members
452,946
Latest member
JoseDavid

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