ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Formula only working for 1 user on 1 computer (https://www.excelbanter.com/excel-discussion-misc-queries/178241-formula-only-working-1-user-1-computer.html)

shebe

Formula only working for 1 user on 1 computer
 
I created a network days formula that excludes holidays,
=NETWORKDAYS(E12,AU12,$A$1:$A$9). Saved on a spreadsheet in a shared file.

Works on my computer when I am logged in.

Doesn't work (get the 'name' error):
-on other computers when I am logged in
-on other computer when someone else is logged in
-on my computer when someone else is logged in

All computers have same 2003 version of Excel.

Any ideas?? I'm stumped!

Dave Peterson

Formula only working for 1 user on 1 computer
 
Each user has to have loaded the Analysis Toolpak addin:
Tools|Addins

Depending on how excel was installed, each user may need the installation CD.

shebe wrote:

I created a network days formula that excludes holidays,
=NETWORKDAYS(E12,AU12,$A$1:$A$9). Saved on a spreadsheet in a shared file.

Works on my computer when I am logged in.

Doesn't work (get the 'name' error):
-on other computers when I am logged in
-on other computer when someone else is logged in
-on my computer when someone else is logged in

All computers have same 2003 version of Excel.

Any ideas?? I'm stumped!


--

Dave Peterson

T. Valko

Formula only working for 1 user on 1 computer
 
Here's an alternative that will work on all of the machines:

=SUMPRODUCT(--(WEEKDAY(ROW(INDIRECT(E12&":"&AU12)),2)<6),--(ISNA(MATCH(ROW(INDIRECT(E12&":"&AU12)),$A$1:$A$9, 0))))

--
Biff
Microsoft Excel MVP


"shebe" wrote in message
...
I created a network days formula that excludes holidays,
=NETWORKDAYS(E12,AU12,$A$1:$A$9). Saved on a spreadsheet in a shared
file.

Works on my computer when I am logged in.

Doesn't work (get the 'name' error):
-on other computers when I am logged in
-on other computer when someone else is logged in
-on my computer when someone else is logged in

All computers have same 2003 version of Excel.

Any ideas?? I'm stumped!




shebe

Formula only working for 1 user on 1 computer
 
Thank you, this fixed it.

"Dave Peterson" wrote:

Each user has to have loaded the Analysis Toolpak addin:
Tools|Addins

Depending on how excel was installed, each user may need the installation CD.

shebe wrote:

I created a network days formula that excludes holidays,
=NETWORKDAYS(E12,AU12,$A$1:$A$9). Saved on a spreadsheet in a shared file.

Works on my computer when I am logged in.

Doesn't work (get the 'name' error):
-on other computers when I am logged in
-on other computer when someone else is logged in
-on my computer when someone else is logged in

All computers have same 2003 version of Excel.

Any ideas?? I'm stumped!


--

Dave Peterson



All times are GMT +1. The time now is 02:01 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com