Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 9
Default Changing linked worksheet and range of cells

Hello

I have a spreadsheet (master spreadsheet) which counts the number of times
individual countries appear in one column on a linked spreadsheet. The
linked spreadsheet and range of cells always changes. How can I update my
master spreadsheet to count the number of times a country appears in the new
range of cells in the new linked spreadsheet? I figured out how to update
the link to a new spreadsheet but not how to change the range of cells.
--
Thanks in advance
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,355
Default Changing linked worksheet and range of cells

Try this

=countif(Sheet2!A:A, Sheet1!A2)

Sheet2!A:A contains the source data
Sheet1!A2 contains the country you want to count.
--
HTH,
Barb Reinhardt



"Molly66" wrote:

Hello

I have a spreadsheet (master spreadsheet) which counts the number of times
individual countries appear in one column on a linked spreadsheet. The
linked spreadsheet and range of cells always changes. How can I update my
master spreadsheet to count the number of times a country appears in the new
range of cells in the new linked spreadsheet? I figured out how to update
the link to a new spreadsheet but not how to change the range of cells.
--
Thanks in advance

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 9
Default Changing linked worksheet and range of cells

Hi Barb

Thanks for your quick response. Sorry, I've probably not been clear. My
function to count the countries is fine, it's just when I try to update my
links to a new spreadsheet and new range that I don't know what to do. I
have used the edit/link option to update my master spreadsheet to look at a
new spreadsheet, which is fine, but I want to change the range as well.

Thanks in advance


"Barb Reinhardt" wrote:

Try this

=countif(Sheet2!A:A, Sheet1!A2)

Sheet2!A:A contains the source data
Sheet1!A2 contains the country you want to count.
--
HTH,
Barb Reinhardt



"Molly66" wrote:

Hello

I have a spreadsheet (master spreadsheet) which counts the number of times
individual countries appear in one column on a linked spreadsheet. The
linked spreadsheet and range of cells always changes. How can I update my
master spreadsheet to count the number of times a country appears in the new
range of cells in the new linked spreadsheet? I figured out how to update
the link to a new spreadsheet but not how to change the range of cells.
--
Thanks in advance

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,355
Default Changing linked worksheet and range of cells

I'm not following the specifics of your request? Do you have the countif
function on the master page? What do you mean by "update links". What
links do you want to update? What specifically is in them? Could you
replace those links with the "hyperlink" function somehow?
--
HTH,
Barb Reinhardt



"Molly66" wrote:

Hi Barb

Thanks for your quick response. Sorry, I've probably not been clear. My
function to count the countries is fine, it's just when I try to update my
links to a new spreadsheet and new range that I don't know what to do. I
have used the edit/link option to update my master spreadsheet to look at a
new spreadsheet, which is fine, but I want to change the range as well.

Thanks in advance


"Barb Reinhardt" wrote:

Try this

=countif(Sheet2!A:A, Sheet1!A2)

Sheet2!A:A contains the source data
Sheet1!A2 contains the country you want to count.
--
HTH,
Barb Reinhardt



"Molly66" wrote:

Hello

I have a spreadsheet (master spreadsheet) which counts the number of times
individual countries appear in one column on a linked spreadsheet. The
linked spreadsheet and range of cells always changes. How can I update my
master spreadsheet to count the number of times a country appears in the new
range of cells in the new linked spreadsheet? I figured out how to update
the link to a new spreadsheet but not how to change the range of cells.
--
Thanks in advance

  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 9
Default Changing linked worksheet and range of cells

Hi

Yes the countif function is on the master sheet. I do mailouts where I
receive a mailing list of multiple addresses to many different countries. I
use my master sheet to calculate mailing costs per country by linking it to
this. My master sheet has a country list showing for example
Column A Column B
Austria 25
Belgium 12
Denmark 10
Finland 4
France 53

and so on. The figures in column B are calculated by inserting the Countif
function under column B to count the number of times Austria etc appears on
my mailing list spreadsheet (this is what I call my linked spreadsheet).
My mailing lists shows for example:
ColumnA Column B
Mr B Smith France
Mrs J Adams Finland
Mr L Marshall Austria


The problem I have is that I receive different mailing lists and I would
like to be able to change the master sheet to show the new count of countries
as per the new mailing list, still using the countif function but calculating
it from the new mailing list and the new range of cells. Does that make
sense?

I don't know anything about hyperlinks. As you can probably guess I'm used
to using exel in a basic form but I'm almost there with this, I just need the
last step so that I can link my master sheet with a new range in a new
mailing list.
--
Thanks in advance


"Barb Reinhardt" wrote:

I'm not following the specifics of your request? Do you have the countif
function on the master page? What do you mean by "update links". What
links do you want to update? What specifically is in them? Could you
replace those links with the "hyperlink" function somehow?
--
HTH,
Barb Reinhardt



"Molly66" wrote:

Hi Barb

