$$Excel-Macros$$ Excel Macros Free PDF

2010-02-10 Thread Venkatesan c
Dear All Can I Have Excel Macros PDF Complete Guide -- -- Some important links for excel users: 1. Follow us on TWITTER for tips tricks and links : http://twitter.com/exceldailytip 2. Excel and VBA Tutorials(Video a

Re: $$Excel-Macros$$ URGENT :Sumif Query

2010-02-10 Thread Aindril De
Hi Ayush, If you are using Exel 2007 then you can use Sumifs function, or otherwise you can use sumproduct function if you are using any version below 2007. Regards, Aindril On Wed, Feb 10, 2010 at 9:30 PM, Ayush wrote: > Dear Group, > > I have a query on sumif function that if I would like to

RE: $$Excel-Macros$$ Formula Array to VBA Code

2010-02-10 Thread Dave Bonallack
Hi, You can't usually just use worksheet functions in VBA. VBA sometimes has functions with the same workings, and you can use those, but worksheet functions need to be handled differently. Also, to use a named range in VBA, you have to use: Range("Name-of-Range") Regards - Dave. > Date: W

$$Excel-Macros$$ Formula Array to VBA Code

2010-02-10 Thread kuhrty
I have a search formula that resides in a cell. The idea is if something is found return a 1 if not return 0 based on conditional formatting, a color is assigned. This array seeking the max value for a true instance. Additional piece of info, the search is used a column value, many contain 25 st

Re: $$Excel-Macros$$ EXCEL HELP

2010-02-10 Thread somasekhar duvvapu
Hi Group, I want to learn excel macros. so can anybody have excel macro learning document for easily learning. with regards, sekhar -- -- Some important links for excel users: 1. Follow us on TWITTER for tips tricks

RE: $$Excel-Macros$$ URGENT :Sumif Query

2010-02-10 Thread Dave Bonallack
Hi Ayush, Not sure about SumIf, but we can use SumProduct: =SUMPRODUCT((A1:A1000)*((B1:B1000="AJ")+(B1:B1000="CM")+(B1:B1000=12))) Note that SumProduct doesn't seem to support using whole column refs. Regards - Dave. > Date: Wed, 10 Feb 2010 07:30:38 -0800 > Subject: $$Excel-Macros$$ URGENT

$$Excel-Macros$$ URGENT :Sumif Query

2010-02-10 Thread Ayush
Dear Group, I have a query on sumif function that if I would like to sum a range based on two values of other range. For example : Column A = Amount Column B = Product Line(12,15,CM,AS,AR,AJ etc.) I want to sum column A if Column B = 12 or CM or AJ the below is not working : =sumif(A:A,B:B,"1

$$Excel-Macros$$ Re: VBA Help

2010-02-10 Thread Ayush
Hi Chethan, Excel is used at most of the places so as VBA. You may apply in Finance, BPOs, etc. Let us know if any further assistance is required by us. Thanks. Best regards, Ayush Jain On Feb 10, 3:56 pm, chethan Bhadravathi wrote: > Hi Everybody, > > i want to know which industry use VBA for

Re: $$Excel-Macros$$ Financial modeling

2010-02-10 Thread Jef Gorbach
correct and agreed. at least the poster included the ISBN/etc info to find it via legit sources as well. On Feb 10, 2:38 am, Ashish Pahuja wrote: > Hi All, > >  I would encourage ALL users to not send pirated softwares (Paid ones) or > ebooks (though available all over net) or their links on this

$$Excel-Macros$$ VBA Help

2010-02-10 Thread chethan Bhadravathi
Hi Everybody, i want to know which industry use VBA for excel programming most.? So that i can apply for jobs who does VBA excel programming and also suggest me the links or websites to apply jobs for VBA excel programming. Thanks in advance. Regards, Chethan --

Re: $$Excel-Macros$$ Need Help

2010-02-10 Thread Paul Schreiner
Shiv, Are you doing homework for a class? or working on someone else's code? or reading a book? the use of [ ] is called "relative addressing" or using "Relative Addresses" so.. (r[-5]c:r[-1]c) is a range in the CURRENT column (c) and starting 5 rows above to 1 row above the designated cell So,

$$Excel-Macros$$ extracting data from a closed workbook

2010-02-10 Thread Ulisses Flores
Hello, I did something similar a few days ago, think that will work for you! Set serverone = GetObject("\\server1\PLAN2010.xlsm") Set servertwo GetObject("\\server1\PLAN2005.xlsm") serverone.Worksheets("plan1").Cells(1, 1).Value = servertwo.Worksheets("plan1").Cells(1, 1).Value Ap

RES: $$Excel-Macros$$ extracting data from a closed workbook

2010-02-10 Thread Ulisses Flores
Hello, I did something similar a few days ago, think that will work for you! Set serverone = GetObject("\\server1\PLAN2010.xlsm") Set servertwo GetObject("\\server1\PLAN2005.xlsm") serverone.Worksheets("plan1").Cells(1, 1).Value = servertwo.Worksheets("plan1").Cells(1, 1).Value A

Re: $$Excel-Macros$$ Financial modeling

2010-02-10 Thread Shiv Goel
Is any body have Study matrial related to investment banking field On Wed, Feb 10, 2010 at 1:58 PM, Ayush wrote: > Thanks Ashish. I agree with you. > > The group members should not share any paid material or Password > cracker in this group. Please adhere the same going forward. > Any violation

$$Excel-Macros$$ Number to Word

2010-02-10 Thread Rajeev Nandan
Dear Mr.Dilip I have Amount in Figure and the same I want to write in Word in UAE Dirhams. e.g. AED.1,235,123.90 UAE Dirhams One Million Two Hundred Thirty Five Thousand One Hundred Twenty Three and Fils Ninety 90/100 Only. Please help. Regards, Rajeev Nandan -- -

Re: $$Excel-Macros$$ Financial modeling

2010-02-10 Thread Ayush
Thanks Ashish. I agree with you. The group members should not share any paid material or Password cracker in this group. Please adhere the same going forward. Any violation may lead to termination of membership from the group. Best regards, Ayush Jain Group Owner. On Feb 10, 12:38 pm, Ashish Pah

Re: $$Excel-Macros$$ Help

2010-02-10 Thread Nitin Gupta
If you are working in 1 workbook in that case both terms are same and If you are working with more that 1 workbook then ActiveWorkbook denote the current selected workbook and Thisworkbook denote the workbook where the coding is stored. Regards Nitin Gupta On Tue, Feb 9, 2010 at 11:03 PM, Shiv G

Re: $$Excel-Macros$$ Financial modeling

2010-02-10 Thread Ashish Pahuja
Hi All, I would encourage ALL users to not send pirated softwares (Paid ones) or ebooks (though available all over net) or their links on this forum. Moderator should have pointed out this thing, and filtered it out. Books are written by authors and they get paid, when read by users who buy it f

Re: $$Excel-Macros$$ Financial modeling

2010-02-10 Thread Anand Desai
Thanks Sachin. If somebody has down loaded *Financial Analysis with Microsoft Excel 4th edition *Please mail it to the group. Anand On Wed, Feb 10, 2010 at 11:57 AM, Sachin Shukla wrote: > Dear Shiv, > > Please find another book on said subject. > > Thanks > > Sachin Shukla > Business Analyst > >