$$Excel-Macros$$ Re: Need help

2012-10-04 Thread Prince Dubey
Hi Karthik, Pls see the attachment. regards Prince. On Thursday, October 4, 2012 7:14:56 PM UTC+5:30, karthik n wrote: > > Hi Team, > > Please help in the attachment file > > Regards > karthik.N > > -- Join official facebook page of this forum @ https://www.facebook.com/discussexcel FORU

$$Excel-Macros$$ Re: Urgently multiple if condition required in excel

2012-10-03 Thread Prince Dubey
Hi Dharti kumar, Please explain it more regards prince On Thursday, October 4, 2012 11:44:01 AM UTC+5:30, Dhartikumar Sahu wrote: > > hi Group > > Can u please help me out in this problem. I have an query of Multiple if > conditions > > if % Column true then result will be shown in solution.

$$Excel-Macros$$ Re: Help - To create chart based on the chart type select by using VBA

2012-10-03 Thread Prince Dubey
Hi Mangesh, I feel the data you have provided is not suitable for the all the chart type that you have mentioned into your sheet. pls confirm us the logic by which your chart should be displayed . regards prince On Wednesday, October 3, 2012 6:39:04 PM UTC+5:30, Mangesh wrote: > > Hi Frien

Re: $$Excel-Macros$$ Re: Excel Macro Reqd for Folder to Folder

2012-10-03 Thread Prince Dubey
On Wednesday, October 3, 2012 1:13:28 PM UTC+5:30, Manoj Kumar wrote: > > Hi Prince, > > X is my folder name witch has many mail's of outlook..every mail has a > excel attachment.. > > Regard > Manoj > > On Wed, Oct 3, 2012 at 12:52 PM, Prince Dubey > >

$$Excel-Macros$$ Re: Excel Macro Reqd for Folder to Folder

2012-10-03 Thread Prince Dubey
Hi Manoj, I their any sub folder inside forlder X ? Regards Prince On Wednesday, October 3, 2012 12:47:18 PM UTC+5:30, Manoj Kumar wrote: > > Dear Export, > > I have one folder "x" witch has contain mail's, every mail contain an > excel file, > i want to copy all excel file from folder "x" to

Re: $$Excel-Macros$$ Required formula to get the result

2012-10-02 Thread Prince Dubey
Nice solution... Regards Prince On Wednesday, October 3, 2012 11:46:01 AM UTC+5:30, §»VIPER«§ wrote: > > try the below formula with cse > > =SUM((1/COUNTIFS(A2:A11,A2:A11,B2:B11,B2:B11))*(B2:B11)) > > On Wed, Oct 3, 2012 at 10:57 AM, Pravin Gunjal > > wrote: > >> *Kuldeep, This is not working...*

$$Excel-Macros$$ Re: Required formula to get the result

2012-10-02 Thread Prince Dubey
Hi Pravin, Pls Note below steps what I did. in Column C =A2&B2drag it up to C10 in Column D =COUNTIF($C$2:$C2,C2) Drag it up to D10 Now in Cell B11 I Wrote : =SUM((B2:B11)*(D2:D11=1)) with Ctrl+Shift+Enter Regards Prince On Wednesday, October 3, 2012 10:38:03 AM UTC+5:30, Pravin Gunjal w

$$Excel-Macros$$ Re: Help to get the Formula

2012-10-02 Thread Prince Dubey
Hi Ankur, Please Paste this formula in G1 and modify it as per your requirment. IF(AND(PRODUCT((B1:B4=B1)*1),(SUM(F2:F4)=F1),(OR(C2:C4={"E","F","A"}))),"Yes","No") with Ctrl+Shift+Enter Regards Prince On Tuesday, October 2, 2012 12:19:37 AM UTC+5:30, ankur wrote: > > Hi All, > > I seek some

$$Excel-Macros$$ Re: Rajan Verma - Most Helpful Member September 2012

2012-10-02 Thread Prince Dubey
Congrats Rajan.Keep it Up On Tuesday, October 2, 2012 9:04:33 PM UTC+5:30, Ayush Jain wrote: > > Dear members, > > Rajan Verma has been selected as 'Most Helpful Member' for the month of > Sep'12. He has posted 137 posts in last month and helped forum members > through his excel expertise. > I

$$Excel-Macros$$ Re: Modify code below to also insert the file creation date

