Re: $$Excel-Macros$$ Date formula complicated Challengeing Required

2018-05-04 Thread amar takale
Any Solution? On Mon, Apr 30, 2018 at 7:29 PM, amar takale wrote: > > -- > 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, acc

Re: $$Excel-Macros$$ Date Generation !!!

2017-10-10 Thread Paul Schreiner
Is there a reason you need a "code with loop"?I take it you want it in VBA?It's really the same process as the formula I gave you. The loop is:Dim nRow as integerFor nRow = 2 to 57...Next nRow In the loop, you test to see if the value in column A of the current row is not blank.Instead of:IF(A2<

Re: $$Excel-Macros$$ Date Generation !!!

2017-10-10 Thread rathi rupenzala
How do I draft it in code with loop ... please help !!! On Tue, Oct 10, 2017 at 6:45 PM, Paul Schreiner wrote: > You could use a simple formula in column B, starting in B2 with: > =IF(A2<>"",A2,B1+1) > > and copied down. > > Excel automatically calculates the next date and considers leap years w

Re: $$Excel-Macros$$ Date Generation !!!

2017-10-10 Thread Paul Schreiner
You could use a simple formula in column B, starting in B2 with:=IF(A2<>"",A2,B1+1) and copied down. Excel automatically calculates the next date and considers leap years when doing so. Paul- “Do all the good you can, By all the means you can, In all the wa

$$Excel-Macros$$ Date Generation !!!

2017-10-10 Thread rathi rupenzala
Hi Team, I have enclosed the excel file - Sheet1 for your reference. 1. I need the day , month and year to be generated continuously until the next cell which has the date in it and so on and so forth 2.The leap year has to be checked prior to the increment. -- With Regards, Rathi Alageshu. -

Re: $$Excel-Macros$$ Date & Time picker in Excel 2010 - 32 & 64 Bit system

2017-01-16 Thread chandrashekarb.xls
Hi, Anyone can you help me on this? Regards, Chandru Sent from my Samsung Galaxy smartphone. Original message From: Chandra Shekar Date: 15/01/2017 5:53 p.m. (GMT+05:30) To: excel-macros@googlegroups.com Subject: $$Excel-Macros$$ Date & Time picker in Excel 2010 - 32

$$Excel-Macros$$ Date & Time picker in Excel 2010 - 32 & 64 Bit system

2017-01-15 Thread Chandra Shekar
Hello Team, Is there anyway to add Date & Time picker in Excel 2010 in both 32 & 64 bit system. I tried in 32 bit system its working fine but not same with 64 bit system. Can someone help me out on this. Regards, Chandrashekar B -- Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you

Re: $$Excel-Macros$$ date problem

2016-07-12 Thread GENIUS
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

Re: $$Excel-Macros$$ date problem

2016-07-11 Thread Sant Ram
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:

$$Excel-Macros$$ date problem

2016-07-10 Thread Izhar
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

$$Excel-Macros$$ Date Conversion Problem

2016-06-08 Thread Bill Q
Hi, PSA. Column "A" = source.date. Column "B" = source date converted to special date form MMDD I would like column "C" to be just the numeric. . I have tried just about everything. Cannot figure this out. Any takers ? Much appreciated. -- Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in

Re: $$Excel-Macros$$ Date filter Help

2016-03-08 Thread Paul Schreiner
Here's a macro to delete records by date. The Technique:Since I didn't know how many records you have or dates to process,I elected to store the dates in a Dictionary Object.This makes it VERY fast to verify if the dates in the records are included in the Deletion list. I then processed the recor

$$Excel-Macros$$ Date filter Help

2016-03-04 Thread rekha siri
Hi Experts, can some one please advise me the process or code to delete the records from sheet 2 and specified dates in sheet 1 criteria . i am attaching sample data please advise me how to use vba macros in this regards. Thanks for your help. -- Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel

Re: $$Excel-Macros$$ Date formula for Age Calculation

2016-02-08 Thread amar takale
Dear Mandeep Very Helpful and thanks providing this helpful knowledge regarding date solution. And Thank you very much for all Regards Amar On Mon, Feb 8, 2016 at 3:06 PM, Mandeep baluja wrote: > Hey Amar, >> > > While doing manipulations with date you must ensure the Format of System

Re: $$Excel-Macros$$ Date formula for Age Calculation

2016-02-08 Thread Mandeep baluja
> > Hey Amar, > While doing manipulations with date you must ensure the Format of System date format.Some people use mm/dd/ and others use dd/mm/ so if someone has provide you the data in his format and you'r date format is different from that it will shows you the error. Note one t

Re: $$Excel-Macros$$ Date formula for Age Calculation

2016-02-07 Thread amar takale
Dear all thanks for reply but i cant understand what you say.I except only date formula in column D. On Sun, Feb 7, 2016 at 9:36 PM, GENIUS wrote: > LOOK AT THE ATTACHMENT > > -- > 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 Fac

