Re: $$Excel-Macros$$ Date series

2010-09-06 Thread Deepak Rai
Hi All, Really nice logics. Keep the good work. Regards, Deepak 2010/9/6 सुधीर इंगळे > Dear Kalyan > Kindly check the attach file > I think it solve your query > > Regards, > Sudhir Ingale > > > On Mon, Sep 6, 2010 at 8:47 AM, Kal xcel wrote: > >> Dear experts, >> >> I am sending a file w

Re: $$Excel-Macros$$ Date series

2010-09-06 Thread Deepak Rai
Hi Kalyan, Please find the attached solved file. Hope this will help. Regards, Deepak On Mon, Sep 6, 2010 at 1:17 PM, Kal xcel wrote: > Dear experts, > > I am sending a file where I need to show a series of dates after giving > start date & end date. > > File is attached . > > Thanks in advance

Re: $$Excel-Macros$$ Date series

2010-09-06 Thread सुधीर इंगळे
Dear Kalyan Kindly check the attach file I think it solve your query Regards, Sudhir Ingale On Mon, Sep 6, 2010 at 8:47 AM, Kal xcel wrote: > Dear experts, > > I am sending a file where I need to show a series of dates after giving > start date & end date. > > File is attached . > > Thanks in

Re: $$Excel-Macros$$ Date series

2010-09-06 Thread siti Vi
or if we want result as a number (not a date type) Array Formula =DAY(TRANSPOSE(ROW(INDIRECT(B3&":"&C3 On Mon, Sep 6, 2010 at 2:47 PM, Kal xcel wrote: > Dear experts, > > I am sending a file where I need to show a series of dates after giving > start date & end date. > > File is attached .

Re: $$Excel-Macros$$ Date series

2010-09-06 Thread siti Vi
Array Formula =TRANSPOSE(ROW(INDIRECT(B3&":"&C3))) On Mon, Sep 6, 2010 at 2:47 PM, Kal xcel wrote: > Dear experts, > > I am sending a file where I need to show a series of dates after giving > start date & end date. > > File is attached . > > Thanks in advance. > > Kalyan > > > -- ---