#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3
Default Add-in analysis

I am trying to push out a new timesheet to our staff (using Excel 2003 &
2007) and we need to use the MROUND expression. The problem I have is that
our staff in the field do not have easy access to the discs that came with
their laptop so they can install the addin that is required to make the
MROUND work in 2003.

Can anybody identify for me the file on the Office 2003 disc that is the
addin so I can send it out with the timesheet and staff can instal it from
there.

Thanks, g
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 11,501
Default Add-in analysis

Hi,

Why don't you use a none ATP formula for MROUND

=MROUND(Number,Multiple)
Becomes
=ROUND(Number/Multiple,0)*Multiple

or a practical example
=MROUND(A1,10)
Becomes
=ROUND(A1/10,0)*10

Mike

"gm66" wrote:

I am trying to push out a new timesheet to our staff (using Excel 2003 &
2007) and we need to use the MROUND expression. The problem I have is that
our staff in the field do not have easy access to the discs that came with
their laptop so they can install the addin that is required to make the
MROUND work in 2003.

Can anybody identify for me the file on the Office 2003 disc that is the
addin so I can send it out with the timesheet and staff can instal it from
there.

Thanks, g

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 22,906
Default Add-in analysis

The ATP requires more than one file and I believe just adding the files to a
folder will not work................they have to be registered during
installation of Excel.

A typical installation of Office will include installation of the ATP

Are you sure the ATP is not installed?

Is ATP not an option in ToolsAdd-ins?

The default location on a regular installation of 2003 is in the folder

C:\Program Files\Microsoft Office\Office11\Library\Analysis

There will be 4 files in the Analysis folder.

ANALYS32.XLL
FUNCRES.XLA
ATPVBAEN.XLA
PROCDB.XLA

If not there then I think you will have to install with CD

You might be able to change your formulas to use a simple ROUND rather than
the MROUND

Post a sample.


Gord Dibben MS Excel MVP



On Sun, 26 Oct 2008 22:32:00 -0700, gm66
wrote:

I am trying to push out a new timesheet to our staff (using Excel 2003 &
2007) and we need to use the MROUND expression. The problem I have is that
our staff in the field do not have easy access to the discs that came with
their laptop so they can install the addin that is required to make the
MROUND work in 2003.

Can anybody identify for me the file on the Office 2003 disc that is the
addin so I can send it out with the timesheet and staff can instal it from
there.

Thanks, g


  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3
Default Add-in analysis

Mike,

It worked a treat, thank you very much.

g

"Mike H" wrote:

Hi,

Why don't you use a none ATP formula for MROUND

=MROUND(Number,Multiple)
Becomes
=ROUND(Number/Multiple,0)*Multiple

or a practical example
=MROUND(A1,10)
Becomes
=ROUND(A1/10,0)*10

Mike

"gm66" wrote:

I am trying to push out a new timesheet to our staff (using Excel 2003 &
2007) and we need to use the MROUND expression. The problem I have is that
our staff in the field do not have easy access to the discs that came with
their laptop so they can install the addin that is required to make the
MROUND work in 2003.

Can anybody identify for me the file on the Office 2003 disc that is the
addin so I can send it out with the timesheet and staff can instal it from
there.

Thanks, g

  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3
Default Add-in analysis

Gord,

Thanks for your suggestion, I am going to try to pull these out and instal
separately to use other functions.

g

"Gord Dibben" wrote:

The ATP requires more than one file and I believe just adding the files to a
folder will not work................they have to be registered during
installation of Excel.

A typical installation of Office will include installation of the ATP

Are you sure the ATP is not installed?

Is ATP not an option in ToolsAdd-ins?

The default location on a regular installation of 2003 is in the folder

C:\Program Files\Microsoft Office\Office11\Library\Analysis

There will be 4 files in the Analysis folder.

ANALYS32.XLL
FUNCRES.XLA
ATPVBAEN.XLA
PROCDB.XLA

If not there then I think you will have to install with CD

You might be able to change your formulas to use a simple ROUND rather than
the MROUND

Post a sample.


Gord Dibben MS Excel MVP



On Sun, 26 Oct 2008 22:32:00 -0700, gm66
wrote:

I am trying to push out a new timesheet to our staff (using Excel 2003 &
2007) and we need to use the MROUND expression. The problem I have is that
our staff in the field do not have easy access to the discs that came with
their laptop so they can install the addin that is required to make the
MROUND work in 2003.

Can anybody identify for me the file on the Office 2003 disc that is the
addin so I can send it out with the timesheet and staff can instal it from
there.

Thanks, g





  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 22,906
Default Add-in analysis

Lotsa luck.

Do you know how to register them?


Gord

On Mon, 27 Oct 2008 15:19:01 -0700, gm66
wrote:

Gord,

Thanks for your suggestion, I am going to try to pull these out and instal
separately to use other functions.

g

"Gord Dibben" wrote:

The ATP requires more than one file and I believe just adding the files to a
folder will not work................they have to be registered during
installation of Excel.

A typical installation of Office will include installation of the ATP

Are you sure the ATP is not installed?

Is ATP not an option in ToolsAdd-ins?

The default location on a regular installation of 2003 is in the folder

C:\Program Files\Microsoft Office\Office11\Library\Analysis

There will be 4 files in the Analysis folder.

ANALYS32.XLL
FUNCRES.XLA
ATPVBAEN.XLA
PROCDB.XLA

If not there then I think you will have to install with CD

You might be able to change your formulas to use a simple ROUND rather than
the MROUND

Post a sample.


Gord Dibben MS Excel MVP



On Sun, 26 Oct 2008 22:32:00 -0700, gm66
wrote:

I am trying to push out a new timesheet to our staff (using Excel 2003 &
2007) and we need to use the MROUND expression. The problem I have is that
our staff in the field do not have easy access to the discs that came with
their laptop so they can install the addin that is required to make the
MROUND work in 2003.

Can anybody identify for me the file on the Office 2003 disc that is the
addin so I can send it out with the timesheet and staff can instal it from
there.

Thanks, g




Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
analysis Joe Excel Worksheet Functions 1 October 28th 06 06:28 PM
Analysis sirgresley Excel Worksheet Functions 1 August 3rd 05 04:16 PM
Why " data analysis plus " override " data analysis " once instal. Alfred H K Yip Excel Worksheet Functions 1 March 20th 05 08:10 AM
Analysis ToolPak installed but no Data Analysis option Eric Stephens Excel Discussion (Misc queries) 3 February 2nd 05 09:17 PM


All times are GMT +1. The time now is 09:31 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"