Re: $$Excel-Macros$$ Date formula for Age Calculation

2016-02-07 Thread GENIUS
LOOK AT THE ATTACHMENT -- 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 titles. Poor thread titles, like Please Help,

Re: $$Excel-Macros$$ Date formula for Age Calculation

2016-02-06 Thread big smile
This is 1 st time i am sending other query's reply. Otherwise i am always sending query only. Thank you very much Check this file too. It may also help you & our group too .. You can add days also in today' s date If u think to have some more correction & then let me know On 6 February 2016

Re: $$Excel-Macros$$ Date formula for Age Calculation

2016-02-06 Thread Abhishek Jain
Look at the second name "Carme" in your sheet. Your formula is picking up the first 02 digits of the DOB and taking them as 'month' and there is no 16th month in the calender. You either need to change your formula or the dates themselves. HTH On Sat, Feb 6, 2016 at 2:50 PM, amar takale wrote:

$$Excel-Macros$$ Date formula for Age Calculation

2016-02-06 Thread amar takale
Dear All Here I required Date formula for Age Calculation but in cell date there are some issue Value or text cell format,I cant understand. pls look matter,i try it helper column but some date issue again. Pls provide Date formula without helper column Regards Amar -- Are you =EXP(E:RT) or =N

$$Excel-Macros$$ Date Issue

2015-11-22 Thread Bill Q
PSA. Can someone please create a macro for me that would eliminate this frustrating problem that I have with date converstion. DATE1 = Source. It always gets imported in as 2 different date formats. DATE2 is what I want returned in a MMDD format. I have manually change it in this exampl

Re: $$Excel-Macros$$ DATE Conversion - Gregorian to Hijri

2015-05-03 Thread Yahya Muhammad
Hi Sumesh Please see the attached file. It has both conversions. On Tue, Apr 28, 2015 at 11:14 AM, Sumesh Nair wrote: > Hi Excel Beginner, > > I want your help in converting the date in two columns in Excel. > > If in one column(A1) I will enter Hijri Date the next column(B1) should be > change

Re: $$Excel-Macros$$ DATE Conversion - Gregorian to Hijri

2015-04-28 Thread Sumesh Nair
Hi Excel Beginner, I want your help in converting the date in two columns in Excel. If in one column(A1) I will enter Hijri Date the next column(B1) should be changed to English date. Please help me to solve this problem Thanks & Regards, Sumesh Nair On Tuesday, September 25, 2012 at 8:15:

Re: $$Excel-Macros$$ Date not Correct, List of Tabs, Hide Exit X

2015-02-05 Thread Vaibhav Joshi
This time code is working ok, what exactly you want please share in Excel Sheet.. On Thu, Feb 5, 2015 at 8:35 PM, Vaibhav Joshi wrote: > Check this on how to disable close button: > > http://www.vbaexpress.com/kb/getarticle.php?kb_id=164 > > http://www.contextures.com/xlUserForm01.html > > Cheer

Re: $$Excel-Macros$$ Date not Correct, List of Tabs, Hide Exit X

2015-02-05 Thread Vaibhav Joshi
Check this on how to disable close button: http://www.vbaexpress.com/kb/getarticle.php?kb_id=164 http://www.contextures.com/xlUserForm01.html Cheers!! On Mon, Feb 2, 2015 at 7:11 AM, sswcharlie wrote: > Hi > Excel 2000 > Three small questions as to these small codes not working. > > Want to

Re: $$Excel-Macros$$ Date not Correct, List of Tabs, Hide Exit X

2015-02-05 Thread Vaibhav Joshi
Hi Use following code for creating Index: Worksheet Index First add a new sheet to the Workbook and call it "Index" (optional). Next right click on the sheet name tab of the "Index" sheet and select "View Code". In here you should paste the code as shown below Private Sub Worksheet_Activate()

Re: $$Excel-Macros$$ Date Filters in Pivot Table Report Filter in VBA

2015-02-02 Thread Ashish Kumar
It's working Superb Vaibhav Bhai you are Great!!! -- 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 titles. Poor

Re: $$Excel-Macros$$ Date Filters in Pivot Table Report Filter in VBA

2015-02-02 Thread Vaibhav Joshi
Mon, 2 Feb 2015 12:59:48 +0530 > > Subject: Re: $$Excel-Macros$$ Date Filters in Pivot Table Report Filter in > VBA > To: excel-macros@googlegroups.com > > Hi > > Code amended.. > > Check Attachment, > > Cheers!! > > On Mon, Feb 2, 2015 at 2:39 AM, N

RE: $$Excel-Macros$$ Date Filters in Pivot Table Report Filter in VBA

2015-02-02 Thread Nitin Balodi
Thanks Vaibhav, it worked. This group is really amazing. Thanks for your support and help. Thanks and Regards, Nitin Balodi From: v...@vabs.in Date: Mon, 2 Feb 2015 12:59:48 +0530 Subject: Re: $$Excel-Macros$$ Date Filters in Pivot Table Report Filter in VBA To: excel-macros@googlegroups.com Hi

