$$Excel-Macros$$ Re: Copy data from different sheets to 1 summary sheet (single excel file)

2016-02-11 Thread Mandeep Baluja
zaks Every thing is possible Except my increment :P !! Elaborate what you wish to combine from Every sheet. @ Devendra :Same process, but for workbooks you need to loop files in folder one by one and Consolidate it !! *Regards, * *Mandeep baluja *

Re: $$Excel-Macros$$ Re: Copy data from different sheets to 1 summary sheet (single excel file)

2016-02-11 Thread Devendra Sahay
Hi Mandeep, If we have multiple files, then how can we make a consolidated sheet using a macro ? Thanks, On Thu, Feb 11, 2016 at 2:09 PM, Mandeep Baluja wrote: > Worksheets Combine !! Run this macro Hope you're aware about how to run a >> macro !! if not try this >>

$$Excel-Macros$$ Re: Copy data from different sheets to 1 summary sheet (single excel file)

2016-02-11 Thread zaks
Dear Mandeep, Thank you so much, it did work very well.. but my question was incomplete. I need only few data from each sheet to be copied to 1 summary sheet. Is that also possible.. On Thursday, 11 February 2016 11:37:20 UTC+4, zaks wrote: > > Is there any way to copy data from different

$$Excel-Macros$$ Re: Copy data from different sheets to 1 summary sheet (single excel file)

2016-02-11 Thread zaks
Dear Mandeep... Can understand...& hopefully u will get one soon! I have attached a sample file with 5 sheets, where 1st sheet is what i am looking to get from the original 200+ sheets in my workbook. Data is linked for ur understanding... thanks again for the troubleCheers! On

$$Excel-Macros$$ Re: Copy data from different sheets to 1 summary sheet (single excel file)

2016-02-11 Thread Mandeep Baluja
> > Worksheets Combine !! Run this macro Hope you're aware about how to run a > macro !! if not try this > > https://support.office.com/en-us/article/Run-a-macro-5e855fd2-02d1-45f5-90a3-50e645fe3155 Sub Simple_Combine() Application.ScreenUpdating = False Application.DisplayAlerts = False

$$Excel-Macros$$ Re: Copy data from different sheets to 1 summary sheet (single excel file)

2016-02-11 Thread Mandeep Baluja
Simple use this formula after pressing the button, Without any hassle ,Clear sheet after doing work. > > Regards, Mandeep baluja -- 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 @

$$Excel-Macros$$ Urgent need WPF developer role in the Woodlands ,TX

2016-02-11 Thread MADHU-GenuineItLlc
Hi Partner, Hope you are doing great … Please send resume to ma...@genuineitllc.com *Title : WPF developer* *Local or local within TX to come in for a face to face* *Job Description:* The Software Engineer serves on one of the development teams for the Pegasys Project in Houston,

$$Excel-Macros$$ Re: Copy data from different sheets to 1 summary sheet (single excel file)

2016-02-11 Thread Mandeep Baluja
> > Haha !! Glad to Help Bro :P,Thanks for providing the references otherwise >> it will be cumbersome to look values !! >> > Regards, Mandeep baluja https://www.linkedin.com/messaging/thread/6086488646137958400 https://www.linkedin.com/in/mandeep-baluja-b777bb88?trk=hp-identity-name

Re: $$Excel-Macros$$ Copy data from different sheets to 1 summary sheet (single excel file)

2016-02-11 Thread Paul Schreiner
Of COURSE there's a way.There's HUNDREDS of ways. If you can give some details, and examples, I'm sure we can help with a  solution or two. Paul- “Do all the good you can, By all the means you can, In all the ways you can, In all the places you can, At all

Re: $$Excel-Macros$$ Copy data from different sheets to 1 summary sheet (single excel file)

2016-02-11 Thread Paul Schreiner
Sorry, my email broke this out as a separate discussion. It looks like you've had your question answered. good luck!  Paul- “Do all the good you can, By all the means you can, In all the ways you can, In all the places you can, At all the times you can, To

$$Excel-Macros$$ Re: Copy data from different sheets to 1 summary sheet (single excel file)

2016-02-11 Thread zaks
Oops...forgot to attach it.. here it is... On Thursday, 11 February 2016 13:48:35 UTC+4, Mandeep Baluja wrote: > > Where are sample files ?? :( >> >> -- 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 @

Re: $$Excel-Macros$$ No Body reply --- Interest calculation as per we put years in -- D3 -- Can anybody help me out

2016-02-11 Thread Paul Schreiner
Your workbook will not be correct.What you're trying to do is called"Simple Interest Loan Amortization". Or in your case, it's an INVESTMENT amortization. The problem is, the interest on loans or investments are "compounded".That is, that the interest is calculated monthly based on the current

Re: $$Excel-Macros$$ No Body reply --- Interest calculation as per we put years in -- D3 -- Can anybody help me out

2016-02-11 Thread big smile
Thanks Paulji 1] Your idea is really very good . But my query is i want to calculate yearly basis& not monthly basis. 2] The same way what u have done is I want yearly basis. Had u use any macro or just formula only .. Thanks a lot . On 11 February 2016 at 19:03, Paul Schreiner

Re: $$Excel-Macros$$ Re: How can I add 2-6 characters to the front of numbers based ONLY on how long the number is?

2016-02-11 Thread Paul Schreiner
Paul, OK, there are several things going on here.(and my email is grouping SOME of them as one conversation, but separating others as if it's a different discussion) Some of your statements are confusing.Partially because some terms you're using have very specific meanings that you may be

$$Excel-Macros$$ Outlook Power Programming

2016-02-11 Thread Nilkanth Raval
Dear All, Can i get "Outlook Power Programming" ebook? If anyone has, please send to me. Thanks, Nilkanth Raval 9004280428 Sent with AquaMail for Android http://www.aqua-mail.com -- 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

$$Excel-Macros$$ Re: Copy data from different sheets to 1 summary sheet (single excel file)

2016-02-11 Thread zaks
Dear Mandeep, This is fabulous!! unbelievable many thanksYou saved 5 days for me... :) regards On Thursday, 11 February 2016 11:37:20 UTC+4, zaks wrote: > > Is there any way to copy data from different sheets and place it in 1 > summary sheet (200+ worksheets in 1 excel file) > > will be