$$Excel-Macros$$ Re: Need help on formula

2009-08-25 Thread Dilip Pandey
Hi Vinod, Attached file has three different solution scenarios to your query. Thanks. -- DILIP KUMAR PANDEY MBA-HR,B COM(Hons.),BCA Mobile: +91 9810929744 dilipan...@gmail.com dilipan...@yahoo.com New Delhi - 110062 On 8/25/09, vinod rao wrote: > > Hello Team, > > How do i rank only posit

$$Excel-Macros$$ Re: Need help on formula

2009-08-25 Thread Prashant Bhawar
On Tue, Aug 25, 2009 at 9:52 PM, vinod rao wrote: > Hello Team, > > How do i rank only positive numbers. Plz help me on formula. > > Example > > Amount Rank > 200 2 > 100 3 > -50NA > 10 4 > -5 NA > 3001 > > > > > i attc

$$Excel-Macros$$ Re:ROUNDUP

2009-08-25 Thread jonell
On Aug 25, 9:39 pm, NOURREDINE BELHAJ wrote: > Hi All, > > Hope you are well. > > I would like to ROUNDUP the figure below > > 9,235,200.23 € to 9,500 > > Can you please advise ? > Thanks > -- > Regards > > Nourredine BELHAJ > > +41783081988 > +33665248617 Hi Nourredine, A solution is at

$$Excel-Macros$$ Re: Need help on formula

2009-08-25 Thread vivek agrawal
Hi attached is the solution to your query Hope it helps Thanks and Regards, Vivek Agrawal Skype ID - vivek.agrawal83 GoogleMoonlight.com - Saving energy-Save Earth On Tue, Aug 25, 2009 at 9:52 PM, vinod rao wrote: > Hello Team, > > How do i rank only positive numbers. Plz help me on fo

$$Excel-Macros$$ Re: IF condition formula

2009-08-25 Thread Dilip Pandey
Thanks Harmeet..!! But, I must say that the solution provided by Paul is also good, the only limitation which I can see in it is that It won't work in Excel 2003 / xp or versions below than that. Suresh.. the Brave man... if you have Excel 2007 version installed in your PC, then please go ahead an

$$Excel-Macros$$ Re: ROUNDUP

2009-08-25 Thread jsa-dk
ROUNDUP(9235200,23*2;-6)/2000 On Aug 25, 1:39 pm, NOURREDINE BELHAJ wrote: > Hi All, > > Hope you are well. > > I would like to ROUNDUP the figure below > > 9,235,200.23 € to 9,500 > > Can you please advise ? > Thanks > -- > Regards > > Nourredine BELHAJ > > +41783081988 > +33665248617 --~--~-

$$Excel-Macros$$ Need help on formula

2009-08-25 Thread vinod rao
Hello Team, How do i rank only positive numbers. Plz help me on formula. Example Amount Rank 200 2 100 3 -50NA 10 4 -5 NA 3001 --~--~-~--~~~---~--~~

$$Excel-Macros$$ Re: How to plus two textboxes in currency and with 2 decimals

2009-08-25 Thread Ciffor
I solved the problem my self, like this: Txt1 = Txtbox1.Value Txt2 = Txtbox2.Value Txt3 = CDec(Txt1) + CDec(Txt2) TxtTotal.Text = Format(Txt3, "###0.00") It works like a charm. --~--~-~--~~~---~--~~ ---

$$Excel-Macros$$ Re: Help regarding formula

2009-08-25 Thread Anish Shrivastava
Yea Vidyut, You can use this formula to extract data from another sheet.. U just have to changed the reference cells. Lemme know if I can help u more on this.. Cheers!! ANISH On Tue, Aug 25, 2009 at 4:22 PM, vidyut more wrote: > can i use this formula to another sheet extract data from anothe

$$Excel-Macros$$ Re: IF condition formula

2009-08-25 Thread Harmeet Singh
I think Dilip has already provided the solution. plese refer to attached file. On Tue, Aug 25, 2009 at 5:53 PM, suresh k wrote: > > Can anyone provide me the formula for below query. > >Report Date Total Logged Time at Work Hrs 7/2/2009 8.86 7/2/2009 9.03 > 7/2/2009 7.92 7/2/2009 9.02 7

$$Excel-Macros$$ Re: Formula-Replacing Minus Symbol