Re: $$Excel-Macros$$ Date Filters in Pivot Table Report Filter in VBA

2015-02-01 Thread Vaibhav Joshi
@vabs.in > Date: Sat, 31 Jan 2015 20:07:02 +0530 > > Subject: Re: $$Excel-Macros$$ Date Filters in Pivot Table Report Filter in > VBA > To: excel-macros@googlegroups.com > > Hi > > Share sample chart.. > > > > On Fri, Jan 30, 2015 at 8:32 PM, Nitin Balodi >

$$Excel-Macros$$ Date not Correct, List of Tabs, Hide Exit X

2015-02-01 Thread sswcharlie
Hi Excel 2000 Three small questions as to these small codes not working. Want to make a new sheet and list all sheets with hyperlink to each sheet. Code curteosy of member of this group. (slips my mind at the moment apologies) Sub MakeHyperlinkIndex() Dim ndx As Worksheet, X As Integer Set n

RE: $$Excel-Macros$$ Date Filters in Pivot Table Report Filter in VBA

2015-02-01 Thread Nitin Balodi
Hi Vaibhav, Attached is the sample data file. Regards. Yours Sincerely,Nitin Balodi From: v...@vabs.in Date: Sat, 31 Jan 2015 20:07:02 +0530 Subject: Re: $$Excel-Macros$$ Date Filters in Pivot Table Report Filter in VBA To: excel-macros@googlegroups.com Hi Share sample chart.. On Fri, Jan 30

Re: $$Excel-Macros$$ Date Filters in Pivot Table Report Filter in VBA

2015-01-31 Thread Vaibhav Joshi
d to include sheet name > also, but of no use (getting type mismatch error). > > Regards. > > Yours Sincerely, > *Nitin Balodi* > > > -- > From: v...@vabs.in > Date: Fri, 30 Jan 2015 18:18:09 +0530 > > Subject: Re: $$Excel-Macros$$

RE: $$Excel-Macros$$ Date Filters in Pivot Table Report Filter in VBA

2015-01-30 Thread Nitin Balodi
,Nitin Balodi From: v...@vabs.in Date: Fri, 30 Jan 2015 18:18:09 +0530 Subject: Re: $$Excel-Macros$$ Date Filters in Pivot Table Report Filter in VBA To: excel-macros@googlegroups.com try Charts("Chart1").SetSourceData Source:=application.union(Range1,Range2) Cheers!!ᐧ On Fri, Jan 30, 20

Re: $$Excel-Macros$$ Date Filters in Pivot Table Report Filter in VBA

2015-01-30 Thread Vaibhav Joshi
quot; & > EndRow, Range2) > > > Regards. > > Yours Sincerely, > *Nitin Balodi* > > > -- > From: v...@vabs.in > Date: Thu, 29 Jan 2015 21:53:29 +0530 > > Subject: Re: $$Excel-Macros$$ Date Filters in Pivot Table Report Filter in >

RE: $$Excel-Macros$$ Date Filters in Pivot Table Report Filter in VBA

2015-01-30 Thread Nitin Balodi
urce:=Range("A" & StartRow & ":B" & EndRow, Range2) Regards. Yours Sincerely,Nitin Balodi From: v...@vabs.in Date: Thu, 29 Jan 2015 21:53:29 +0530 Subject: Re: $$Excel-Macros$$ Date Filters in Pivot Table Report Filter in VBA To: excel-macros@googlegroups.com check t

Re: $$Excel-Macros$$ Date Filters in Pivot Table Report Filter in VBA