2012-09-27 Thread Prince Dubey
Hi Friend, I hope this will help you. Private Sub FolderRead(ByRef myFolder) Dim countf As String countf = 0 For Each f In myFolder.Files Var = f.Path If Right(f.Name, 4) = ".pdf" Or Right(f.Name, 4) = ".tif" Then i = i + 1 ActiveSheet.Hyperlinks.Add Anchor:=Range("A"

$$Excel-Macros$$ Re: Automatic update is not working - urgent help required

2012-09-25 Thread Prince Dubey
Hi Sagar. I guess that automatic update option is set to manual in your case. So you need not to do anything special just follow this step. Option Button->excel option->formula ->Select Automatic in calculation option. Regards Prince On Tuesday, September 25, 2012 3:50:48 PM UTC+5:30, ca_k...

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

2012-09-25 Thread Prince Dubey
Hi Ahmed, Can you please tell how the Hijri date is calculated from a normal date. regards Prince On Tuesday, September 25, 2012 3:28:02 PM UTC+5:30, kothakota wrote: > > Dear All, > > Please find attach the Raw Data sheet from which I need to convert a > Gregorian Date to a Hijri Date and pu

$$Excel-Macros$$ Re: conditional formating

2012-09-25 Thread Prince Dubey
Hi Rajeyssh, Please use this formula for formating =VALUE($E6)>VALUE($F6) as i saw u have wrriten $E$6>$F6 which correct but it not working because all the values in column F is text type so first convert it into Value then compare it. regards Prince On Tuesday, September 25, 2012 3:19

$$Excel-Macros$$ Re: OFF TOPIC: Please suggest a similar active group for MS WORD Macros?

2012-09-25 Thread Prince Dubey
http://www.excelfox.com/forum/f5/ On Monday, September 24, 2012 10:30:15 PM UTC+5:30, Rawat wrote: > > Sorry for OFF TOPIC post. > > Please suggest to me a similar active group for MS WORD Macros issues > that I have to ask? > > Thanks. > -- > Rawat > -- Join official facebook page of this

$$Excel-Macros$$ Re: All time high Price

2012-09-24 Thread Prince Dubey
Hi Hilary please use this formula hope this will helpe u. =MAX(INDEX('Monthly End Prices'!C2:AK169,,MATCH(Sheet2!B1,'Monthly End Prices'!C1:AK1,0))) Regards Prince dueby On Thursday, September 20, 2012 9:28:51 PM UTC+5:30, hilary lomotey wrote: > > Hello Experts, > > i need a formula to cal

$$Excel-Macros$$ Re: SLIM AND EYE CATCHING BODY

2012-09-23 Thread Prince Dubey
Hi Ayush, Please bane this user. regards Prince On Sunday, September 23, 2012 1:36:45 PM UTC+5:30, Louis Ranjhan wrote: > > SLIM AND EYE CATCHING BODY > -- Join official facebook page of this forum @ https://www.facebook.com/discussexcel FORUM RULES (1120+ members already BANNED for violat

$$Excel-Macros$$ Re: need guidance in learning macros and VBA

2012-09-23 Thread Prince Dubey
Hi Ram Gopal, Please see these links these will help you to learn. http://home.pacbell.net/beban http://excel.tips.net http://www.andrewsexceltips.net/ http://www.andypope.info/ http://akoul.blogspot.com http://www.ashishmathur.com http://www.discussexcel.com http://members.aol.

$$Excel-Macros$$ Re: J2EE Technical Lead / NYC / 12 months

2012-09-19 Thread Prince Dubey
Hi Ayush Please Bane this user. On Wednesday, September 19, 2012 7:40:44 PM UTC+5:30, himanshu diverselynx wrote: > > Hi, > > > > > > Hope you are doing great !! > > > > * * > > *Title – **J2EE Technical Lead* > > *Location - NYC > Duration- 12 months* > > *Compensation – Best in

$$Excel-Macros$$ Re: Sort Hidden and Unhidden Rows

2012-09-18 Thread Prince Dubey
rr),1)=varArr End With End Sub Regards Prince On Tuesday, September 18, 2012 12:21:14 PM UTC+5:30, Prince Dubey wrote: > > > Hi Dik, > > just use > > sub SortData(rngData, as range,intCol as integer) > > end sub > > > On Tuesday, September 18, 2012 3:

$$Excel-Macros$$ Re: Sort Hidden and Unhidden Rows

2012-09-17 Thread Prince Dubey
Hi Dik, just use sub SortData(rngData, as range,intCol as integer) end sub On Tuesday, September 18, 2012 3:31:47 AM UTC+5:30, Dick wrote: > > Heed help is sorting hidden rows. Is there a vb macro code that someone > can help me with to sort reguardless if the rows are hidden or not.Thanks

$$Excel-Macros$$ Re: Search tool in Excel sheet

2012-09-17 Thread Prince Dubey
Hi Putta Madaiah, Do u want to highlight the cells or Columns or Rows in which ur intended string found ? regards Prince. On Monday, September 17, 2012 9:03:55 PM UTC+5:30, Putta Madaiah wrote: > > Hi Ex(cel)perts, > > I am in need of a macro based search tool in Excel 2010. > > If I type

$$Excel-Macros$$ Re: EXTRACT ONLY TEXT

2012-09-17 Thread Prince Dubey
Hi Sundarvelan i hope this will help u . =LEFT(C32,FIND({"1","2","3","4","5","6","7","8","9","0"},C32,1)-1) Regards Prince On Monday, September 17, 2012 2:47:48 PM UTC+5:30, Sundarvelan wrote: > > Hi Friednds, > > Please help me to extract only text from alphanumeric word for example > >

$$Excel-Macros$$ Re: Convert to number

2012-09-17 Thread Prince Dubey
Hi Boreh use this =VALUE(LEFT(A2,LEN(A2)-1)) Enjoy Regards prince On Monday, September 17, 2012 12:42:09 PM UTC+5:30, kip wrote: > > Dear members, > I have an excel sheet with numbers, but they contain a non numeral > character at the end and i can not therefore sort nor do any mathema

Re: $$Excel-Macros$$ Re: Highlight Worked Cells only if the Employee has worked in both areas

2012-09-16 Thread Prince Dubey
; *From:* excel-...@googlegroups.com [mailto: > excel-...@googlegroups.com ] *On Behalf Of *Vabz > *Sent:* 16 September 2012 11:17 > *To:* excel-...@googlegroups.com > *Subject:* $$Excel-Macros$$ Re: Highlight Worked Cells only if the > Employee has worked in both areas > >

