Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,814
Default General numbers lookup from FY-PP-WK-D resulting in MM-DD-YY

I have 8 numbers in general format in the J column of the main! sheet:
20100416
20100527
20100427
20100513
20100414

These numbers represent dates as follows:
YYYY ( Fiscal year)-Pay Period ( 01 thru 26)-(week of pay period, either 1
or 2), and day of week; 1=sat, 2=sun,3=Mon,4=Tue,5=Wed,6=Thu & 7 = Fri.
The first number 2010 04 1 6 would indicate Fiscal year 2010, PP 04, week 1,
day 6.

I also have another sheet (table!) with first 7 of the 8 numbers that
indicates the first day of the week based on the 042, 051, 052, etc, such as
below with the 042 representing the beginning of the week, Feb 6. ( 051 would
represent Feb 13 , 052 would represent Feb 20, etc.)

2010042 6-Feb
The above Feb 6 result is in table!F29

I would like some sort of lookup that would produce the actal dates as shown
below MM-DD-YY, and would like the result in the V column of main!
J V
20100416 1/4/10
20100527 2/26/10
20100427 2/12/10
20100513 2/15/10
20100414 2/1/10

I hope I explained this correctly.

Much thanks,

Steve

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 193
Default General numbers lookup from FY-PP-WK-D resulting in MM-DD-YY

Hi Steve,

If I understand you correctly, you need something like this in column V:

=VLOOKUP(VALUE(LEFT($J1,7)),table!$E$1:$F$50,2,0)+ RIGHT($J1,1)-1

However, the first and last dates given in your example results table do not
correspond...



"Steve" wrote in message
...
I have 8 numbers in general format in the J column of the main! sheet:
20100416
20100527
20100427
20100513
20100414

These numbers represent dates as follows:
YYYY ( Fiscal year)-Pay Period ( 01 thru 26)-(week of pay period, either 1
or 2), and day of week; 1=sat, 2=sun,3=Mon,4=Tue,5=Wed,6=Thu & 7 = Fri.
The first number 2010 04 1 6 would indicate Fiscal year 2010, PP 04, week
1,
day 6.

I also have another sheet (table!) with first 7 of the 8 numbers that
indicates the first day of the week based on the 042, 051, 052, etc, such
as
below with the 042 representing the beginning of the week, Feb 6. ( 051
would
represent Feb 13 , 052 would represent Feb 20, etc.)

2010042 6-Feb
The above Feb 6 result is in table!F29

I would like some sort of lookup that would produce the actal dates as
shown
below MM-DD-YY, and would like the result in the V column of main!
J V
20100416 1/4/10
20100527 2/26/10
20100427 2/12/10
20100513 2/15/10
20100414 2/1/10

I hope I explained this correctly.

Much thanks,

Steve


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,814
Default General numbers lookup from FY-PP-WK-D resulting in MM-DD-YY

Perfect...and you're right about those 2 dates. I did have them wrong.

Thank you very much.

Steve

"Steve Dunn" wrote:

Hi Steve,

If I understand you correctly, you need something like this in column V:

=VLOOKUP(VALUE(LEFT($J1,7)),table!$E$1:$F$50,2,0)+ RIGHT($J1,1)-1

However, the first and last dates given in your example results table do not
correspond...



"Steve" wrote in message
...
I have 8 numbers in general format in the J column of the main! sheet:
20100416
20100527
20100427
20100513
20100414

These numbers represent dates as follows:
YYYY ( Fiscal year)-Pay Period ( 01 thru 26)-(week of pay period, either 1
or 2), and day of week; 1=sat, 2=sun,3=Mon,4=Tue,5=Wed,6=Thu & 7 = Fri.
The first number 2010 04 1 6 would indicate Fiscal year 2010, PP 04, week
1,
day 6.

I also have another sheet (table!) with first 7 of the 8 numbers that
indicates the first day of the week based on the 042, 051, 052, etc, such
as
below with the 042 representing the beginning of the week, Feb 6. ( 051
would
represent Feb 13 , 052 would represent Feb 20, etc.)

2010042 6-Feb
The above Feb 6 result is in table!F29

I would like some sort of lookup that would produce the actal dates as
shown
below MM-DD-YY, and would like the result in the V column of main!
J V
20100416 1/4/10
20100527 2/26/10
20100427 2/12/10
20100513 2/15/10
20100414 2/1/10

I hope I explained this correctly.

Much thanks,

Steve


  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 193
Default General numbers lookup from FY-PP-WK-D resulting in MM-DD-YY

You're welcome, glad to help.
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
General lookup and cut and paste between 2 spreadsheets ewt Excel Discussion (Misc queries) 1 September 24th 09 06:55 PM
Date calculations resulting in negative numbers and averages Radrays Excel Worksheet Functions 4 April 9th 09 04:14 PM
Source for General V LookUp Tutorial?? ConfusedNHouston Excel Worksheet Functions 3 June 6th 08 12:50 AM
Negative numbers in resulting formula Molly Excel Worksheet Functions 2 April 3rd 08 06:47 AM
Formula for comparing 3 numbers and resulting in the lowest of the tbible Excel Worksheet Functions 2 November 18th 04 07:08 PM


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

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"