2015-01-29 Thread Vaibhav Joshi
:( and yes the sheet name is Pivot and > Pivot Table name is PivotTable1. > > > Regards. > > Yours Sincerely, > *Nitin Balodi* > > > -- > From: v...@vabs.in > Date: Tue, 27 Jan 2015 21:07:40 +0530 > Subject: Re: $$Excel-Macros$$ Date Fil

RE: $$Excel-Macros$$ Date Filters in Pivot Table Report Filter in VBA

2015-01-29 Thread Nitin Balodi
Balodi From: v...@vabs.in Date: Tue, 27 Jan 2015 21:07:40 +0530 Subject: Re: $$Excel-Macros$$ Date Filters in Pivot Table Report Filter in VBA To: excel-macros@googlegroups.com there is workaround..try bellow code.. Sub abc()Dim Field As PivotField, fDateSet Field = Sheets("Pivot").P

RE: $$Excel-Macros$$ Date Filters in Pivot Table Report Filter in VBA

2015-01-29 Thread Nitin Balodi
Balodi From: v...@vabs.in Date: Tue, 27 Jan 2015 21:07:40 +0530 Subject: Re: $$Excel-Macros$$ Date Filters in Pivot Table Report Filter in VBA To: excel-macros@googlegroups.com there is workaround..try bellow code.. Sub abc()Dim Field As PivotField, fDateSet Field = Sheets("Pivot").P

Re: $$Excel-Macros$$ Date Filters in Pivot Table Report Filter in VBA

2015-01-27 Thread Vaibhav Joshi
ed error. >> >> >> Regards. >> >> Yours Sincerely, >> *Nitin Balodi* >> >> >> -- >> From: v...@vabs.in >> Date: Tue, 27 Jan 2015 16:50:17 +0530 >> Subject: Re: $$Excel-Macros$$ Date Filters in Pivot T

Re: $$Excel-Macros$$ Date Filters in Pivot Table Report Filter in VBA

2015-01-27 Thread Vaibhav Joshi
> Date: Tue, 27 Jan 2015 16:50:17 +0530 > Subject: Re: $$Excel-Macros$$ Date Filters in Pivot Table Report Filter in > VBA > To: excel-macros@googlegroups.com > > > Instead of ActiveSheet you can also use: > > Sheets("Pivot").PivotTables("PivotTable1")

RE: $$Excel-Macros$$ Date Filters in Pivot Table Report Filter in VBA

2015-01-27 Thread Nitin Balodi
Hi Vaibhav, Thanks for your response. I have tried code you had suggested but it showing me object defined or application defined error. Regards. Yours Sincerely,Nitin Balodi From: v...@vabs.in Date: Tue, 27 Jan 2015 16:50:17 +0530 Subject: Re: $$Excel-Macros$$ Date Filters in Pivot Table

Re: $$Excel-Macros$$ Date Filters in Pivot Table Report Filter in VBA

2015-01-27 Thread Vaibhav Joshi
Instead of ActiveSheet you can also use: Sheets("Pivot").PivotTables("PivotTable1").PivotFields("Created Date").CurrentPage _ = #1/25/2015# ᐧ On Tue, Jan 27, 2015 at 4:48 PM, Vaibhav Joshi wrote: > Hi > > Since it is report filter your method wont work.. > > you can try replacing last l

Re: $$Excel-Macros$$ Date Filters in Pivot Table Report Filter in VBA

2015-01-27 Thread Vaibhav Joshi
Hi Since it is report filter your method wont work.. you can try replacing last line with with following two or last one only... Sheets("Pivot").PivotTables("PivotTable1").ClearAllFilters ActiveSheet.PivotTables("PivotTable1").PivotFields("Created Date").CurrentPage _ = #1/23/2015# Chee

$$Excel-Macros$$ Date Filters in Pivot Table Report Filter in VBA

2015-01-26 Thread Nitin Balodi
Hi Experts, I am having some issues in filtering data in pivot tables and require your help. I have to filter all the data of yesterday date in pivot table. I have added Created Date column to Page Field using VBA but unable to filter out data with Create date of yesterday. Please refer to attac

Re: $$Excel-Macros$$ Date format

2014-12-29 Thread Vaibhav Joshi
Hi VBA considering it as mdy format.. Use format function to switch format.. Cheers!! + *I did not do this for you. God is here working through me for you.* On Mon, Dec 29, 2014 at 3:01 PM, saravanan R wrote: > Hi Team, > > I have an query on replace "." with "/" in the Data pulled from

$$Excel-Macros$$ Date format

2014-12-29 Thread saravanan R
Hi Team, I have an query on replace "." with "/" in the Data pulled from SAP . Actually Format is, 01.12.2014 17.12.2014 WHen I Do Manually Find & Replace, It show me as , 1/Dec/14 17/Dec/14. But when I do through VBA COde, I replace as, 12/Jan/14 "INVALID DATE FORMAT) Can You please check in

Re: $$Excel-Macros$$ Date query for conditional format

2014-12-13 Thread Ashish Kumar
Hi Ashish, PFA Regards Ashish -- 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 titles. Poor thread titles, like Pl

$$Excel-Macros$$ Date query for conditional format

2014-12-13 Thread Ashish Bhalara
Dear experts, I have series of date in which only sunday should be highlighted, please see attached file for example. Regards. Ashish Bhalara 9624111822 P*Please do not print this email unless it is absolutely necessary. Spread environmental üawareness.♣♣♣* -- Are you =EXP(E:RT) or =NOT(EXP(E:R

Re: $$Excel-Macros$$ Date in concatenate function

2014-09-12 Thread Vaibhav Joshi
see this... Cheers!! + *I did not do this for you. God is here working through me for you.* On Fri, Sep 12, 2014 at 1:44 PM, Ashish Bhalara wrote: > Dear experts, > > I am using Concatinate function to merge different text but date field not > shown as a date in function. Kindly suggest r

$$Excel-Macros$$ Date in concatenate function

2014-09-12 Thread Ashish Bhalara
Dear experts, I am using Concatinate function to merge different text but date field not shown as a date in function. Kindly suggest require changes to merge text and date. See the attached file. Regards. Ashish Bhalara 9624111822 P*Please do not print this email unless it is absolutely necessar

Re: $$Excel-Macros$$ Date addition required

2014-08-03 Thread Bé Trần Văn
In Cell (C5:Z13) type: NN (Think 1 day), N (Think again day), Y (Dates of Rest) to see results 2014-08-03 14:17 GMT+07:00 Rajeev : > Dear Experts, > > > > I need help that in my worksheet Where I entered dates (Sheet1) in column > A, in column B I have entered “Y” as working days and “N” as no

$$Excel-Macros$$ Date addition required

2014-08-03 Thread Rajeev
Dear Experts, I need help that in my worksheet Where I entered dates (Sheet1) in column A, in column B I have entered "Y" as working days and "N" as not working days. Now I need in another sheet (sheet2) if I enter in A1 suppose any date it should add 10 days excluding not working days and

Re: $$Excel-Macros$$ Date Format Query

2014-06-17 Thread Pravin Gunjal
This is working perfectly as per my requirement. Thanks. Regards Pravin Gunjal. On Sun, Jun 15, 2014 at 10:54 PM, 'DELIN FRANCIS' via MS EXCEL AND VBA MACROS wrote: > Hi Pravin ... > > You can go to Format cell and custom the format of the date which ever > result you need. furthermore you can

Re: $$Excel-Macros$$ Date Format Query

2014-06-17 Thread Vaibhav Joshi
ou >> can,In all the places you can,At all the times you can,To all the people >> you can,As long as ever you can.” - John Wesley* >> --------- >> >>*From:* 'DELIN FRANCIS' via MS EXCEL AND VBA MACROS < >> excel-macr

Re: $$Excel-Macros$$ Date Format Query

2014-06-16 Thread Pravin Gunjal
an,In all the places you can,At all the times you can,To all the people > you can,As long as ever you can." - John Wesley* > - > >*From:* 'DELIN FRANCIS' via MS EXCEL AND VBA MACROS < > excel-macros@googlegroups.com> >

Re: $$Excel-Macros$$ Date Format Query

2014-06-16 Thread Paul Schreiner
can, As long as ever you can.” - John Wesley - From: 'DELIN FRANCIS' via MS EXCEL AND VBA MACROS >To: "excel-macros@googlegroups.com" >Sent: Sunday, June 15, 2014 1:24 PM >Subject: Re: $$Excel-Macros$$ Date Format Query &g

Re: $$Excel-Macros$$ Date Format Query

2014-06-15 Thread Vaibhav Joshi
Hi You can change display format by going to cell property & select custom and type dd.mm. If by doing so if date format does not change then select single column then press Data tab in Menu then press Next 2 times then select Date (DMY) and press finish button. Cheers!! On Thu, Jun 12, 20

Re: $$Excel-Macros$$ Date Format Query

2014-06-13 Thread Pramod Singh
Where have not applying this date format.. Can send u file with mark area Pramod On 14 Jun 2014 10:41, "Pravin Gunjal" wrote: > Dear Pramod, > > Thank you for your reply. But I found it is not giving result for all > cells. > Please do the needful. > > > On Thu, Jun 12, 2014 at 4:22 PM, Pra

Re: $$Excel-Macros$$ Date Format Query

2014-06-13 Thread Pravin Gunjal
Dear Pramod, Thank you for your reply. But I found it is not giving result for all cells. Please do the needful. On Thu, Jun 12, 2014 at 4:22 PM, Pramod Singh wrote: > Hi > Pravin Gunjal, > > PFA > > Hope This will fine for you.. > > > > > Warm Regards > > Pramod > > VBA Developer > > > O

Re: $$Excel-Macros$$ Date Format Query

2014-06-12 Thread Pramod Singh
Hi Pravin Gunjal, PFA Hope This will fine for you.. Warm Regards Pramod VBA Developer On Thu, Jun 12, 2014 at 3:12 PM, Pravin Gunjal wrote: > Hi, > > I wanted to convert the dates in this format *DD.MM.* > > Now it is not in system's date format ( MM/DD/ ) and it is displaye

$$Excel-Macros$$ Date Format Query

2014-06-12 Thread Pravin Gunjal
Hi, I wanted to convert the dates in this format *DD.MM.* Now it is not in system's date format ( MM/DD/ ) and it is displayed as DD/MM/ or as D/M/. Kindly help. Regards Pravin Gunjal. -- Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s =TIME(2,DO:I

$$Excel-Macros$$ Date wise amount & Invoice Nos. to be add/merge

2014-06-06 Thread Pravin Gunjal
Hello, Do I get any updates on this? -- Forwarded message -- From: Pravin Gunjal Date: Fri, Jun 6, 2014 at 6:01 PM Subject: Date wise amount & Invoice Nos. wanted to merge To: excel-macros@googlegroups.com Dear Friends Good Evening, I have attached a working file and need help

Re: $$Excel-Macros$$ Date wise amount & Invoice Nos. wanted to merge

2014-06-06 Thread hari kumar
Assuming data in cells a1 to e5 A6 cell value= If(and(a2=a3,a2=a4,a2=a5),a2,"not same date")) B5 cell value = Sum (b2:b5) C5 cell value= C2&"/"c3&"/"&c4&"/"c5 Thanks & Regards Hari Kumar "Our strength grows from our weakness." On Jun 6, 2014 8:31 AM, "Pravin Gunjal" wrote: > Dear Friends > >

$$Excel-Macros$$ Date wise amount & Invoice Nos. wanted to merge

2014-06-06 Thread Pravin Gunjal
Dear Friends Good Evening, I have attached a working file and need help as follows: 1. The amount to be added in the above cell, if the date & party is unique. 2. Invoice No. to be added by giving slash (/) For Example: Before Workout *Due Date* *Amount* *Inv No* *Party Name* 17.06.2014

Re: $$Excel-Macros$$ Date of Retirement.

2014-02-20 Thread karunanithi ramaswamy
Hi, Use 'End of month' formula and add 720or whatever number of months to find the date of retirement.(Usually retirement happens at the last day of the month) - r.karunanithi. On Wednesday, February 19, 2014 4:29 PM, "prabhakar_k...@sify.com" wrote: thanks its working fine On Tuesday, Febr

Re: $$Excel-Macros$$ Date of Retirement.

2014-02-19 Thread prabhakar_kavi
thanks its working fine On Tuesday, February 18, 2014 9:59:44 PM UTC+5:30, Mahesh wrote: > > Hi Prabhakar > > perhaps you can use, > =DATE(YEAR(H2)+60,MONTH(H2),DAY(H2)) > > Regards > Mahesh > > > On Tue, Feb 18, 2014 at 3:54 PM, Ashish Bhalara > > > wrote: > >> Dear Prabhakar, see the attached

Re: $$Excel-Macros$$ Date Picker macro

2014-02-18 Thread amar takale
Dear Mahesh Good one How to change date format.I want date format 5-Feb-2014. Warm Regards Amar On Tue, Feb 18, 2014 at 9:35 PM, Mahesh Parab wrote: > Hi Anil > > PFA workbook, you don't have to use calendar control. > > Regards > Mahesh > > > On Mon, Feb 17, 2014 at 4:46 PM, Swapnil Pala

Re: $$Excel-Macros$$ Date of Retirement.

2014-02-18 Thread Mahesh Parab
Hi Prabhakar perhaps you can use, =DATE(YEAR(H2)+60,MONTH(H2),DAY(H2)) Regards Mahesh On Tue, Feb 18, 2014 at 3:54 PM, Ashish Bhalara wrote: > Dear Prabhakar, see the attached file to know the retire age as per your > example > > > On Tue, Feb 18, 2014 at 2:50 PM, wrote: > >> Hi Team, >> >> I

Re: $$Excel-Macros$$ Date of Retirement.

2014-02-18 Thread Ashish Bhalara
Dear Prabhakar, see the attached file to know the retire age as per your example On Tue, Feb 18, 2014 at 2:50 PM, wrote: > Hi Team, > > I need your help to find out date of retirement with simple formula in > attached excel file. > > -- > Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do y

$$Excel-Macros$$ Date of Retirement.

2014-02-18 Thread prabhakar_kavi
Hi Team, I need your help to find out date of retirement with simple formula in attached excel 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 RUL

Re: $$Excel-Macros$$ Date Picker macro

2014-02-17 Thread Swapnil Palande
Hi Anil, PFA. Regards, Swapnil. On Mon, Feb 17, 2014 at 4:40 PM, Anil Bhange < anil.bha...@tatacommunications.com> wrote: > Hi Friends, > > > > Can you please share me the macro of Date picker or any sample file which > I can use in excel to input the date. > > > > I seared on net but unfort

$$Excel-Macros$$ Date Picker macro

2014-02-17 Thread Anil Bhange
Hi Friends, Can you please share me the macro of Date picker or any sample file which I can use in excel to input the date. I seared on net but unfortunately I don't have the "Microsoft Monthview Control 6.0 (SP6)" on my VBA. Please help. Regards, Anil Bhange IP - 800105 -- Are you =EXP(E

Re: $$Excel-Macros$$ Date after weekend

2014-01-03 Thread Robinson Boreh
g > )) > > Or pfa > > > > > > *From:* excel-macros@googlegroups.com [mailto: > excel-macros@googlegroups.com] *On Behalf Of *Robinson Boreh > *Sent:* Friday, January 03, 2014 3:25 PM > *To:* excel-macros > *Subject:* $$Excel-Macros$$ Date after weekend > > &g

