Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default calling cells from other sheets and listing

Im trying to do two things and i uploaded the sheets so you guys can ge
a feel for what i am trying to do.

I want to know how do i call for the value of cells from differen
sheets from within the project.

also if you see the attachment, I want to be able to list all names o
people that have a value for a date and list them on a differen
sheet.

Thanks for all the help!

Loui

Attachment filename: schedule.xls
Download attachment: http://www.excelforum.com/attachment.php?postid=51639
--
Message posted from http://www.ExcelForum.com

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 391
Default calling cells from other sheets and listing

Please do not attach workbooks - they should not be
opened as we don't know what viruses may be inside. Also,
it cost money even to see the email let alone open it.
Explain your problem with as much detail as
possible...code examples and error messages are useful.

Your question seems too simplistic , so maybe I don't
understand it.

DIM MyValue as String
MyValue = Workbooks(x).Worksheets(y).Range(z)

where x,y and z could be explicit values or variables.

Your second question - have you tried using a data
filter?

Patrick Molloy
Microsoft Excel MVP

-----Original Message-----
Im trying to do two things and i uploaded the sheets so

you guys can get
a feel for what i am trying to do.

I want to know how do i call for the value of cells from

different
sheets from within the project.

also if you see the attachment, I want to be able to

list all names of
people that have a value for a date and list them on a

different
sheet.

Thanks for all the help!

Louis

Attachment filename:

schedule.xls
Download attachment:

http://www.excelforum.com/attachment.php?postid=516393
---
Message posted from http://www.ExcelForum.com/

.

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,272
Default calling cells from other sheets and listing

He didn't Patrick, he gave a link to a workbook on ExcelForum (not that I am
going to open that either).

--

HTH

Bob Phillips
... looking out across Poole Harbour to the Purbecks
(remove nothere from the email address if mailing direct)

"Patrick Molloy" wrote in message
...
Please do not attach workbooks - they should not be
opened as we don't know what viruses may be inside. Also,
it cost money even to see the email let alone open it.
Explain your problem with as much detail as
possible...code examples and error messages are useful.

Your question seems too simplistic , so maybe I don't
understand it.

DIM MyValue as String
MyValue = Workbooks(x).Worksheets(y).Range(z)

where x,y and z could be explicit values or variables.

Your second question - have you tried using a data
filter?

Patrick Molloy
Microsoft Excel MVP

-----Original Message-----
Im trying to do two things and i uploaded the sheets so

you guys can get
a feel for what i am trying to do.

I want to know how do i call for the value of cells from

different
sheets from within the project.

also if you see the attachment, I want to be able to

list all names of
people that have a value for a date and list them on a

different
sheet.

Thanks for all the help!

Louis

Attachment filename:

schedule.xls
Download attachment:

http://www.excelforum.com/attachment.php?postid=516393
---
Message posted from http://www.ExcelForum.com/

.



  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default calling cells from other sheets and listing

Ok, thanks for letting me know.

What the first thing im trying to tackle is when a value is entere
into my sheet
"Schedule" I want to carry that value over to other sheets.

For example.

C7 of sheet Schedule is value 4/20/2004

how can i carry that over to B8 of sheet "Monday"

The second problem is quite more a difficult problem. I want excel t
look through a range of numbers such as

=COUNTA(C$8:OFFSET(C20,-1,0))

and then where there are value take the names of the values which ar
in columm B and list them in a different sheet.

For example

On sheet Schedule. B7 value is Louis C8 is 1130.

when i do a range C8-C20 it finds that there is a value 1130, I want i
to pull the name B7 to another sheet.

If this is confusing I am sorry, I am basically trying to create
simple custom excel worksheet.

Thanks for all your help!



Loui

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

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
Calling cell values from random sheets from a base sheet [email protected] Excel Worksheet Functions 2 January 19th 07 08:21 PM
listing linked cells tyetman Excel Worksheet Functions 1 November 2nd 04 12:57 PM
Help! Calling hidden sheets? Arvi Laanemets Excel Programming 0 February 5th 04 07:16 PM
Help! Calling hidden sheets? A.W.J. Ales Excel Programming 0 February 5th 04 07:09 PM
Help! Calling hidden sheets? Ron de Bruin Excel Programming 0 February 5th 04 07:02 PM


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

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

About Us

"It's about Microsoft Excel"