$$Excel-Macros$$ Re: Need Help in Macro Loop for data dirstribution

2016-01-05 Thread Mandeep Baluja
> > Check this out,Easily achieved with formula > {=IFERROR(INDEX(Raw!$D$2:$H$85,MATCH('WAVE 1'!$A4&'WAVE 1'!B$2&'WAVE > 1'!$A$2,Raw!$A$2:$A$85&Raw!$B$2:$B$85&Raw!$C$2:$C$85,0),MATCH(B$3,Raw!$D$1:$H$1,0)),0)} > Regards, Mandeep baluja -- Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in

$$Excel-Macros$$ Merge cell entries & flash/blink cell for conditional formatting

2016-01-05 Thread big smile
Respected all Can some body help me in this queries -- Forwarded message -- From: big smile Date: 4 January 2016 at 17:26 Subject: $$Excel-Macros$$ Merge cell entries & flash cell for conditional formatting -- Can any body please help me out To: excel-macros@googlegroups.com

Re: $$Excel-Macros$$ Re: Create Multiple Excel Files from One file

2016-01-05 Thread Mandeep Baluja
> > Try This code !! > Sub CreateSheetsDemo() Dim wb As Workbook Dim wbtemp As Workbook Dim Workrng As Range Dim uniquename As Variant Dim Dic As Object Dim lr As Long: lr = Sheets("Order").Cells(Rows.Count, 4).End(xlUp).Row mypath = ThisWorkbook.Path & "\"

$$Excel-Macros$$ Client in Houston TX need SAP SD OTC Inventory & Warehouse Functional Consultant

2016-01-05 Thread MADHU-GenuineItLlc
Hi Partner, Hope you are doing great … Please send resume to ma...@genuineitllc.com *Title : SAP SD OTC Inventory & Warehouse Functional Consultant* *Location: Houston TX* *ESSENTIAL FUNCTIONS:* • Work with Customer Solutions analysts and business personnel to understand the global OTC, In

$$Excel-Macros$$ Client in Peachtree City, GA need SAP PP MM Techno functional Consultant

2016-01-05 Thread MADHU-GenuineItLlc
Hi Partner, Hope you are doing great … Please send resume to ma...@genuineitllc.com *SAP PP MM Techno functional Consultant * *Location: Peachtree City, GA* *Duration: 4 months* *SAP PP MM Techno functional Consultant* Play a key role in the full project lifecycle, from initial set-up of

Re: $$Excel-Macros$$ Re: Create Multiple Excel Files from One file

2016-01-05 Thread Kalyan Dutta
Mandeep I added line #31 (wbtemp.Sheets.Add) BECAUSE MY EXCEL BOOK DOES NOT CREATES "SHEET2" AUTOMATICALLY. When I added this line , The code runs without any error. But Summary Tab is incorrect. See the attached output file. Please provide some suggestions. On Tue, Jan 5, 2016 at 12:07 PM, Man

$$Excel-Macros$$ Re: data validation upon saving...

2016-01-05 Thread Lin Kanitz
Thank you for your reply Mandeep. This is a time log to log activities with the 8 hour work day. So based on breaks and other tasks we determined that 7.25 should be the amount of hours that the employees will need to account for. There are times when the Time Logs are missing hours...seems

$$Excel-Macros$$ Need Help in Macro Loop for data dirstribution

2016-01-05 Thread Pankaj K Pandey
Good Evening Experts, I am stuck in a very big problem, In Attached file, I have some data in RAW data file and I want to distribute that data in all the other sheets basis on Wave name date and employee name. Sheet would be different basis on WAVE mean. for example data for Wave 1 need to go

$$Excel-Macros$$ Re: Create Multiple Excel Files from One file

2016-01-05 Thread Mandeep Baluja
Did you run the code in input file ? Have you tried debugging of code step by step ? Why paste:=xlpasteall is deleted ? I have not received this error while running this code something u are doing wrong unintentionally. Regards, Mandeep -- Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And

$$Excel-Macros$$ Client in Saint Charles, IL need SAP OCM Technical Consultant

2016-01-05 Thread MADHU-GenuineItLlc
Hi Partner, Hope you are doing great … Please send resume to ma...@genuineitllc.com *SAP OCM Technical Consultant* *Location: Saint Charles, IL 60174* *Duration: 11 Months* *Must have 7 years of SAP OCM experience* *Job Details* Must be strong in OCM Strategy, Planning and Communicati

$$Excel-Macros$$ Client in Saint Charles, IL need SAP Time Management Technical Consultant

2016-01-05 Thread MADHU-GenuineItLlc
Hi Partner, Hope you are doing great … Please send resume to ma...@genuineitllc.com *SAP Time Management Technical Consultant* *Location: Saint Charles, IL * *Duration: 12 Months* *Job Details* · Write schemas and rules in Time Management module to meet business requirement.

$$Excel-Macros$$ Client in Woodlands, TX need Senior Informatica Admin/ Developer with SAP Connectors

2016-01-05 Thread MADHU-GenuineItLlc
Hi Partner, Hope you are doing great … Please send resume to ma...@genuineitllc.com *Title : Senior Informatica Admin/ Developer with SAP Connectors* *Expected Duration: 6+ months* *Location: The Woodlands, TX (north of Houston)* *Interview:* Face-to-face so candidates must be within sho

$$Excel-Macros$$ Client in SFO, CA need DevOps Engineer

2016-01-05 Thread MADHU-GenuineItLlc
Hi Partner, Hope you are doing great … Please send resume to ma...@genuineitllc.com *Must have LinkedIn Client won’t consider the resumes without it.* *Title : DevOps Engineer* *Location : San Francisco, CA * *Duration :10 months* You will incrementally and drastically improve our soft

$$Excel-Macros$$ Re: Quasi Vlookup

2016-01-05 Thread Bill Q
Thank you Mandeep ! On Monday, 4 January 2016 10:45:11 UTC-5, Bill Q wrote: > > PSA... > > There are two sheets attached > > * Sheet "INV" (the main sheet) > * Sheet "CONTAINERS" > > * Both have item # as the key. > > I am looking at somehow having The "INV" sheet pull down or access the > info

$$Excel-Macros$$ Re: Create Multiple Excel Files from One file

2016-01-05 Thread Kalyan Dutta
Mandeep, Thanks for your response. I am getting the below error message "Run Time error '9' " "Subscript out of range " on the line highlighted in yellow. On Tuesday, January 5, 2016 at 8:05:41 AM UTC-5, Mandeep Baluja wrote: > > Check this out !! save this output file in a f

$$Excel-Macros$$ Re: Create Multiple Excel Files from One file

2016-01-05 Thread Mandeep Baluja
Check this out !! and let me know Sub CreateSheetsDemo() Dim wb As Workbook Dim wbtemp As Workbook Dim Workrng As Range Dim uniquename As Variant Dim Dic As Object Dim lr As Long: lr = Sheets("Order").Cells(Rows.Count, 4).End(xlUp).Row mypath = ThisWorkbook.Path

$$Excel-Macros$$ Create Multiple Excel Files from One file

2016-01-05 Thread Kalyan Dutta
I have one excel file and wanted to create multiple files out of this one file. The input file (input.xls) and the output file(craig.xls and Kelly.xls) is attached. Any suggestions. -- 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 officia

$$Excel-Macros$$ ادارة المكاتب وحفظ الملفات 31 يناير - 4 فبراير دبي تنظيم مركز أرض المعرفة

2016-01-05 Thread Sara Swed
[image: cid:image001.jpg@01D142FE.1DEE7BF0] -- 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 titl