RE: $$Excel-Macros$$ Date after weekend

2014-01-03 Thread Ravinder
=IF(TEXT(date_rng,"ddd")="SAT",C60-1,IF((TEXT(date_rng,"ddd")="SUN"), date_rng -2, date_rng)) Or pfa From: excel-macros@googlegroups.com [mailto:excel-macros@googlegroups.com] On Behalf Of Robinson Boreh Sent: Friday, January 03, 2014 3:25 PM To: exc

$$Excel-Macros$$ Date after weekend

2014-01-03 Thread Robinson Boreh
Dear team. First happy new year. I need help. I have a formula on my excel, to which i add a number of days to give me a future date. My problem is, if the day falls on a weekend, it should show the next working day in this case a date on Monday. How can i achieve this. I don't want a date that fal

Re: $$Excel-Macros$$ Date Format conversion

2013-12-03 Thread Rupesh Patil
thanks to your replay yes I am using this approach too ,but in some condition I need help in date conversion Thanks again... Thanks & Regards, Rupesh On Tue, Dec 3, 2013 at 11:07 PM, Sam Mathai Chacko wrote: > Why don't you use a date picker? Better yet, a custom non-activex date > picker? >

Re: $$Excel-Macros$$ Date Format conversion

2013-12-03 Thread Sam Mathai Chacko
Why don't you use a date picker? Better yet, a custom non-activex date picker? On Tue, Dec 3, 2013 at 10:46 PM, Rupesh Patil wrote: > since long time i guess no buddy have solution for it > thanks experts > > > On Wed, Nov 27, 2013 at 9:43 AM, Rupesh Patil > wrote: > >> Hi Expert >> >> I need a

