Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi all,
I have a cell,let's say F1,where users can input the date formatted mm/dd/yyyy,i need that G1 automatically views the part mm/yyyy extracted from F1. Can anybody help ?! |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=F1 and format as mm/yyyy ?
Or, of course, you can format F1 as mm/yyyy, input the data as mm/dd/yyyy, and then you wouldn't need G1. -- David Biddulph "Pietro" wrote in message ... Hi all, I have a cell,let's say F1,where users can input the date formatted mm/dd/yyyy,i need that G1 automatically views the part mm/yyyy extracted from F1. Can anybody help ?! |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Try =TEXT(F1,"mm/yyyy")
Sandy "Pietro" wrote in message ... Hi all, I have a cell,let's say F1,where users can input the date formatted mm/dd/yyyy,i need that G1 automatically views the part mm/yyyy extracted from F1. Can anybody help ?! |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
extracting earliest date (age) from list | Excel Discussion (Misc queries) | |||
extracting year from a date | Excel Discussion (Misc queries) | |||
Extracting month from a date field | Excel Discussion (Misc queries) | |||
Extracting Part of a Date | Excel Discussion (Misc queries) | |||
Extracting data from the current date | Excel Worksheet Functions |