Thanks for your quick response. Sorry, I've probably not been clear. My
function to count the countries is fine, it's just when I try to update my
links to a new spreadsheet and new range that I don't know what to do. I
have used the edit/link option to update my master spreadsheet to look at a
new spreadsheet, which is fine, but I want to change the range as well.

Thanks in advance


"Barb Reinhardt" wrote:

Try this

=countif(Sheet2!A:A, Sheet1!A2)

Sheet2!A:A contains the source data
Sheet1!A2 contains the country you want to count.
--
HTH,
Barb Reinhardt



"Molly66" wrote:

Hello

I have a spreadsheet (master spreadsheet) which counts the number of times
individual countries appear in one column on a linked spreadsheet. The
linked spreadsheet and range of cells always changes. How can I update my
master spreadsheet to count the number of times a country appears in the new
range of cells in the new linked spreadsheet? I figured out how to update
the link to a new spreadsheet but not how to change the range of cells.
--
Thanks in advance



  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,355
Default Changing linked worksheet and range of cells

Can I assume that the new mailing list is a worksheet that you've added to
your workbook, or separate workbook?

Barb Reinhardt



"Molly66" wrote:

Hi

Yes the countif function is on the master sheet. I do mailouts where I
receive a mailing list of multiple addresses to many different countries. I
use my master sheet to calculate mailing costs per country by linking it to
this. My master sheet has a country list showing for example
Column A Column B
Austria 25
Belgium 12
Denmark 10
Finland 4
France 53

and so on. The figures in column B are calculated by inserting the Countif
function under column B to count the number of times Austria etc appears on
my mailing list spreadsheet (this is what I call my linked spreadsheet).
My mailing lists shows for example:
ColumnA Column B
Mr B Smith France
Mrs J Adams Finland
Mr L Marshall Austria


The problem I have is that I receive different mailing lists and I would
like to be able to change the master sheet to show the new count of countries
as per the new mailing list, still using the countif function but calculating
it from the new mailing list and the new range of cells. Does that make
sense?

I don't know anything about hyperlinks. As you can probably guess I'm used
to using exel in a basic form but I'm almost there with this, I just need the
last step so that I can link my master sheet with a new range in a new
mailing list.
--
Thanks in advance


"Barb Reinhardt" wrote:

I'm not following the specifics of your request? Do you have the countif
function on the master page? What do you mean by "update links". What
links do you want to update? What specifically is in them? Could you
replace those links with the "hyperlink" function somehow?
--
HTH,
Barb Reinhardt



"Molly66" wrote:

Hi Barb

Thanks for your quick response. Sorry, I've probably not been clear. My
function to count the countries is fine, it's just when I try to update my
links to a new spreadsheet and new range that I don't know what to do. I
have used the edit/link option to update my master spreadsheet to look at a
new spreadsheet, which is fine, but I want to change the range as well.

Thanks in advance


"Barb Reinhardt" wrote:

Try this

=countif(Sheet2!A:A, Sheet1!A2)

Sheet2!A:A contains the source data
Sheet1!A2 contains the country you want to count.
--
HTH,
Barb Reinhardt



"Molly66" wrote:

Hello

I have a spreadsheet (master spreadsheet) which counts the number of times
individual countries appear in one column on a linked spreadsheet. The
linked spreadsheet and range of cells always changes. How can I update my
master spreadsheet to count the number of times a country appears in the new
range of cells in the new linked spreadsheet? I figured out how to update
the link to a new spreadsheet but not how to change the range of cells.
--
Thanks in advance

  #7   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 9
Default Changing linked worksheet and range of cells

It's a separate workbook.

Thanks very much for taking the time to help, I appreciate it.

Regards--
Molly


"Barb Reinhardt" wrote:

Can I assume that the new mailing list is a worksheet that you've added to
your workbook, or separate workbook?

Barb Reinhardt



"Molly66" wrote:

Hi

Yes the countif function is on the master sheet. I do mailouts where I
receive a mailing list of multiple addresses to many different countries. I
use my master sheet to calculate mailing costs per country by linking it to
this. My master sheet has a country list showing for example
Column A Column B
Austria 25
Belgium 12
Denmark 10
Finland 4
France 53

and so on. The figures in column B are calculated by inserting the Countif
function under column B to count the number of times Austria etc appears on
my mailing list spreadsheet (this is what I call my linked spreadsheet).
My mailing lists shows for example:
ColumnA Column B
Mr B Smith France
Mrs J Adams Finland
Mr L Marshall Austria


The problem I have is that I receive different mailing lists and I would
like to be able to change the master sheet to show the new count of countries
as per the new mailing list, still using the countif function but calculating
it from the new mailing list and the new range of cells. Does that make
sense?

I don't know anything about hyperlinks. As you can probably guess I'm used
to using exel in a basic form but I'm almost there with this, I just need the
last step so that I can link my master sheet with a new range in a new
mailing list.
--
Thanks in advance


"Barb Reinhardt" wrote:

