Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Tom Tom is offline
external usenet poster
 
Posts: 1
Default Formula for returning date entered by date on another worksheet

I am obviously fairly new to this, but here is my question:

I have created a simple table on one worksheet where I enter monthly
results, and would like those numbers to display on other worksheets in the
same workbook when I enter the correspnding date in another table.
For example, if the value for May 2008 is 87.5% on the table in worksheet 1,
when I enter the May 2008 in a table on worksheet 2 ,I would like the 87.5%
to return there as well.
I am probably making this sound more complicated than it really is, but any
help would be greatly appreciated.

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 19
Default Formula for returning date entered by date on another worksheet

On Jan 28, 9:41*pm, Tom wrote:
I am *obviously fairly new to this, but here is my question:

I have created a simple table on one worksheet where I enter monthly
results, and would like those numbers to display on other worksheets in the
same workbook when I enter the correspnding date in another table.
For example, if the value for May 2008 is 87.5% on the table in worksheet 1,
when I enter the May 2008 in a table on worksheet 2 ,I would like the 87.5%
to return there as well.
I am probably making this sound more *complicated than it really is, but any
help would be greatly appreciated.


Will be a lookup funstion

=VLOOKUP(A1,Sheet1!A:B,2,FALSE)

A1 = A1 Sheet2
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Max Max is offline
external usenet poster
 
Posts: 9,221
Default Formula for returning date entered by date on another worksheet

Just some thoughts. "Date/s" require extra care in matching as any formatting
applied may disguise the underlying value. For example: "May 2008" which
shows in a cell may actually house the date: 1-May-2008 with the cell
formatted to display as: mmm yyyy. Or it may actually house the text: May
2008 (entered with a preceding apostrophe). Both data won't match with each
other.

if the value for May 2008 is 87.5% on the table in worksheet 1,

Assume the "May 2008" above is in A2, in Sheet1

when I enter the May 2008 in a table on worksheet 2

Assume the "May 2008" above is in C2, in Sheet2

Do this test in any empty cell in Sheet2: =C2=Sheet1!A2
What do you get? If both match, it should read TRUE

Assuming the lookup col contains text labels: May 2008
while the lookup values are actually real dates (formatted),
you can make the lookup values consistent for matching with the text labels
via using TEXT, something like this:
=VLOOKUP(TEXT(A1,"mmm yyyy"),Sheet1!A:B,2,0)
--
Max
Singapore
http://savefile.com/projects/236895
Downloads:22,500 Files:370 Subscribers:66
xdemechanik
---
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
formula to add 6 months to a date entered on one worksheet, in ano Ron Excel Worksheet Functions 2 December 3rd 08 03:33 AM
Date stamp when a value is entered in a cell on another worksheet bbrant2 Excel Worksheet Functions 1 January 21st 08 05:27 PM
Dates - Need to display date one month prior to user-entered date brettopp Excel Worksheet Functions 13 December 3rd 07 05:58 PM
create a new worksheet when a cell has a date entered Zane New Users to Excel 2 October 12th 06 06:01 AM
Date changes to formula when entered in a cell PCLIVE Excel Worksheet Functions 4 September 3rd 06 11:13 PM


All times are GMT +1. The time now is 02:18 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"