A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » Worksheet Functions
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Address Function



 
 
Thread Tools Display Modes
  #1  
Old July 28th, 2004, 01:28 PM
external usenet poster
 
Posts: n/a
Default Address Function

Hello,

I've used the address function to give me data from
several diffrent books, however I would like to use this
data in Chart form, currently im getting '1314.98'!A1,
wat do I need to do to get cell to just read 1314.98?

Thank You,

Ross
  #2  
Old July 28th, 2004, 01:35 PM
Peo Sjoblom
external usenet poster
 
Posts: n/a
Default Address Function

Post the formula

--

Regards,

Peo Sjoblom

(No private emails please, for everyone's
benefit keep the discussion in the newsgroup/forum)


wrote in message
...
Hello,

I've used the address function to give me data from
several diffrent books, however I would like to use this
data in Chart form, currently im getting '1314.98'!A1,
wat do I need to do to get cell to just read 1314.98?

Thank You,

Ross



  #3  
Old July 28th, 2004, 01:50 PM
external usenet poster
 
Posts: n/a
Default Address Function

The formula reads


=ADDRESS(1,1,4,,'H:\Production\Production Data and
Reports\Daily Production Report\Espoir Daily Production
Report\2004\05-May\[BHP data 03-05-2004.xls]Data-TH'!C7)


-----Original Message-----
Post the formula

--

Regards,

Peo Sjoblom

(No private emails please, for everyone's
benefit keep the discussion in the newsgroup/forum)


wrote in message
...
Hello,

I've used the address function to give me data from
several diffrent books, however I would like to use

this
data in Chart form, currently im getting '1314.98'!A1,
wat do I need to do to get cell to just read 1314.98?

Thank You,

Ross



.

  #5  
Old July 28th, 2004, 01:59 PM
external usenet poster
 
Posts: n/a
Default Address Function

The formula Reads

=ADDRESS(1,1,4,,'H:\Production\Production Data and
Reports\Daily Production Report\Espoir Daily Production
Report\2004\05-May\[BHP data 01-05-2004.xls]Data-TH'!D7)


Cheers




-----Original Message-----
Post the formula

--

Regards,

Peo Sjoblom

(No private emails please, for everyone's
benefit keep the discussion in the newsgroup/forum)


wrote in message
...
Hello,

I've used the address function to give me data from
several diffrent books, however I would like to use

this
data in Chart form, currently im getting '1314.98'!A1,
wat do I need to do to get cell to just read 1314.98?

Thank You,

Ross



.

  #7  
Old July 28th, 2004, 02:24 PM
external usenet poster
 
Posts: n/a
Default Address Function

I dont really understand wat you mena with the arg bit
here (sorry!)
=INDIRECT(ADDRESS(arg1;arg2;arg3;arg4;arg5)

This is the formula im using

=ADDRESS(1,1,4,,'H:\Production\Production Data and
Reports\Daily Production Report\Espoir Daily Production
Report\2004\05-May\[BHP data 01-05-2004.xls]Data-TH'!D8)

Thanks

Ross



Somehow your ADDRESS-function has in the last argument

(argument =
"Sheet_text") a formula or cell reference which returns

the value 1314.98.
The ADDRESS-function then sees this value as a name for

a worksheet.

As Peo also mentions, please show the entire ADDRESS-

function, and for
yourself, have a look at the last argument for this

function, because this
is probably the culprit.

If you want to have the value of the cell which is

returned by the
ADDRESS-function, use the following:

=INDIRECT(ADDRESS(arg1;arg2;arg3;arg4;arg5)

CoRrRan
.

  #9  
Old July 28th, 2004, 02:45 PM
Peo Sjoblom
external usenet poster
 
Posts: n/a
Default Address Function

The question we ask this is why you are using ADDRESS at all when all you
seem to want is to return what's in '[BHP data 01-05-2004.xls]Data-TH'!$D$8
and just linking directly to it will return what you want.

ADDRESS is normally used with variables where you would put in the
row/column variables in cell addresses and wrapped in mostly INDIRECT it
will return the values where the row/column intersect but the way you have
written it will always return what's in '[BHP data
01-05-2004.xls]Data-TH'!$D$8 plus the cell address
as a string depending on the row/column (in your case A1 since you use 1,1
which means row 1 and column 1)

--

Regards,

Peo Sjoblom

(No private emails please, for everyone's
benefit keep the discussion in the newsgroup/forum)


wrote in message
...
I dont really understand wat you mena with the arg bit
here (sorry!)
=INDIRECT(ADDRESS(arg1;arg2;arg3;arg4;arg5)

This is the formula im using

=ADDRESS(1,1,4,,'H:\Production\Production Data and
Reports\Daily Production Report\Espoir Daily Production
Report\2004\05-May\[BHP data 01-05-2004.xls]Data-TH'!D8)

Thanks

Ross



Somehow your ADDRESS-function has in the last argument

(argument =
"Sheet_text") a formula or cell reference which returns

the value 1314.98.
The ADDRESS-function then sees this value as a name for

a worksheet.

As Peo also mentions, please show the entire ADDRESS-

function, and for
yourself, have a look at the last argument for this

function, because this
is probably the culprit.

If you want to have the value of the cell which is

returned by the
ADDRESS-function, use the following:

=INDIRECT(ADDRESS(arg1;arg2;arg3;arg4;arg5)

CoRrRan
.



  #10  
Old July 28th, 2004, 07:50 PM
hgrove
external usenet poster
 
Posts: n/a
Default Address Function

Anonymous wrote...
I've used the address function to give me data from several
diffrent books, however I would like to use this data in Chart
form, currently im getting '1314.98'!A1, wat do I need to do to
get cell to just read 1314.98?


What are the *EXACT* formulas you're using that call ADDRESS?


---
Message posted from http://www.ExcelForum.com/

 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Absolute address for Indirect function Hari General Discussion 1 July 20th, 2004 08:39 PM
Address Book Roy Contacts 26 June 18th, 2004 11:56 PM
Word - inserting an address Bill Stevenson General Discussions 2 May 12th, 2004 09:49 PM
ADDRESS Function Jason Morin Worksheet Functions 3 April 20th, 2004 06:23 PM
Complext function, match, address Frank Kabel Worksheet Functions 2 April 17th, 2004 02:15 AM


All times are GMT +1. The time now is 06:44 AM.


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