$$Excel-Macros$$ Re: Doubt in Duplicates

2014-04-29 Thread Prince
so do you want to remove duplicates ? On Wednesday, 30 April 2014 11:27:23 UTC+5:30, pappu wrote: > > Dear Friends, > > Please find the attached file of excel, I have a doubt in that excel. > > I checked the excel there is no formula and VBA coding but it is showing > duplicates. > > How to do

$$Excel-Macros$$ Re: doubt in connecting to the other workbook sheet through the userform

2013-03-05 Thread Prince
Share your workbook and some sample data. Regards Prince On Tuesday, 5 March 2013 15:53:51 UTC+5:30, Bheema Shankar wrote: > > Dear friends > > I placed my data in worksheet1 of workbook1 pertaining to the employees > of an organisation by giving a unique ID no.in Column A. > > I placed a textbo

$$Excel-Macros$$ Re: Doubt

2009-10-01 Thread Upendra Singh
To: excel-macros@googlegroups.com; dilipan...@gmail.com Subject: $$Excel-Macros$$ Re: Doubt Thank you Dilip, My question is 1) When we want a new sheet we use Shift+F11 , Shift+F11 can be used to create one new sheet at a time, what would be the command to create more than 2 or more t

$$Excel-Macros$$ Re: Doubt

2009-10-01 Thread sumanth kumar
Thank you Dilip, My question is 1) When we want a new sheet we use Shift+F11 , Shift+F11 can be used to create one new sheet at a time, what would be the command to create more than 2 or more than 2 new sheets a time ? Thank you Sumanth. On Wed, Sep 30, 2009 at 9:02 PM, Dilip Pandey wrote: >

$$Excel-Macros$$ Re: Doubt on data range

2009-06-12 Thread Dilip Pandey
Hi Ramesh, You need to freeze the data range and them move down. =countif($a$2:$a$10,"M"). Use F4 key in formula to freeze (Lock) the cell references. Thanks, Dilipandey -- DILIP KUMAR PANDEY MBA-HR,B COM(Hons.),BCA Mobile: +91 9810929744 dilipan...@gmail.com dilipan...@yahoo.com New Delhi -

$$Excel-Macros$$ Re: Doubt on using vlookup function from another sheet

2009-06-11 Thread Dilip Pandey
*Hi Ramesh,* Solved workbook is attached with this email. Thanks -- DILIP KUMAR PANDEY MBA-HR,B COM(Hons.),BCA Mobile: +91 9810929744 dilipan...@gmail.com dilipan...@yahoo.com New Delhi - 110062 On Thu, Jun 11, 2009 at 5:19 PM, Ramesh Katta wrote: > Hi Dear members, > > I have a doubt on

$$Excel-Macros$$ Re: Doubt on using vlookup function from another sheet

2009-06-11 Thread Ramesh Katta
Hi Amithab, Thank you very much. Regards Ramesh On Thu, Jun 11, 2009 at 7:09 AM, Amitabh Bose wrote: > > Hi Ramesh, > > Please find the file attached with the vlookup formula. > > The basic formula is: > =VLOOKUP($A3,Sheet1!$B$4:$F$18,4,0) > > The ISNA formula is to replace any blank cells whic

$$Excel-Macros$$ Re: Doubt on using vlookup function from another sheet

2009-06-11 Thread Amitabh Bose
Hi Ramesh, Please find the file attached with the vlookup formula. The basic formula is: =VLOOKUP($A3,Sheet1!$B$4:$F$18,4,0) The ISNA formula is to replace any blank cells which come up with NA# with 'blank' cells. Hope this helps. Regards, Amitabh > Date: Thu, 1

$$Excel-Macros$$ Re: Doubt on data range