Re: $$Excel-Macros$$ Date Format conversion

2013-12-03 Thread Rupesh Patil
since long time i guess no buddy have solution for it thanks experts On Wed, Nov 27, 2013 at 9:43 AM, Rupesh Patil wrote: > Hi Expert > > I need a help for date conversion, let me explain my task, I have one > userform with 10 multipage and each page have at list one date > field(textbox), what

Re: $$Excel-Macros$$ Date Substraction

2013-12-01 Thread Shrinivas Shevde
Dear Sam, Thanks for reply I want to substract from Column c To column B i e B-C,Forget about #N/A Regards Shrinivas On Sun, Dec 1, 2013 at 10:11 PM, Sam Mathai Chacko wrote: > Srini, are you looking to subtract dates in column C from column B or vice > versa, ie, B-C or C-B? In addition, som

Re: $$Excel-Macros$$ Date Substraction

2013-12-01 Thread Sam Mathai Chacko
Srini, are you looking to subtract dates in column C from column B or vice versa, ie, B-C or C-B? In addition, some values are coming as #N/A. What to do with those? Regards, Sam Mathai Chacko On Sun, Dec 1, 2013 at 3:57 PM, Shrinivas Shevde wrote: > Dear all > I want to subtract one date from

$$Excel-Macros$$ Date Substraction

