Hi :
I have 3 numbers in 3 column
Column D : 2
Column K : 1
Column L : 2012
I need 2/1/2012 in Column P...how would i do this..
Thanks
RM
Hi :
I have 3 numbers in 3 column
Column D : 2
Column K : 1
Column L : 2012
I need 2/1/2012 in Column P...how would i do this..
Thanks
RM
Hello Riz,
Place this formula where you need it. Change the cell references to what you will be using. Format the cell with formula to display the date in m/dd/yyyy format.=DATEVALUE(D1&"/"&K1&"/"&L1)
Sincerely,
Leith Ross
Remember To Do the Following....
1. Use code tags. Place [CODE] before the first line of code and [/CODE] after the last line of code.2. Thank those who have helped you by clicking the Starbelow the post.
3. Please mark your post [SOLVED] if it has been answered satisfactorily.
Old Scottish Proverb...
Luathaid gu deanamh maille! (Rushing causes delays!)
Hi Leith:
Thank you ...this will work.
My purpose is to get a date range for semi-monthly pay period.
Can you have a look at attached Excel file "sheet3" to help me create date range as shown
Thanks a lot
Riz
Hello Riz,
These formulas will calculate the beginning and ending dates from the table. The Year is taken from cell "$L$3". The day is from cells "D:J" and the month from "B".(Column P) =DATEVALUE(B3&"/"&MIN(D3:J3)&"/"&$L$3)
(Column Q) =DATEVALUE(B3&"/"&MAX(D3:J3)&"/"&$L$3)
in P3
=DATEVALUE("2012"&"-"&B3&"-"&MIN(D3:J3))
in Q3
=DATEVALUE("2012"&"-"&B3&"-"&MAX(D3:J3))
and copy down the columns
Regards
Special-K
Ensure you describe your problem clearly, I have little time available to solve these problems and do not appreciate numerous changes to them.
Hi Leith:
Thanks a lot ..this is great.
Hey Leith i wanted to create a Calender like what you see in the sheet.
I have created manually.
This is mainly to calculate overtime hours for Semi-monthly Payroll ( twice a month Pay, Paycheck 1-15 and 16 thru end of month).
Please help if u can..
RM
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks