Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello (again),
I am trying to define a cell value as a fabricated number derived fro today's date. For example: I'd like to set a cell's contents equal to "20040504.01", derived fro todays date (2004/05/04) and a running number 01. I'd like to start with the TODAY() function and somehow maniuplate th characters into a number and tack on a two digit number to the end as decimal. Hmmm. Thanks so much... You guys rock -- Message posted from http://www.ExcelForum.com |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi William,
Try: aStr = Format(Now, "yyyymmdd") & ".01" --- Norman "William DeLeo " wrote in message ... Hello (again), I am trying to define a cell value as a fabricated number derived from today's date. For example: I'd like to set a cell's contents equal to "20040504.01", derived from todays date (2004/05/04) and a running number 01. I'd like to start with the TODAY() function and somehow maniuplate the characters into a number and tack on a two digit number to the end as a decimal. Hmmm. Thanks so much... You guys rock! --- Message posted from http://www.ExcelForum.com/ |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Combine strings and numbers | Excel Discussion (Misc queries) | |||
CONCATENATE I have two text strings in cells but it wont work | Excel Discussion (Misc queries) | |||
converting text strings into dates | Excel Worksheet Functions | |||
Strings and numbers in cells | Excel Discussion (Misc queries) | |||
Extract numbers from strings | Excel Worksheet Functions |