I did this (custom formatting) in my computer but not working, actually I
got this file from a system where the date format of the system was
mm/dd/
--
Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s
=TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum
Just change custom formatting --
Select data range
right click
go to format cell
go to customer in number tab
paste this - dd/mm/
[image: Inline image 1]
On Mon, Jul 11, 2016 at 10:54 AM, Izhar wrote:
> Please open the file, I've given everything in the attach file
>
> --
> Are you =EXP(E:
Please open the file, I've given everything in the attach file
--
Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s
=TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum @
https://www.facebook.com/discussexcel
FORUM RULES
1) Use concise, accurate thread title
Thanks Ross
Sent from my BlackBerry® smartphone from Airtel Ghana
-Original Message-
From: "Asa Rossoff"
Sender: excel-macros@googlegroups.com
Date: Tue, 8 May 2012 16:33:57
To:
Reply-To: excel-macros@googlegroups.com
Subject: RE: $$Excel-Macros$$ Date Problem
hilary,
Inste
SARI
> *Sender: * excel-macros@googlegroups.com
> *Date: *Tue, 8 May 2012 23:58:01 +0530
> *To: *
> *ReplyTo: * excel-macros@googlegroups.com
> *Subject: *Re: $$Excel-Macros$$ Date Problem
>
> Another approach..
>
> *
> =CHOOSE(MONTH(TODAY()),"Jan","Feb"
From: excel-macros@googlegroups.com [mailto:excel-macros@googlegroups.com] On
Behalf Of Sam Mathai Chacko
Sent: Tuesday, May 08, 2012 1:00 PM
To: excel-macros@googlegroups.com
Subject: Re: $$Excel-Macros$$ Date Problem
Because today is the 5th month. And the value of 5 is actually equivalent to 5
da
SARI
> *Sender: * excel-macros@googlegroups.com
> *Date: *Tue, 8 May 2012 23:58:01 +0530
> *To: *
> *ReplyTo: * excel-macros@googlegroups.com
> *Subject: *Re: $$Excel-Macros$$ Date Problem
>
> Another approach..
>
> *
> =CHOOSE(MONTH(TODAY()),"Jan","Feb","Mar
, 8 May 2012 23:58:01
To:
Reply-To: excel-macros@googlegroups.com
Subject: Re: $$Excel-Macros$$ Date Problem
Another approach..
*
=CHOOSE(MONTH(TODAY()),"Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","
Another approach..
*
=CHOOSE(MONTH(TODAY()),"Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec")
*
--
Thanks & regards,
Noorain Ansari
www.noorainansari.com
www.excelmacroworld.blogspot.com
On Tue, May 8, 2012 at 11:32 PM, hilary lomotey wrote:
> Hello
>
> Pls i want to ge
Thanks Sam for the quick response.
Sent from my BlackBerry® smartphone from Airtel Ghana
-Original Message-
From: Sam Mathai Chacko
Sender: excel-macros@googlegroups.com
Date: Tue, 8 May 2012 11:20:37
To:
Reply-To: excel-macros@googlegroups.com
Subject: Re: $$Excel-Macros$$ Date
Just Use =TEXT(TODAY(),"mmm")
Regards,
Sam Mathai Chacko
On Tue, May 8, 2012 at 11:02 AM, hilary lomotey wrote:
> Hello
>
> Pls i want to get the month of today such as May but if i use this
> formula TEXT(MONTH(TODAY()),"mmm") its evaluates to Jan, however if i
> evaluate only MONTH(TODAY())
Hello
Pls i want to get the month of today such as May but if i use this
formula TEXT(MONTH(TODAY()),"mmm") its evaluates to Jan, however if i
evaluate only MONTH(TODAY()) is gets the correct month which is 5, so why
am i getting Jan, when i add the text fucntion.
i need it to be dynamic, thats
Hi,
Try this code,
Sub datecorrection()
On Error Resume Next
Dim MyCell As Range
For Each MyCell In Selection.Cells
If IsDate(MyCell) Then
Selection.NumberFormat = "m/d/"
Else
MyCell.Value = DateValue(Mid(MyCell, 5, 2) & "/"
HI,
ATTACHED IS A SOLN. TO YOUR PROBLEM.
JUST COPY THE FORMULA IN COLUMN 'A' TILL THE END OF YOUR DATA AND THEN REFRESH
THE PIVOT TABLE
HOPE IT SERVES YOUR PURPOSE
REGARDS
TEJAS S GANDHI
On Thu, 29 Jan 2009 Chaudhry Zahid Ali wrote :
>Hi,
>
>I have got a little problem that I need to solve
Hi,
I have got a little problem that I need to solve I have a sheet with
multiple transactions. The columns include Date and amounts. There are
multiple amounts against a single date I need to extract the amounts
which are appearing against every date, but the last amount in every
date...
15 matches
Mail list logo