2009-08-25 Thread Dilip Pandey
Hey Putta, thanks for the appreaciting note. . !! Warm Regards, DILipandey On 8/25/09, Putta Madaiah wrote: > Thank you Dilip, I appreciate your efforts. > > Rgds- Putta > > On Tue, Aug 25, 2009 at 4:35 PM, Dilip Pandey wrote: > >> Hi Putta, >> >> Attached herewith is the solved spreadsheet co

$$Excel-Macros$$ Re: IF condition formula

2009-08-25 Thread Paul Schreiner
Try =SUMIFS (not SUMIF, but SUMIFS) the plural means multiple conditions!!! the function Wizard makes it very easy to use. But your formula becomes: =SUMIFS(B2:B6,A2:A6,"7/2/2009",B2:B6,">8") Sums B2-B6, if A2-A6 is "7/2/2009" and if B2-B6 is > 8. hope this helps. Paul __

$$Excel-Macros$$ Re: How to activate a macro from a specific cell in the spreadsheet

2009-08-25 Thread Paul
Absolutely! What you're looking for is a specific type of macro (or subroutine) called an "Event". There are lots of kinds of events. the "workbook_open" event runs when a workbook is open. the "workbook_activate" or "workbook_deactivate" events run when you switch between windows. What you descri

$$Excel-Macros$$