2013-12-01 Thread Shrinivas Shevde
Dear all I want to subtract one date from another (file attached ) Can anyone help me I think for the date format is not same Regards Shrini -- 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://ww

$$Excel-Macros$$ Date Format conversion

2013-11-26 Thread Rupesh Patil
Hi Expert I need a help for date conversion, let me explain my task, I have one userform with 10 multipage and each page have at list one date field(textbox), what i want is user can enter whatever date format he want but i want convert that format "DD-MMM-" so please help me out, How can i do

Re: $$Excel-Macros$$ Date format_Not in Proper

2013-11-18 Thread Prafull Jadhav
Sir thanks for reply. But sir... For Only few rows not get corrected.. Rest things are perfects...why this so. Regard, Prafull Jadhav. 9920553518 On 19-Nov-2013 12:03 AM, "ashish koul" wrote: > is it 1 apr 2013 > > try to change the setting of ur computer control panel - regional setting > -

Re: $$Excel-Macros$$ Date format_Not in Proper

2013-11-18 Thread ashish koul
is it 1 apr 2013 try to change the setting of ur computer control panel - regional setting - choose English USA then try the macro Regards Ashish On Mon, Nov 18, 2013 at 1:18 PM, Prafull Jadhav wrote: > DEAR RAJAN SIR, > > thanks for reply... > but output showing jan and feb month also afte

Re: $$Excel-Macros$$ Date format_Not in Proper

