Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Excel / New Users / August 2007

Tip: Looking for answers? Try searching our database.

Cells

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Ali.Abughrabieh - 15 Aug 2007 08:58 GMT
How I can make a cell contact with another cell on another sheet and it will
changes when day changes.

example I have cell A1 sheet1 contact with cell A2 sheet 2 and cell A1 sheet
2 is the date when the date change A1 sheet 1 will auto change to B2 sheet 2
and the date = B2
squenson - 15 Aug 2007 19:26 GMT
Ali,

You could use the CHOOSE function which returns the nth value. For example,
=CHOOSE(3, A2, B3, C4, D5, E6) will return A4, the third value in the array
{A2, B3, C4, D5, E6}. This works well if the cells are not contiguous, but
you are limited to 30 values if I remember well.

If your values are in contiguous cells (same column for example), you can use
the INDEX function, something like =INDEX(B1:B50, 3) which will retrieve the
third cell in the range, i.e. the content of B3.

Replace 3 in the formula above with INT(NOW()-DATE(2007, 08,14)) and this way,
each day your cell content will display a different value.

Stephane.
squenson - 15 Aug 2007 19:28 GMT
You should read
=CHOOSE(3, A2, B3, C4, D5, E6) will return C4 <-- and not A4 !!!

Corrected post below:

Ali,

You could use the CHOOSE function which returns the nth value. For example,
=CHOOSE(3, A2, B3, C4, D5, E6) will return C4, the third value in the array
{A2, B3, C4, D5, E6}. This works well if the cells are not contiguous, but
you are limited to 30 values if I remember well.

If your values are in contiguous cells (same column for example), you can use
the INDEX function, something like =INDEX(B1:B50, 3) which will retrieve the
third cell in the range, i.e. the content of B3.

Replace 3 in the formula above with INT(NOW()-DATE(2007, 08,14)) and this way,

each day your cell content will display a different value.

Stephane.

Rate this thread:






 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.