2009-08-25 Thread vidyut more
Hi Anish can i use this formula to another sheet extract data from another sheet. --~--~-~--~~~---~--~~ -- Some important links for excel users: 1. Excel and VBA Tutorials(Video and Tex

$$Excel-Macros$$ Data Validation & If formula

2009-08-25 Thread Opal
I have a worksheet where users log daily activities. There are three columns where they need to respond either "Yes" or "No" to these activities based on a specific question. For ease of entry I have made a data validation from a list with either Yes or No as the options for each cell in the col

$$Excel-Macros$$ disregard last post

2009-08-25 Thread Opal
I will use conditional formatting in the 2nd and 3rd columns instead. --~--~-~--~~~---~--~~ -- Some important links for excel users: 1. Excel and VBA Tutorials(Video and Text), Free add

$$Excel-Macros$$ ROUNDUP

2009-08-25 Thread NOURREDINE BELHAJ
Hi All, Hope you are well. I would like to ROUNDUP the figure below 9,235,200.23 € to 9,500 Can you please advise ? Thanks -- Regards Nourredine BELHAJ +41783081988 +33665248617 --~--~-~--~~~---~--~~ ---

$$Excel-Macros$$ Re: saving VBA-created objects

2009-08-25 Thread Jene
Here is the macro attached to the command button that populates the comboboxes: Private Sub CommandButton3_Click() Sheet2.Include1.Value = False Sheet2.Include2.Value = False Sheet2.Include3.Value = False Sheet2.Include4.Value = False Sheet2.Include5.Value = False Sheet2.Include6.Value = False

$$Excel-Macros$$ IF condition formula

2009-08-25 Thread suresh k
Can anyone provide me the formula for below query. Report Date Total Logged Time at Work Hrs 7/2/2009 8.86 7/2/2009 9.03 7/2/2009 7.92 7/2/2009 9.02 7/3/2009 9.05 Answer should be 26.91. Excluding the value less than 8.00 hrs and it should calculate only for one day(7/2/2009). I have tried i

$$Excel-Macros$$ Re: Formula-Replacing Minus Symbol

2009-08-25 Thread Putta Madaiah
Thank you Dilip, I appreciate your efforts. Rgds- Putta On Tue, Aug 25, 2009 at 4:35 PM, Dilip Pandey wrote: > Hi Putta, > > Attached herewith is the solved spreadsheet containing two possible > scenarios. Thanks. > > -- > DILIP KUMAR PANDEY > MBA-HR,B COM(Hons.),BCA > Mobile: +91 9810929744

Fwd: $$Excel-Macros$$ Help regarding formula

2009-08-25 Thread vidyut more
can i use this formula to another sheet extract data from another sheet. -- Forwarded message -- From: Anish Shrivastava Date: Tue, Aug 25, 2009 at 3:32 PM Subject: Re: $$Excel-Macros$$ Help regarding formula To: excel-macros@googlegroups.com Cc: vidyutm...@gmail.com Hi Vidyut,

$$Excel-Macros$$ Thnaks a lot

2009-08-25 Thread vidyut more
Hi Anish Shrivastava. its cool Thnaks a lot --~--~-~--~~~---~--~~ -- Some important links for excel users: 1. Excel and VBA Tutorials(Video and Text), Free add-ins downloads at http://

$$Excel-Macros$$ How to activate a macro from a specific cell in the spreadsheet

2009-08-25 Thread vbiad
Hello Experts, I am looking for a way to start a macro by clicking on a specific cell in the spreadsheet. The macro have to run each time the value in the cell is changed. Is this possible??? Thank in advance for the help Kind regard Hans Dijkstra --~--~-~--~~~---

$$Excel-Macros$$ Re: Help regarding formula

2009-08-25 Thread Anish Shrivastava
Hi Vidyut, Attached please find the worksheet wid formula. I just used Data Validation to create the list of your Q.No. and used below formula.. Hope it Helps. =SUMPRODUCT(($A$2:$A$211=$F$219)*($C$2:$C$211=G217)*($H$2:$H$211)) Cheers!! ANISH On Tue, Aug 25, 2009 at 2:23 PM, vidyut more wrote:

$$Excel-Macros$$ Linking to Reuters market data in vba

2009-08-25 Thread thedoc
I'm looking for an efficient way to download data from Reuters into vba. Downloading into a workbook cell is easy enough, but I want to avoid using reuters links in my spreadsheet, as it slows things down considerably. At the moment I'm using the following code in vba: ReutersData = Application

$$Excel-Macros$$ Re: Find the second highest no.

2009-08-25 Thread Dilip Pandey
Hi Gaurav, Attached sheet has two possible solutions for your query. Thanks. -- DILIP KUMAR PANDEY MBA-HR,B COM(Hons.),BCA Mobile: +91 9810929744 dilipan...@gmail.com dilipan...@yahoo.com New Delhi - 110062 On Mon, Aug 24, 2009 at 7:39 PM, Gaurav Banerjee wrote: > Hi,, How to fnd the second

$$Excel-Macros$$ Re: Help regarding formula

2009-08-25 Thread Dilip Pandey
Hi Vidyut, Solution is attached with this email. thanks. -- DILIP KUMAR PANDEY MBA-HR,B COM(Hons.),BCA Mobile: +91 9810929744 dilipan...@gmail.com dilipan...@yahoo.com New Delhi - 110062 On Tue, Aug 25, 2009 at 2:23 PM, vidyut more wrote: > plz find attd. excel file. i want formula for pa

$$Excel-Macros$$ Re: IF condition formula

2009-08-25 Thread Dilip Pandey
Ok..I think tomorrow, we can discuss on this over Gtalk. If you want you can draft your queries as well and sent that to the group. Thanks -- DILIP KUMAR PANDEY MBA-HR,B COM(Hons.),BCA Mobile: +91 9810929744 dilipan...@gmail.com dilipan...@yahoo.com New Delhi - 110062 On Tue, Aug 25, 2009 at 6

$$Excel-Macros$$ Re: Fw:

2009-08-25 Thread Dilip Pandey
Hi William, I have included your both the examples in the solved workbook and attached that with this email. Please have a look. Further to this, what I have understood as per your query is "there are some numbers which will be generated randomly and at the end will be followed by some Zeros".. h

$$Excel-Macros$$ Re: IF condition formula

2009-08-25 Thread Dilip Pandey
Hi Suresh.. the Brave man.!! Attached workbook has the solution to your query. Thanks -- DILIP KUMAR PANDEY MBA-HR,B COM(Hons.),BCA Mobile: +91 9810929744 dilipan...@gmail.com dilipan...@yahoo.com New Delhi - 110062 On Tue, Aug 25, 2009 at 5:06 PM, suresh k wrote: > Hi Dilip, > > Could yo

$$Excel-Macros$$ Re: counting of diffrent cell values of same name or Numbers in nos

2009-08-25 Thread Dilip Pandey
Hi Shivashankar, I have given out the solution in the attached spreadsheet. Thanks. -- DILIP KUMAR PANDEY MBA-HR,B COM(Hons.),BCA Mobile: +91 9810929744 dilipan...@gmail.com dilipan...@yahoo.com New Delhi - 110062 On Tue, Aug 4, 2009 at 6:14 PM, shivashankar katageri < shankarkatag...@gmail

$$Excel-Macros$$ Re: Formula-Replacing Minus Symbol

2009-08-25 Thread Dilip Pandey
Hi Putta, Attached herewith is the solved spreadsheet containing two possible scenarios. Thanks. -- DILIP KUMAR PANDEY MBA-HR,B COM(Hons.),BCA Mobile: +91 9810929744 dilipan...@gmail.com dilipan...@yahoo.com New Delhi - 110062 On Tue, Aug 4, 2009 at 2:38 PM, Putta Madaiah wrote: > Hi All,

$$Excel-Macros$$ Re: saving VBA-created objects

2009-08-25 Thread kamal shah
Could you paste your Macro Codes here and probably it will be easy to identify solution. May be your macros are event based. Kamal On Mon, Aug 24, 2009 at 5:09 PM, Joseph Choi wrote: > you may need to save the user input state of your controls (combo box, > listbox) and save it on your workbook

$$Excel-Macros$$ Help regarding formula

2009-08-25 Thread vidyut more
plz find attd. excel file. i want formula for particular q.No. Mtrs on particular date. txn in advance. --~--~-~--~~~---~--~~ -- Some important links for excel users: 1. Excel and VBA Tu

$$Excel-Macros$$ Re: Urgent: Need help in dashboard creation

2009-08-25 Thread bharghav r
Vivek, I have not used the user form.I have inserted active x controls.Have used text boxes and comboboxes.Want to hav tab functionalities for the active x controls. Regards, Bharghav R On Tue, Aug 25, 2009 at 12:27 PM, vivek agrawal wrote: > Hi > > See the attached image which contains th

$$Excel-Macros$$ Re: $$Excel - Macro$$, Automatically copy and paste the Formulas based on user inputs

2009-08-25 Thread Suhas
Hi Venkatesh i have uploaded the File jsut now ( 02:00 PM IST) in the Group folder http://groups.google.com/group/excel-macros/web/sample%20sheet.xls Please let me know the answer On Aug 24, 9:53 am, Suhas wrote: > Hi Venkatesh, > > How can i send the attachement, i cant find any options here

$$Excel-Macros$$ Re: Migrating Add-ins to Office 2007

2009-08-25 Thread Anil Kumar Agarwala
Hello JM The custom addins can be added in Excel 2007 through the Office Button. \ Click on . Anil Kumar Agarwala Anil Agarwala & Co. Chartered Accountants 3rd Floor, Adiba Mansion Maszid Lane, Kamarpatty Fancy Bazar Guwahati : 781001 Assam +91 361 2638864 (Telefax) +91 361 2517820 (Office) +91

$$Excel-Macros$$ Re: Sales tax discount calculation

2009-08-25 Thread Anil Kumar Agarwala
Hi Michael You may use =MIN(500, IF(A11<=6000,IF(A11<0,#VALUE!,ROUND(A11*0.012,2)),72+ROUND((A11-6000) *0.009+18,2))) This will give you the minimum of either values. Anil Kumar Agarwala Anil Agarwala & Co. Chartered Accountants 3rd Floor, Adiba Mansion Maszid Lane, Kamarpatty Fancy Bazar Guwahat

$$Excel-Macros$$ Re: Migrating Add-ins to Office 2007

2009-08-25 Thread Anil Kumar Agarwala
Hello JM The custom addins can be added in Excel 2007 through the Office Button. \ Click on . Anil Kumar Agarwala Anil Agarwala & Co. Chartered Accountants 3rd Floor, Adiba Mansion Maszid Lane, Kamarpatty Fancy Bazar Guwahati : 781001 Assam +91 361 2638864 (Telefax) +91 361 2517820 (Office) +91

$$Excel-Macros$$ help with Vloopup function

2009-08-25 Thread Sanjay Singh
Hi Everybody, I need help with below Vlookup function in macro. Following is the code I am presently using ActiveCell.FormulaR1C1 = "=VLOOKUP(RC[2],'[SAP Codes.xls]Sheet1'!C2:C4,3,0)" But above formula prompts me every time to locate the SAP code worksheet. Is there any way I can put the path o

Re: Fw: $$Excel-Macros$$ Rolling Payments Calculation

2009-08-25 Thread Shah
Thankyou very much Sandeep. Brilliant way to solve the problem. Thanks. On Aug 24, 9:01 pm, "Sandeep" wrote: > - Original Message - > From: "Sandeep" > To: "Shahryar Rahman" > Sent: Sunday, August 23, 2009 8:25 AM > Subject: Re: $$Excel-Macros$$ Rolling Payments Calculation > > > Hi S