$$Excel-Macros$$ Client in Portsmouth, NH need Active Docs Developer

2016-05-05 Thread MADHU-GenuineItLlc
Hi Partner, Hope you are doing great … Please send resume to ma...@genuineitllc.com *Title : Active Docs Developer* *Location: Portsmouth, NH* Mandatory skillset: Ø Candidates should have at least 7+ yrs. experience working in CCM platform. Ø Should have at least 1+ yr. experience work

$$Excel-Macros$$ Multiple requirements PLEASE SEND RESUMES TO (b...@taditsolutions.com)

2016-05-05 Thread Rene Mickey
Hi, Hope you are doing great... Please let me know your interest along with your updated resume and details. (It will be of great help if you can refer someone for the same in case you are not currently available) *PLEASE SEND RESUMES TO (**b...@taditsolutions.com )* *POSITION: 1*

$$Excel-Macros$$ Client in Sunnyvale, CA need Sr. SAP BODS Consultant

2016-05-05 Thread MADHU-GenuineItLlc
*Title : Sr. SAP BODS Consultant* *Location : Sunnyvale, CA* JD:- - Experience implementing and optimizing ETL processes using SAP Business Objects Data Services - Expertise in SAP Data Quality Management, SAP Information Steward. - Experience working on data integration projects

Re: $$Excel-Macros$$ Query

2016-05-05 Thread Saleem Ansari
PFA & Confirm On Thu, May 5, 2016 at 2:54 PM, wrote: > Hello > > PFA > > -- > 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,

$$Excel-Macros$$ Query

2016-05-05 Thread sush . david1
Hello PFA -- 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, Urgent, Ne

Re: $$Excel-Macros$$ extracting numbers

2016-05-05 Thread Upendra Singh Sengar
Have not seen the workbook but you can modify the formula as below to extract everything after "_POV_" =MID(A1,FIND("_POV_",A1)+5,Len(A1)-FIND("_POV_",A1)+5) Thanks, Upendra Singh +91-9910227325 On Thu, May 5, 2016 at 11:43 AM, Abhishek Jain wrote: > In all but one of your examples, the number

$$Excel-Macros$$ How to use VLOOKUP formula using Array code.

2016-05-05 Thread karthik kumar
Dear All, I need to reconcile the two sheets having more than 1,50,000 rows. I used following VBA code. however it is taking more than 30 minutes to give output. Sometime it gets stuck when macro running. Sub MakeFormulas() Dim SourceLastRow As Long Dim OutputLastRow As Long Dim sourceSheet As

$$Excel-Macros$$ Change Cell Color when value entered

2016-05-05 Thread Suman
Dear Team, I'm using below code to change the cell color once value entered but I'm unable to use this for MYRNG. I tried to do this with For Each Loop but with this loop code is changing the entire MYRNG’s color. Can someone please help me out to resolve this issue? After correction please also