I'm not following the specifics of your request? Do you have the countif
function on the master page? What do you mean by "update links". What
links do you want to update? What specifically is in them? Could you
replace those links with the "hyperlink" function somehow?
--
HTH,
Barb Reinhardt



"Molly66" wrote:

Hi Barb

Thanks for your quick response. Sorry, I've probably not been clear. My
function to count the countries is fine, it's just when I try to update my
links to a new spreadsheet and new range that I don't know what to do. I
have used the edit/link option to update my master spreadsheet to look at a
new spreadsheet, which is fine, but I want to change the range as well.

Thanks in advance


"Barb Reinhardt" wrote:

Try this

=countif(Sheet2!A:A, Sheet1!A2)

Sheet2!A:A contains the source data
Sheet1!A2 contains the country you want to count.
--
HTH,
Barb Reinhardt



"Molly66" wrote:

Hello

I have a spreadsheet (master spreadsheet) which counts the number of times
individual countries appear in one column on a linked spreadsheet. The
linked spreadsheet and range of cells always changes. How can I update my
master spreadsheet to count the number of times a country appears in the new
range of cells in the new linked spreadsheet? I figured out how to update
the link to a new spreadsheet but not how to change the range of cells.
--
Thanks in advance

  #8   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default Changing linked worksheet and range of cells

First, I don't understand what you're doing, but there are some functions that
will only work if the sending workbook is open.

=countif(), =sumif(), =indirect()

are a few.

But there can be replacement formulas that may work for you:
=sumproduct() or =index()

If you can get your formula to work when the sending workbook is open, post that
working formula and maybe someone can give you an alternative.

Molly66 wrote:

It's a separate workbook.

Thanks very much for taking the time to help, I appreciate it.

Regards--
Molly

"Barb Reinhardt" wrote:

Can I assume that the new mailing list is a worksheet that you've added to
your workbook, or separate workbook?

Barb Reinhardt



"Molly66" wrote:

Hi

Yes the countif function is on the master sheet. I do mailouts where I
receive a mailing list of multiple addresses to many different countries. I
use my master sheet to calculate mailing costs per country by linking it to
this. My master sheet has a country list showing for example
Column A Column B
Austria 25
Belgium 12
Denmark 10
Finland 4
France 53

and so on. The figures in column B are calculated by inserting the Countif
function under column B to count the number of times Austria etc appears on
my mailing list spreadsheet (this is what I call my linked spreadsheet).
My mailing lists shows for example:
ColumnA Column B
Mr B Smith France
Mrs J Adams Finland
Mr L Marshall Austria


The problem I have is that I receive different mailing lists and I would
like to be able to change the master sheet to show the new count of countries
as per the new mailing list, still using the countif function but calculating
it from the new mailing list and the new range of cells. Does that make
sense?

I don't know anything about hyperlinks. As you can probably guess I'm used
to using exel in a basic form but I'm almost there with this, I just need the
last step so that I can link my master sheet with a new range in a new
mailing list.
--
Thanks in advance


"Barb Reinhardt" wrote:

I'm not following the specifics of your request? Do you have the countif
function on the master page? What do you mean by "update links". What
links do you want to update? What specifically is in them? Could you
replace those links with the "hyperlink" function somehow?
--
HTH,
Barb Reinhardt



"Molly66" wrote:

Hi Barb

Thanks for your quick response. Sorry, I've probably not been clear. My
function to count the countries is fine, it's just when I try to update my
links to a new spreadsheet and new range that I don't know what to do. I
have used the edit/link option to update my master spreadsheet to look at a
new spreadsheet, which is fine, but I want to change the range as well.

Thanks in advance


"Barb Reinhardt" wrote:

Try this

=countif(Sheet2!A:A, Sheet1!A2)

Sheet2!A:A contains the source data
Sheet1!A2 contains the country you want to count.
--
HTH,
Barb Reinhardt



"Molly66" wrote:

Hello

I have a spreadsheet (master spreadsheet) which counts the number of times
individual countries appear in one column on a linked spreadsheet. The
linked spreadsheet and range of cells always changes. How can I update my
master spreadsheet to count the number of times a country appears in the new
range of cells in the new linked spreadsheet? I figured out how to update
the link to a new spreadsheet but not how to change the range of cells.
--
Thanks in advance


--

Dave Peterson
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
Problem with changing formula linked to another worksheet Meenie Excel Worksheet Functions 10 February 29th 08 05:21 PM
I want in one worksheet to relatively link to/reference cells in another without changing the format of the current worksheet. [email protected] Excel Discussion (Misc queries) 0 September 22nd 05 04:39 PM
monitoring a changing range of cells kevin Excel Discussion (Misc queries) 1 June 3rd 05 05:39 PM
monitoring a changing range of cells Kevin Excel Worksheet Functions 1 June 3rd 05 04:54 PM
GoTo the cells in another worksheet that are linked ramudo Excel Worksheet Functions 1 November 24th 04 11:46 PM


All times are GMT +1. The time now is 04:33 AM.

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"