2013-11-17 Thread Prafull Jadhav
DEAR RAJAN SIR, thanks for reply... but output showing jan and feb month also after running macro . Regards, Prafull Jadhav 9920553518 On Mon, Nov 18, 2013 at 12:32 PM, Rajan sharma wrote: > Hi, Try using below: > > Sub prafu() > For Each x In Range("A1:A9000") > x.Value = Format(x.Value

Re: $$Excel-Macros$$ Date format_Not in Proper

2013-11-17 Thread Rajan sharma
Hi, Try using below: Sub prafu() For Each x In Range("A1:A9000") x.Value = Format(x.Value) x.Value = Format(x.Value, "dd-mm- hh:mm") Next x End Sub With warm regards, Rajan Sharma On Mon, Nov 18, 2013 at 12:23 PM, Prafull Jadhav wrote: > Dear All, > > Good Afternoon ! > I have on

Re: $$Excel-Macros$$ Date format system using VBA

2013-10-09 Thread xlstime
please share ur vba code with example sheet . Enjoy Team XLS On Thu, Oct 10, 2013 at 6:39 AM, Viswanathan Yoganathan < viswanathan.yoganat...@asia.xchanging.com> wrote: > Hi, > > I am copying the date as text from one sheet and pasting to another sheet > using the co

$$Excel-Macros$$ Date format system using VBA

2013-10-09 Thread Viswanathan Yoganathan
Hi, I am copying the date as text from one sheet and pasting to another sheet using the code activesheet.paste. when i do it so, it is converting to general number 41135. after formatting to d/mm/, the date that is having greater than 12 get converted exactly to d/mm/ where as date tha

Re: $$Excel-Macros$$ Date formatting prob! help!

2013-09-20 Thread Sam Mathai Chacko
Hi mum, The 5 digit number is the equivalent value of the corresponding date in that cell. You should see the correct format if you press CTRL+` ` is normally found just about the TAB key Regards, Sam Mathai Chacko On Fri, Sep 20, 2013 at 8:31 PM, Dawn wrote: > Hi! > Im updating my skills in

Re: $$Excel-Macros$$ Date formatting prob! help!

2013-09-20 Thread De Premor
Try To Press Button CTRL + ` (a button before button "1", in the top of TAB button bellow the ESC ) :D Or Goto Menu Formula then deactivate Sub Menu "Show Formulas" On 20-09-2013 22:01, Dawn wrote: Hi! Im updating my skills in excel and have created a spreadsheet with heaps of dates in a col

$$Excel-Macros$$ Date formatting prob! help!

2013-09-20 Thread Dawn
Hi! Im updating my skills in excel and have created a spreadsheet with heaps of dates in a column. They have 'somehow' all changed to a five digit number! The original date can still be seen in the text bar at the top but doesn't appear in the cell. Ive tried to format the column back to a s

Re: $$Excel-Macros$$ Date Format

2013-08-05 Thread Waseem Saifi
Dear Prabhakar, It could be helpful. please find solved attachment and confirm is it ok or not? Regards, Waseem Saifi On Tue, Aug 6, 2013 at 10:52 AM, wrote: > Dear Team, > > I have dates in different format and need to make it in one standard date > format. Please help me to fix this. > > R

$$Excel-Macros$$ Date Format

2013-08-05 Thread prabhakar_kavi
Dear Team, I have dates in different format and need to make it in one standard date format. Please help me to fix this. Rgds, Prabhakar -- 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://ww

Re: $$Excel-Macros$$ date difference problem

2013-07-30 Thread Shankar Bheema
thank u deepak its working On Sat, Jul 27, 2013 at 12:09 AM, Deepak Barnwal wrote: > PFA > > Regards > > deepak > > > On Fri, Jul 26, 2013 at 11:28 PM, vba wrote: > >> PFA >> >> Actually years should be 37 & not 36!! >> >> HTH//Cheers >> >> >> On Fri, Jul 26, 2013 at 10:12 AM, Shankar Bheema >>

Re: $$Excel-Macros$$ Date doubt

2013-07-27 Thread De Premor
Friday of december to next year's last Thursday of december. Thanks in adv. *From:* De Premor *To:* excel-macros@googlegroups.com *Sent:* Saturday, July 27, 2013 3:32 AM *Subject:* Re: $$Excel-Macros$$ Date doubt

Re: $$Excel-Macros$$ Date doubt

2013-07-26 Thread De Premor
ans from 28 dec 2012 - 28march 2013, and 29 march 2013 to 27june 2013 half year means for eg : 28dec 2012 - 27june 2013, then 28 june 2013 to 26dec2013 yearly means 28dec2012 - 26dec 2013 any month starts from last Friday of the month and ends on last Thursday of next month. this is the pattern o

Re: $$Excel-Macros$$ Date doubt

2013-07-26 Thread De Premor
any month starts from last Friday of the month and ends on last Thursday of next month. this is the pattern of contracts followed in indian stock markets. Pls find the file attched. Thanks in adv. -------- *From:* De Premor *To

Re: $$Excel-Macros$$ Date doubt

2013-07-26 Thread Kenil Gala
. From: De Premor To: excel-macros@googlegroups.com Sent: Friday, July 26, 2013 6:40 AM Subject: Re: $$Excel-Macros$$ Date doubt First Approach This function is to find first Friday on every given range, is this match to your requirement ? if not, please reply

Re: $$Excel-Macros$$ Date doubt

2013-07-25 Thread De Premor
First Approach This function is to find first Friday on every given range, is this match to your requirement ? if not, please reply with data and date as you want on each range. Confuse on this statement "month from last Friday to last Thursday of the month.", sample data needed. Function fin

  1   2   3   4   >