$$Excel-Macros$$ Re: find the latest date

2012-09-16 Thread Prince Dubey
Hi Sundarvelan, Please Paste this formula =((A2:A8=G2)*1*MAX(E2:E8)) with Ctrl+shift+enter regards Prince On Friday, September 14, 2012 4:50:29 PM UTC+5:30, Sundarvelan wrote: > > Dear Friends, > > Please help me to find the latest date of a student. > Thanks > N.Sundarvelan > 9600160150 >

Re: FW: $$Excel-Macros$$ MATCHING THE VALUE OF COLUMN A AND C WITH COLUMN E AND G AND UPDATE THE VALUES.

2012-09-16 Thread Prince Dubey
Hi Siraj, As i saw u r using loop on the rang which runs fine on small amount of data but in case of large amount of data it will take huge time to process so do one thing instead of looping on the range get all data in an Array then apply same logic as u r doing one the range. Or Please s

$$Excel-Macros$$ Re: Check for Repeats in cell

2012-09-16 Thread Prince Dubey
Hi Vabz, I hope little more explanation of your problem with one example supporting your explanation. regards prince On Sunday, September 16, 2012 4:48:29 PM UTC+5:30, Vabz wrote: > > Hi > > I have range where in each cell i ahve manually punched numbers like; 1, > 5, 8, 2+3, 5, 6+1 etc in

$$Excel-Macros$$ Re: Highlight Worked Cells only if the Employee has worked in both areas

2012-09-15 Thread Prince Dubey
Hi Rashid, Please see the attachment, Hope this will help you. Note : For testing the solution first set any other color for the cell where the your specified criteria matched and then press the button Highlight. regards prince On Saturday, 15 September 2012 17:22:57 UTC+5:30, prkhan56 wrote:

$$Excel-Macros$$ Re: Calculate next working day

2012-09-14 Thread Prince Dubey
Hi Santosh, Hope this UDF function can help you Public Function getNextWorkingDate(startDate As String, Days As Integer, ParamArray fld() As Variant) As String Dim strStartDate As String Dim strEndDate As String Dim intCtr As Integer Dim intCtr1 As

$$Excel-Macros$$ Re: Small Query

2012-09-13 Thread Prince Dubey
Hi Shrini, You need not to do anything just follow below mentioned steps 1: right click on the cell having Zero in it. 2: Choose format cell 3:Select Custome In Category Section 4:Type *;;; (Three semicolons)* under Type Hading 5:Click Ok Thats It Ragards Prince . On Thursday, September 13, 201

$$Excel-Macros$$ Re: Small Query

2012-09-13 Thread Prince Dubey
Hi Shrini. Please follow steps mentioned. 1: right click on the cell having zero in it. 2:Select format cells 3:Select Custom In category section 4:Type (*;;;*) three semicolons under type hading. Thats it. Regards Prince On Thursday, September 13, 2012 12:40:13 PM UTC+5:30, shrini wrote: > >

$$Excel-Macros$$ Re: Small Query

2012-09-13 Thread Prince Dubey
Hi Shrini, Do the following 1 : Right click on the cell 2: Select format cells 3: Select *Custom *under Category section 4: Type (*;;;*) Three Semi Colons under type heading and Click OK thats it. regards Prince On Thursday, September 13, 2012 12:40:13 PM UTC+5:30, shrini wrote: > > Dear Al

$$Excel-Macros$$ Re: Sorting all the sheets together

2012-09-13 Thread Prince Dubey
Hi Amit, Pls see the attachment regards prince On Thursday, September 13, 2012 5:37:34 PM UTC+5:30, Amit Desai (MERU) wrote: > > Please let me know if we have an easier way for sorting data all > together in all sheet having common column heads. > > > > Best Regards, > > Amit > > > > --

$$Excel-Macros$$ Re: How to create this file? Explain anyone

2012-09-13 Thread Prince Dubey
Hi Amar, In excel you can insert any image file and by using VBA you can make their visibility false and true so the same thing happening in this file. regards prince On Thursday, September 13, 2012 1:20:43 PM UTC+5:30, amar takale wrote: > > Hi All, > I found above file on web. But I cant und

$$Excel-Macros$$ Re: Query - Circle Invalid...

2012-09-13 Thread Prince Dubey
Means ?? regards prince On Thursday, September 13, 2012 7:40:41 PM UTC+5:30, Hemant wrote: > > Hi Group, > > > I want to know how Circle Invalid function works in excel and vba. > > > Regards, > Hemant. > > -- Join official facebook page of this forum @ https://www.facebook.com/discussexcel

Re: $$Excel-Macros$$ Re: Small Query

2012-09-13 Thread Prince Dubey
ptions (Alt+T+O) > --> Click on Advanced --> Display options for this worksheets --> remove > the tick mark from : Show a zero in cells that have zero value. > > Regards > Pravin Gunjal. > > On Thu, Sep 13, 2012 at 3:13 PM, Prince Dubey > > > wrote: > >

$$Excel-Macros$$ Re: Small Query

