Re: $$Excel-Macros$$ Question about function

2013-07-03 Thread Bé Trần Văn
Thanks for the reply. 2013/7/3 Waseem Saifi > Dear Van, > > I have placed a formula in first sheet in K column. > it might help you. > > > On Mon, Jul 1, 2013 at 12:47 AM, Bé Trần Văn wrote: > >> Question 1: I need one function to the column numbered F. >> >> Question 2: In column J, How to con

Re: $$Excel-Macros$$ Question about function

2013-07-01 Thread Bé Trần Văn
Thanks for your help Please thank. 2013/7/1 De Premor > istied using SUMPRODUCT, we can also use SUM with CSE > > {=SUM(--($C$2:C2=C2)) &". ("&TEXT(B2,"dd/mm/")&") - "&D2} > > Rgds, > [dp] > > > On 01/07/2013 7:33, Norman Cliff May wrote: > > If the countif function is not available to you,

Re: $$Excel-Macros$$ Question about function

2013-06-30 Thread De Premor
istied using SUMPRODUCT, we can also use SUM with CSE {=SUM(--($C$2:C2=C2)) &". ("&TEXT(B2,"dd/mm/")&") - "&D2} Rgds, [dp] On 01/07/2013 7:33, Norman Cliff May wrote: If the countif function is not available to you, the following formula should work in cell E2 and copy down. =SUMPRODUCT(-

Re: $$Excel-Macros$$ Question about function

2013-06-30 Thread Norman Cliff May
If the countif function is not available to you, the following formula should work in cell E2 and copy down. =SUMPRODUCT(--($C$2:C2=C2))&". ("&TEXT(B2,"dd/mm/")&") - "&D2 On Sun, Jun 30, 2013 at 3:17 PM, Bé Trần Văn wrote: > Question 1: I need one function to the column numbered F. > > Ques

Re: $$Excel-Macros$$ Question about function

2013-06-30 Thread Norman Cliff May
Another suggestion would be to put the following formula in cell E2 and copy down. =COUNTIF($C$2:C2,C2)&". ("&TEXT(B2,"dd/mm/")&") - "&D2 Delete the columns to the right of column E On Sun, Jun 30, 2013 at 3:17 PM, Bé Trần Văn wrote: > Question 1: I need one function to the column numbered

Re: $$Excel-Macros$$ Question about function

2013-06-30 Thread Norman Cliff May
I think the following formula does everything you are wanting to do if you paste it into cell F2 and copy down. =IF(E1=E2,(LEFT(F1,FIND(".",F1,1)-1))+1,1)&". ("&TEXT(B2,"dd/mm/")&") - "&D2 Then you could delete the columns to the right of column F On Sun, Jun 30, 2013 at 3:17 PM, Bé Trần Văn

Re: $$Excel-Macros$$ Question about function

2013-06-30 Thread Norman Cliff May
Change the formula in J2 from =F2&G2&H2&I2&D2 to =F2&G2&TEXT(H2,"dd/mm/")&I2&D2 On Sun, Jun 30, 2013 at 3:17 PM, Bé Trần Văn wrote: > Question 1: I need one function to the column numbered F. > > Question 2: In column J, How to connect string (F & G & H & I & D), > without losing formatting