2009-06-10 Thread Sri Teja Amam
Hi, Keep the range fixed, countif($a$2:$a$10,"M") should work with M or F. Sri On Sun, Jun 7, 2009 at 5:24 PM, Ramesh Katta wrote: > Dear Members, > > My question seems to be very simple, please don't laugh at me. > > I have 2 columns that are A1 contains Names and B1 contains Sex of > employe

$$Excel-Macros$$ Re: Doubt on data range

2009-06-08 Thread MANOJ KARATE
dear ramesh,this is because u are dragging the cell downward for using same formula... if u want to drag the cell downwards without changing the data range pls make use of "$" sign eg- =COUNTIF(B$2:B$11,"F") hope ur doubt is clear.. MANOJ N KARATE. Sub Engineer (Roads) W.S. Municipal Corporation of

$$Excel-Macros$$ Re: Doubt on data range

2009-06-07 Thread vinayak hegde
Hi Ramesh, Please checkout the file attached with sollution.  Vinayak Hegde From: Ramesh Katta To: excel-macros@googlegroups.com Sent: Sunday, 7 June, 2009 5:24:38 PM Subject: $$Excel-Macros$$ Doubt on data range Dear Members, My question seems to be very s

$$Excel-Macros$$ Re: Doubt on data range

2009-06-07 Thread Ramesh Katta
Hi, Narendra, Thank you very much for helping on time. Regards Ramesh On Sun, Jun 7, 2009 at 8:13 PM, CA NARENDRA ASHARA wrote: > Dear Ramesh, > > You need to freeze the range by F4. Please find the solution in the attached > sheet. > > Thanks & Regards, > Narendra > > -Original Message

$$Excel-Macros$$ Re: Doubt on data range

2009-06-07 Thread Dave Bonallack
Hi Ramesh, The formulas should be: =countif($a$2:$a$10,"M") =countif($a$2:$a$10,"F") Then you can paste them anwhere on the sheet and get the same answer. Without the $ signs, the range reference will change depending on where you paste the formula. Regards - Dave. > Dear Membe

$$Excel-Macros$$ Re: Doubt on data range

2009-06-07 Thread CA NARENDRA ASHARA
Dear Ramesh, You need to freeze the range by F4. Please find the solution in the attached sheet. Thanks & Regards, Narendra -Original Message- From: excel-macros@googlegroups.com [mailto:excel-mac...@googlegroups.com] On Behalf Of Ramesh Katta Sent: 07 June, 2009 5:25 PM To: excel-macros

$$Excel-Macros$$ Re: doubt

2009-03-31 Thread raafi barey
Thx every1... there are few things in life wch i hav done rght.. joining thz group iz 1 of the few things hehehe Thanks.. Raafi On Tue, Mar 31, 2009 at 6:14 AM, Aindril De wrote: > Hi Raafi, > > Please refer to the following link for the explaination: > http://www.techonthenet.com/excel/q

$$Excel-Macros$$ Re: doubt

2009-03-31 Thread anil kumar
Hi Dear, This dollar sign indicate the reference. for example A$2 - indicate's Column A with increment with 2,3,4,5 ...n $A2- - indicate's Column A with increment with 2,3,4,5 ...n $A$2 - will fixed the value of a2 cells. Thanks & Regards, Anil Kumar. On 3/31/09, raafi barey wrote: > > Hi..

$$Excel-Macros$$ Re: doubt

2009-03-31 Thread Manzoor Ahmed
When you drag a formula in excel, it changes refferences ( dragging down changes row refference, the numeric part and dragging horizontally along row changes column refference). $ is meant for not changing the refference, when it is put with row indicator, like A$1, it will not change row 1 while d

$$Excel-Macros$$ Re: doubt

2009-03-30 Thread Aindril De
Hi Raafi, Please refer to the following link for the explaination: http://www.techonthenet.com/excel/questions/referencing.php Hope it helps. Regards, Andy On Tue, Mar 31, 2009 at 4:38 AM, raafi barey wrote: > Hi.. > I am back again with another doubt.. > what is the difference between > A$2