2012-09-13 Thread Prince Dubey
Hi Shrini, Do the following 1 : Right click on the cell 2: Select format cells 3: Select Custom under Category section 4: Type (;;;) Three Semi Colons under type heading and Click OK thats it. On Thursday, 13 September 2012 12:40:13 UTC+5:30, shrini wrote: > > Dear All > > If i enter 0(zero

$$Excel-Macros$$ Re: Count multiple criteria in a column with the help of VBA

2012-09-12 Thread Prince Dubey
Hi Jeet, Please use below formula hope this will helpe you. =SUM(SUMPRODUCT((Sheet1!$A$1:$A$2270=A2)*(Sheet1!$B$1:$B$2270=12)),SUMPRODUCT((Sheet1!$A$1:$A$2270=A2)*(Sheet1!$B$1:$B$2270=13))) use it with Ctr+Shift+Enter Regards Prince On Wednesday, September 12, 2012 11:52:11 PM UTC+5:30, jeet

$$Excel-Macros$$ Re: Creating Custom Ribbon

2012-09-11 Thread Prince Dubey
Hi Vinay. Pls follow below mentioned steps. 1: download customUI editor And install it in ur system. 2: open ur workbook in ur UI editor. 3:Put XML from following Link( http://msdn.microsoft.com/en-us/library/office/dd756403(v=office.12).aspx) Code into ur Editor. 4:Click on Validate XML thats

$$Excel-Macros$$ Re: Stock management software in excel

2012-09-11 Thread Prince Dubey
Hi Sagar, I think stock management criteria for several firms or companies could be different so pleas explain requirements (functionality as u require) to be in ur macro. regards prince On Tuesday, September 11, 2012 11:04:42 AM UTC+5:30, ca_k...@yahoo.co.in wrote: > > Dear all, > > Any

$$Excel-Macros$$ Re: Please give suggestion to make flip chart

2012-09-11 Thread Prince Dubey
Hi Pravesh, Can you plz express ur idea about flipiing the chart in more general trems, I mean what do mean by flipping the chart. regards prince On Tuesday, September 11, 2012 9:30:32 PM UTC+5:30, PRAVESH KUMAR wrote: > > Hi Team, > > Could you help me to make Flip Chart through VBA Coding.

$$Excel-Macros$$ Re: Need help - To divide the string into three parts

2012-09-10 Thread Prince Dubey
Hi Mangesh, Try this hope tghis will help you. =TRIM(MID(SUBSTITUTE($A$1,",",REPT(" ",LEN($A$1))),((COLUMNS($A$1:A1)-1)*LEN($A$1))+1,LEN($A$1))) paste this in B2 then press f2 select B2 to D2 and CSE regards Prince On Monday, September 10, 2012 4:34:33 PM UTC+5:30, Mangesh wrote: > >

$$Excel-Macros$$ Re: Want to learn Excel VBA Macros

2012-09-09 Thread Prince Dubey
Hi Vijay, I hope you got ur answer as David explained. Those are the best way to learn new things of VBA. regards prince On Saturday, September 8, 2012 3:17:44 PM UTC+5:30, Vijay Aggarwal wrote: > > Hello Excel VBA Gurus!!! > > My name is Vijay and currently I am working in MIS Team of a MNC in

$$Excel-Macros$$ Re: Required Revenue started from Date..

2012-09-09 Thread Prince Dubey
Nice formula Don regards prince On Friday, August 31, 2012 6:05:54 PM UTC+5:30, Kuldeep Singh wrote: > > > Hi Experts, > > I want to required Revenue started from Date. > > > Regards, > Kuldeep Singh > Phone.: +91-120-4763789, Extn.: 789 > naukri...@gmail.com || www.naukri.com > *Please* *Consid

$$Excel-Macros$$ Re: Number to Text

2012-09-09 Thread Prince Dubey
Hi Sujit, Please just copy and paste the following code and call this function on worksheet As * SpellNumber(Number) * * * * * * Option Explicit 'Main Function Function SpellNumber(ByVal MyNumber) Dim Dollars, Cents, Temp Dim DecimalPlace, Count ReDim Place(9) As String Place(2)

$$Excel-Macros$$ Re:

2012-09-09 Thread Prince Dubey
Hi Harshad, Please see the attachment hope this will help you. regards prince On Sunday, September 9, 2012 12:19:35 PM UTC+5:30, harshad shukla wrote: > > dear all, > I had a query where in i had to sum the values of cell based on cell > colour.that is to add all > numbers of a row whose cell

$$Excel-Macros$$ Re: HELP ME TO FIND THE CIRCLE AND AREA

2012-09-07 Thread Prince Dubey
Hi Sundarvelan, Just paste below formulas In columns I and J and drag this up to i20 and j20 *=INDEX($B$1:$F$20,MATCH(K2,$D$1:$D$20,0),1) in I2 Circle* * =INDEX($B$1:$F$20,MATCH(K2,$D$1:$D$20,0),2) in J2 Area Regards Prince * On Thursday, September 6, 2012 12:37:06 PM UTC+5:30, Sundar

$$Excel-Macros$$ Re: Please Help

2012-09-06 Thread Prince Dubey
Hi Jeet, I did'nt get your query or the selection criteria for the desire solution.So pls explain little more about the problem. regards prince regards prince On Thursday, September 6, 2012 10:28:42 AM UTC+5:30, jeet singh wrote: > > > > Dear All, > > plz find the attachment and help > >

$$Excel-Macros$$ Re: Sun IDM Developer in NY

2012-09-06 Thread Prince Dubey
Dear vinay this is not the place where job posting can be done so pls follow the rules of forum. On Thursday, September 6, 2012 7:29:03 PM UTC+5:30, Vinay Kumar wrote: > > > > *Req: Sun IDM Developer* > > *Location: NY* > > *Duration 12 months* > > > > *Required Skills Include

Re: $$Excel-Macros$$ Excel macro to add VBA password

2012-09-06 Thread Prince Dubey
Hi Rajan, I m agree with you. On Thursday, September 6, 2012 8:11:31 PM UTC+5:30, Rajan_Verma wrote: > > Although you can know VBA Project is lock or unlock but you can not lock > or > unlock VBProject by Code > > > Regards > Rajan verma > +91 7838100659 [IM-Gtalk] > > > -Original Messa

$$Excel-Macros$$ Re: UDF for all worksheets

2012-09-06 Thread Prince Dubey
Hi sandeep, i hope scope of ur function or sub is private, so please make it public. If it does not work then pls share the ur workbook with us. regards Prince On Thursday, September 6, 2012 4:15:13 PM UTC+5:30, sandeep chhajer wrote: > Dear all, > > I have made a UDF (formula) in personal.

$$Excel-Macros$$ Re: need tool for automation

2012-09-04 Thread Prince Dubey
Hi Maksood, Can you pls let us know what kind of tool do you want.I mean what kind of functionalities do you want in your tool. Regards Prince On Tuesday, September 4, 2012 11:47:03 PM UTC+5:30, maksood alam wrote: > Hi Gusy, > > > Please provide some website from where i can downloa

$$Excel-Macros$$ Re: Noorain Ansari - Most Helpful Member August 2012

2012-09-04 Thread Prince Dubey
Congrats Noorain sir. On Sunday, September 2, 2012 10:33:02 AM UTC+5:30, Ayush Jain wrote: > Dear members, > > Once again, Noorain Ansari has been selected as 'Most Helpful Member' for > the month of Aug'12. He has posted 111 posts in August 2012 and helped many > forum members through his e

$$Excel-Macros$$ Re: Amazing Mind

2012-09-04 Thread Prince Dubey
I have got it logic(: Regards Prince On Tuesday, September 4, 2012 10:20:46 AM UTC+5:30, Bhaity wrote: > Dearest All, > > Lets have a break for a while :- > > Minder Reader is attached with. Actually the reader seems to be very > creative, but it is built in logical way. Pl

$$Excel-Macros$$ Re: How to import data from Oracle SQL to MS Excel ?

2012-09-04 Thread Prince Dubey
Hi Mangesh You can use an sddin to simplify your task for example you can use SQLodbc ( *http://sqlodbc.t35.com* <http://sqlodbc.t35.com/>) =sql.execute("CONNECTION STRING";"YOUR SQL CODE"); hope this will help you regards prince dubey. On Monday, September 3

$$Excel-Macros$$ Re: Help needed in sum

2012-09-04 Thread Prince Dubey
try this and drag the same at the end of ur range with criteria =SUMIFS($I$15:$I$24,$J$15:$J$24,N15,$K$15:$K$24,"<"&O15) regards prince On Monday, September 3, 2012 5:17:27 PM UTC+5:30, rambo wrote: > Dear all, > > > -- > Regards > Rambabu. G > -- Join official facebook page of t

$$Excel-Macros$$ Re: Simple formula required

2012-09-04 Thread Prince Dubey
Hi Amar, Please paste this formula H3 and Drag it to H6 this will give ur desire result. =RIGHT(D3,LEN(D3)-(FIND(")",D3,1)+1)) Regards Prince On Tuesday, September 4, 2012 2:01:19 PM UTC+5:30, amar takale wrote: > > -- Join official facebook page of this forum @ https://www.facebook

$$Excel-Macros$$ Re: Lookup data when there are repeated data with diff amt

2012-09-03 Thread Prince Dubey
Hi Rakesh, Plz Use this Hope this will Help You. SUMIF(Sheet1!$B$2:$B$18,Sheet2!A2,Sheet1!$D$2:$D$18) Regards Prince On Monday, September 3, 2012 1:01:07 PM UTC+5:30, rakesh sharma wrote: > Hi Experts, > > I need the actual remit amt agnst tracking on sheet2 when data was found > repeated

$$Excel-Macros$$ Re: Required month name & year from the full date

2012-09-03 Thread Prince Dubey
Hi Pravin, Please use this hope this help you TEXT(A1 ,"-") regards, Prince On Saturday, September 1, 2012 12:58:23 PM UTC+5:30, Pravin Gunjal wrote: > Dear Friends, > > I have attached an excel file for the subject mentioned above. > > In which there is column having full date in th

$$Excel-Macros$$ Re: Required a search option in excel file

2012-08-28 Thread Prince Dubey
> > [image: Inline image 1] > > 2. If I type *52.06** *then we should get the following result... > > [image: Inline image 2] > > Hope the requirement is understood by you. Kindly look in to this and do > the needful. Thank you. > > *REGARDS,* > *PRAVIN GUNJ

$$Excel-Macros$$ Re: Required a search option in excel file

2012-08-27 Thread Prince Dubey
Hi Praveen, Please see the attachment hope this will help you. regards prince On Monday, August 27, 2012 3:02:48 PM UTC+5:30, Pravin Gunjal wrote: > > Hello Friends, > > Need a help on the following issue. > > 1. I am having a file containing 318 products / rates in it. (file is > attached f

$$Excel-Macros$$ Re: Change row color to Yellow, Then Hide Row

2012-08-27 Thread Prince Dubey
Hi Dick, Hope this help you. Sub Test() Dim rng As Range Dim ClAs Range With ThisWorkbook.Worksheets("Sheet1") Set rng = .Range("H1:H" & .Range("H" & .Rows.Count).End(xlUp).Row) For Each Cl In rng If Cl.Value > 1 Then Cl.Interior.Color = vbYellow Cl.Ent

$$Excel-Macros$$ Re: Number of Non Business Hours Formula Needed

2012-08-27 Thread Prince Dubey
Hi LJ, Do you want the result in hrs OR in days, because ur format is in mm-dd-yy hh:mm:ss. So please explain ur question with an example. regards prince On Monday, August 27, 2012 7:59:11 PM UTC+5:30, LJ wrote: > > Greetings, > > I am trying to figure out a formula that will give me the amo

$$Excel-Macros$$ Re: Hook Chart

2012-08-22 Thread Prince Dubey
Very Nice and Good work Rajan Regards prince On Wednesday, August 22, 2012 7:32:24 PM UTC+5:30, Rajan_Verma wrote: > > * * > > *Hi Group,* > > * * > > *Just sharing hook chart , see the attached sheet* > > * * > > * * > > ** > > * * > > * > any comment and suggestion are welcome ,* > > *You can a

$$Excel-Macros$$ Re: Cell show blank but in it show formula

2012-08-16 Thread Prince Dubey
Please see the attachment regards prince On Thursday, August 16, 2012 3:39:08 PM UTC+5:30, amar takale wrote: > > > -- Join official facebook page of this forum @ https://www.facebook.com/discussexcel FORUM RULES (1120+ members already BANNED for violation) 1) Use concise, accurate thread

$$Excel-Macros$$ Re: Tips for working on huge data in excel 2007

2012-08-16 Thread Prince Dubey
Hi Amit, I thinks if your data is too large then please try it operate by using Arrays and dictionary objects In VBA. regards prince On Wednesday, August 15, 2012 7:18:41 PM UTC+5:30, Amit Desai (MERU) wrote: > > Dear Friends, > > > > I need to work on huge data in excel 2007. Whenever I u

$$Excel-Macros$$ Re: Embed Video in excel

2012-08-16 Thread Prince Dubey
Hi Hilary, i please try following step hop it will work for you. 1. Save ur work book in 2003-97 format 2.Go to developer tab->In ActiveX Control select last icon (right bottom most(more control))->Add window media player->drop it on sheet 3.Click on design mode 4. Select the property of window

$$Excel-Macros$$ Run time error "out of memory 7"

2012-08-14 Thread Prince Dubey
Hi Group, I have a project which is running fine on my system with XP OS but the same project giving error of "Out of Memory 7" on other system with XP platform. I am using VBA and Acess as data source. I tried my level best to track the source of error but not able to find it.So can you pls

$$Excel-Macros$$ Re: Rek : Need CRM Administrator (Salesforce)

2012-08-13 Thread Prince Dubey
Hi Ayush Pls ban this user. On Monday, 13 August 2012 21:48:23 UTC+5:30, sudheer sudheer wrote: > > *Hi* > > *Need* > > *Role: CRM Administrator (Sales force)* > > *Duration: 1 Year* > > *Location: Austin, TX* > > *Job Specific * > > *Job Specific Required education & experience* > > · High

$$Excel-Macros$$ Re: want to show always last date in date range in chart X-Axis

2012-08-13 Thread Prince Dubey
Hi Divaker, Can you plz share ur work book with group. regards prince On Thursday, 9 August 2012 19:17:50 UTC+5:30, Divaker Pandey wrote: > > Hi Expert, > > can any one help me to show last available date in chart -xaxis range. > > > Divaker > -- Join official facebook page of this forum @ h

Re: $$Excel-Macros$$ Help with Formula Destination

2012-08-09 Thread Prince Dubey
Thanks Sam , it is useful for me also. prince On Monday, August 6, 2012 10:08:09 PM UTC+5:30, Sam Mathai Chacko wrote: > > =HYPERLINK("#"&CELL("address",Sheet3!A1),Sheet3!A1) > > Regards > > Sam Mathai Chacko > > On Mon, Aug 6, 2012 at 9:41 PM, ashish koul > > wrote: > >> =HYPERLINK("#'"&SUBSTITU

$$Excel-Macros$$ Re: Unable to increase the rows anywhere in excel file - please help

2012-08-09 Thread Prince Dubey
Hi Pravin, Please go officebutton->excel option->advanced->Display option for this workbook->All (option ) select this option will allow you to insert row without any error. regards prince On Thursday, August 9, 2012 6:26:55 PM UTC+5:30, Pravin Gunjal wrote: > > > *With regards, > > **Prav

$$Excel-Macros$$ Re: formula base on condition

2012-08-08 Thread Prince Dubey
Hi Pawel, please see the attachment. regards prince On Wednesday, August 8, 2012 11:15:30 PM UTC+5:30, lupinskip wrote: > > Hi All, > > I'm looking for formula that will be checking cell base on the condition > that last 8 digits will be match, with 8 digits from different cell. Pls > see a

$$Excel-Macros$$ Re: Make Bold the relevant data.....

2012-08-08 Thread Prince Dubey
hi muneer, please see the attachment. prince On Wednesday, August 8, 2012 5:34:03 PM UTC+5:30, Mohammed Muneer wrote: > > Dear Group, > > > > Make bold the data relevant in the below rows that follows the yellow > highlighted in cell A1. > > > > > > > > Regards, > > Muneer, >

$$Excel-Macros$$ Re: Activate the word wrap option in excel......

2012-08-08 Thread Prince Dubey
Hi Muneer, please see the attachment hope this will help you. regards prince On Wednesday, August 8, 2012 6:50:06 PM UTC+5:30, Mohammed Muneer wrote:` > > Regards, > > Muneer, > > CC…. > > > > > -- Join official facebook page of this forum @ https://www.facebook.com/discussexce

$$Excel-Macros$$ Re: Index sheet : Fantastic Presentation

2012-08-07 Thread Prince Dubey
Hi Amar, I think it depends on the creativity of a person you should search on google for this. regards prince On Tuesday, August 7, 2012 7:26:56 PM UTC+5:30, amar takale wrote: > > All Experts > Can anybody give me index sheet example where index sheet is fantastic > presentation view In spre

$$Excel-Macros$$ Re: Auto Filling of Color - Need Help

2012-08-07 Thread Prince Dubey
Hi JP Please see the attachment. regards prince On Tuesday, August 7, 2012 2:30:26 PM UTC+5:30, Jayaprakash S wrote: > > Dear Experts, > > Good Noon. > > Need help in auto filling of Colours to the shapes as well > attached excel sheet for more information. > > Kindly Help & advise. > >

$$Excel-Macros$$ Re: regarding public const

2012-08-04 Thread Prince Dubey
very well explained Rajan On Wednesday, August 1, 2012 10:46:27 AM UTC+5:30, vijayajith VA wrote: > > Hi Gurus, > > Please could you explain what is the use of Public & public const in vba > macros. > > could you provide me one simple example... > > Thanks > > > > > > -- FORUM RULES (986+

Re: $$Excel-Macros$$ Trace Precedents and Trace Error

2012-08-03 Thread Prince Dubey
Hi Sam, Nice Answer. I wanted to ask this question before well doesn't matter to me, I got my answer. regards Prince On Friday, August 3, 2012 9:34:10 PM UTC+5:30, Sam Mathai Chacko wrote: > > Trace Precendents and Trace Error is different from each other literally > as it sounds. For any sin

Re: $$Excel-Macros$$ Oracle DBA West Norristown, PA 6+ Months

2012-08-03 Thread Prince Dubey
Gys please don't post anything that is related with job posting. On Friday, August 3, 2012 10:37:55 PM UTC+5:30, NOORAIN ANSARI wrote: > > Dear andrew, > > Job posting is ban here. > Sent from BlackBerry® on Airtel > -- > *From: * Andrew Thomas > *Sender: * excel-macro

$$Excel-Macros$$ Re: Please tell me more about Areas Function with example.

2012-07-31 Thread Prince Dubey
hi Kuldeep' You can see my thread about the areas function that i had started on 29 of july. regards prince On Tuesday, 31 July 2012 10:05:28 UTC+5:30, Kuldeep Singh wrote: > > > Hi Experts, > > Please tell me more about Areas Function with example. and how to use in > excel workbook. > > Reg

$$Excel-Macros$$ Re: Kindly tell me about "T", & "N" Formulas with examples. and What is exact use for this formulas.

2012-07-31 Thread Prince Dubey
l return 0. - If *value* is an error, the error value is returned. - For all other *value*s, the N function will return 0. for example: =n(35)=35 =n("hi")=0 Hope this will help you regards Prince dubey On Tuesday, 31 July 2012 21:54:59 UTC+5:30, Kuldeep Singh wrote: > >

$$Excel-Macros$$ Re: Pls tell me more about Areas Property of the Range

2012-07-30 Thread Prince Dubey
Hi Sam, Thanks for your help .As i saw the result i guess that Areas property return cluster of range when there is a range created by using union function. regards prince On Sunday, 29 July 2012 00:28:46 UTC+5:30, Prince Dubey wrote: > > Hi All, > > > I want to know m

$$Excel-Macros$$ Re: Workdays formula help required

2012-07-29 Thread Prince Dubey
nds on 3,4 and 10 ,11 nov. And also pls note: Dates should be entered by using the DATE function A positive value for days yields a future date; a negative value yields a past date. Prince dubey Hope this will help you . Regards On Sunday, 29 July 2012 13:33:42 UTC+5:30, vic kumar wr

$$Excel-Macros$$ Re: Pls tell me more about Areas Property of the Range

2012-07-29 Thread Prince Dubey
it returned 1 . regards On Sunday, 29 July 2012 00:28:46 UTC+5:30, Prince Dubey wrote: > > Hi All, > > > I want to know more about Areas property of the range object, > > If I write: Range("A1").Areas(1) it return text inside that range but i > m not abl

$$Excel-Macros$$ Pls tell me more about Areas Property of the Range

2012-07-28 Thread Prince Dubey
;).Areas.Creator or range("A1").Areas.Parent , I m not able understand these. Actually i m confused about these statements because i was expecting that areas will return Areas ie # on of cells in that range, But it is not in actual. Prince Dubey. -- FORUM RULES (986+ members alrea

$$Excel-Macros$$ Re: How to learn/understand INDEX, INDIRECT, FIND, MATCH, OFFSET functions?

2012-07-18 Thread Prince Dubey
Hi Indrajit, I thing this site will help you http://www.ozgrid.com/ regards prince dubey On Wednesday, July 18, 2012 3:09:11 AM UTC+5:30, Bullet wrote: > > Hi All, > > Tell me some easiest way to learn/understand INDEX, INDIRECT, FIND, MATCH, > OFFSET functions. > &

$$Excel-Macros$$ Re: All the sheet names in one sheet

2012-07-16 Thread Prince Dubey
Hi Santosh, Please refer attach sheet it may help you. Regards Prince dubey On Monday, 16 July 2012 14:52:01 UTC+5:30, santosh wrote: > > Hi Group, > > I want the list of all the sheet names available or to created in sheet1 > automatically via formula of a workbook *

$$Excel-Macros$$ Re: copy color from cell base on condition formating

2012-07-16 Thread Prince Dubey
Hi Pawel, In case of conditional formatting we can not refer other sheet. So for this problem you can use macro. regards prince dubey. On Monday, 16 July 2012 20:08:57 UTC+5:30, lupinskip wrote: > > Hi All, > I'd like to ask you for favour. I have an issue with copy of the

$$Excel-Macros$$ Re: How to Calculate NPV using Macros

2012-07-14 Thread Prince Dubey
Hi Rajesh, You Can Use NPV Function of the excel, You Need not to do anything special just type =NPV(rate,value) regards prince On Saturday, 14 July 2012 20:40:16 UTC+5:30, rajasekaran wrote: > > How to Calculate NPV using Macros -- FORUM RULES (986+ members already BANNED for violation

$$Excel-Macros$$ Re: Need formula

2012-07-12 Thread Prince Dubey
hi Prashant, Use this =INDEX(A2:A4,MATCH(TRUE,LEN(A2:A4)<>0,0),1) with Ctrl+shift+enter regards prince dubey On Thursday, 12 July 2012 16:50:22 UTC+5:30, ppawle.excel wrote: > > Dear All, > > Need a formula for getting first text in the Range, in particular cell , >

$$Excel-Macros$$ Re: column width - Reg

2012-07-12 Thread Prince Dubey
Hi Mothi, Please attach your workbook, your question is not clear. regards prince On Thursday, 12 July 2012 20:48:49 UTC+5:30, mothi wrote: > > Dear any one > > I am using sheet1 worksheet column a to n , Column width is differents > based on datas. same data format different places up 20 she

$$Excel-Macros$$ Re: please help,,,

2012-07-10 Thread Prince Dubey
Hi Ann, Can you please explain bit more about your issue.As we are not able to understand your Issue. Do you want to copy data from active cell or anything else ? regards Prince dubey. On Tuesday, July 10, 2012 3:21:50 PM UTC+5:30, an wrote: > > > Dear experts, > > please help

$$Excel-Macros$$ Re: Extracting a word from the cell.......

2012-07-10 Thread Prince Dubey
Hi Muneer, Please see the attachment. regards Prince dubey. On Tuesday, July 10, 2012 7:55:34 PM UTC+5:30, Mohammed Muneer wrote: > > > > Hi! Everybody, > > Dear Group, > > > > I want to extract a word from the sentence in cell beside. >

$$Excel-Macros$$ Re: Query - AutoNumber

2012-07-10 Thread Prince Dubey
.Count).End(xlUp).Row) intNext = Application.WorksheetFunction.Max(rng) rng.Offset(1) = intNext + 1 End With End Sub Regards Prince dubey. On Tuesday, July 10, 2012 7:12:00 PM UTC+5:30, Hemant wrote: > > Hi Group, > > I am trying to get a automatically generate a Num

$$Excel-Macros$$ Re: Rajan Verma - Most helpful Member(June​'12)

2012-07-09 Thread Prince Dubey
Congrats rajan. regards prince dubey On Wednesday, 4 July 2012 21:46:48 UTC+5:30, Ayush Jain wrote: > > Hello Everyone, > > Rajan Verma has been selected as 'Most Helpful Member' for the month of > June'2012. This is third time in row. :) > He has posted 149 p

Re: $$Excel-Macros$$ Unique Name Query

2012-07-09 Thread Prince Dubey
Hi Deba, I found your solution working fine. regards prince 9891472849 On Saturday, 7 July 2012 12:00:10 UTC+5:30, Bhaity wrote: > > Hi Karan, > > PFA... > > Use this formula for unique extraction: > > =IFERROR(INDEX($A$1:$A$11,MATCH(0,COUNTIF($C$2:C2,$A$1:$A$11),0)),"") > > And for counti

$$Excel-Macros$$ Re: Vlookup or Match formula - regionwise

2012-07-09 Thread Prince Dubey
Hi Sreejit, Please see the attachment i hope this will help you. regards prince 9891472849 On Sunday, 8 July 2012 20:55:24 UTC+5:30, Sreejith K. V wrote: > > Hi Team, > > Can someone please help me with the attached excel sheet. > > Regards > Sreejith > -- FORUM RULES (986+ members already

$$Excel-Macros$$ Re: VBA Code for inserting a row in table in protected sheet

2012-07-07 Thread Prince Dubey
Hi B Sharma, Please See the Attachment, hope this will help you. Regards Prince On Friday, 6 July 2012 17:15:20 UTC+5:30, B Sharma wrote: > > Dear Excel Experts, > > I have a protected data sheet, where I want to insert row where the cursor > is selected. > > I need a VBA code who will do the

$$Excel-Macros$$ Re: Is there any way to find out how much memory is being used by a excel sheet in particular excel file

2012-07-03 Thread Prince Dubey
Hi Lakshman, I think you should copy or Move your each sheets into a new work book this help you to know the size of each sheets in your workbook. hope this will help you. regards prince On Tuesday, 3 July 2012 13:02:48 UTC+5:30, lakshm...@yahoo.com wrote: > > > Dear Expert, > Is there an

  1   2   >