Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hello,
I'm currently using this formula to pull out the month, day and year from a date. The formula is pulling out the day of the week, but I also would like the actual day (like today is hte 19th), I would like 19. Can someone offer some help. Thanks |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Jim,
I'm not quite sure what you want, is it this =IF(A2="","",TEXT(A2,"dd dddd")) or this =IF(A2="","",TEXT(A2,"dd")) -- Mike When competing hypotheses are otherwise equal, adopt the hypothesis that introduces the fewest assumptions while still sufficiently answering the question. "Jim" wrote: Hello, I'm currently using this formula to pull out the month, day and year from a date. The formula is pulling out the day of the week, but I also would like the actual day (like today is hte 19th), I would like 19. Can someone offer some help. Thanks |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=IF(A2="","",TEXT(A2,"dddd d")) will give Tuesday 19
-- David Biddulph "Jim" wrote in message ... Hello, I'm currently using this formula to pull out the month, day and year from a date. The formula is pulling out the day of the week, but I also would like the actual day (like today is hte 19th), I would like 19. Can someone offer some help. Thanks |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
This will get the Date based on the A2 cell value
This will return text number =VALUE(TEXT(A2,"DD")) This will return the date as a number =TEXT(A2,"DD") This will get the today's Actual Date. But the date will keep on changing according to the current system date. This will return text number =VALUE(TEXT(TODAY(),"DD")) This will return the date as a number =TEXT(TODAY(),"DD") Remember to Click Yes, if this post helps! -------------------- (Ms-Exl-Learner) -------------------- "Jim" wrote: Hello, I'm currently using this formula to pull out the month, day and year from a date. The formula is pulling out the day of the week, but I also would like the actual day (like today is hte 19th), I would like 19. Can someone offer some help. Thanks |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel - Golf - how to display "-2" as "2 Under" or "4"as "+4" or "4 Over" in a calculation cell | Excel Discussion (Misc queries) | |||
change "true" and "false" to "availble" and "out of stock" | Excel Worksheet Functions | |||
HELP on "left","right","find","len","substitute" functions | Excel Discussion (Misc queries) | |||
Count occurences of "1"/"0" (or"TRUE"/"FALSE") in a row w. conditions in the next | New Users to Excel | |||
Insert "-" in text "1234567890" to have a output like this"123-456-7890" | Excel Discussion (Misc queries) |