Re: $$Excel-Macros$$ Convert HTML file to Excel

2011-03-19 Thread ashish koul
try this select the folder in which you have saved the html files On Sat, Mar 19, 2011 at 2:33 PM, Chidurala, Shrinivas < shrinivas.chidur...@citi.com> wrote: > Ashish, > > Find attached sample file as requested. > > Regards, > Shrinivas > Citi® Global Transaction Services - India > > UB City,

$$Excel-Macros$$ RE: Here is a start

2011-03-19 Thread Susan
Thanks that helped. Sometimes when the obvious doesn't work, do the opposite. Like find the formula that fixes the error J And thanks for catching my error in column T. Reminder: don't use your personal email to reply to a question. When you do it , your answer won't post to the group

RE: $$Excel-Macros$$ combining averageif with time into one formula

2011-03-19 Thread mgaler
Hi Susan, U5:U19, Format to mil. time, then paste =IFERROR(AVERAGEIF($F$5:$F$17,"=1",$G$5:$G$17),"No Occurrence") in U5:U15, with the "=1" changing to the right value in the cells. Format the data ranges in numeric format without decimals. Not sure why you are summing the values in column T ins

Re: $$Excel-Macros$$ combobox criteria not working

2011-03-19 Thread Maries
Hi Santosh, Use the following code for combo criteria - Command button 5 Private Sub CommandButton5_Click() Dim A As Integer Dim B As Integer Dim c As Integer Dim d As String A = TextBox1.Value B = TextBox2.Value d = ComboBox1.Value c = A * B If d = "OTHERS" Then TextBox3.Value = c * 45 / 100 Els

RE: $$Excel-Macros$$ combobox criteria not working

2011-03-19 Thread Dave Bonallack
Hi Santosh, You have declared number variables as Integer, which have a maximum allowance of (approx) +/- 32000. Dim A As Integer Dim B As Integer Dim c As Integer Try declaring them as Long Dim A As Long Dim B As Long Dim c As Long Regards - Dave. Date: Sat, 19 Mar 2011 20:22:18 +0530

RE: $$Excel-Macros$$ combining averageif with time into one formula

2011-03-19 Thread Susan
Hi Umesh, I tried changing the format via from the format cells and Excel changed the number to 0:00. The formula =TIME works fine, how do I incorporate that formula into my =Average formula? =AVERAGEIF($F$5:$F$17,"=1",$G$5:$G$17) =TIME That didn't work , then I tried =(TIME(AVERAGEIF

$$Excel-Macros$$ combobox criteria not working

2011-03-19 Thread santosh subudhi
Hi Friends, Need a small help. Attached is a excel with a comand button which will populate a userform. In the userform there is a comand button called use combo which should calculate based on the combobox criteria. This is what not calculating properly. -- Regards Santosh santoshkumar.subu.

Re: $$Excel-Macros$$ i need a help

2011-03-19 Thread vijayajith VA
thankyou very much On Sat, Mar 19, 2011 at 6:17 PM, sudhir kumar wrote: > Dear > > Please find the attachment and reply me your query solved or not. > > thankx > > > On 19/03/2011, vijayajith VA wrote: > > hello all, > > > > Please see the attached file > > > > Thankyou > > > > -- > > > ---

Fwd: $$Excel-Macros$$ i need a help

2011-03-19 Thread Rajiv Kumar
"=SUMIF(A3:B24,"Reebok",B3:B24)" Use this formula Veriety wise total.. -- Forwarded message -- From: vijayajith VA Date: Sat, 19 Mar 2011 14:42:47 +0530 Subject: $$Excel-Macros$$ i need a help To: excel-macros@googlegroups.com hello all, Please see the attached file Thank

Re: $$Excel-Macros$$ i need a help

2011-03-19 Thread sudhir kumar
Dear Please find the attachment and reply me your query solved or not. thankx On 19/03/2011, vijayajith VA wrote: > hello all, > > Please see the attached file > > Thankyou > > -- > -- > Some important links for ex

$$Excel-Macros$$ i need a help

2011-03-19 Thread vijayajith VA
hello all, Please see the attached file Thankyou -- -- Some important links for excel users: 1. Follow us on TWITTER for tips tricks and links : http://twitter.com/exceldailytip 2. Join our LinkedIN group @ http://

RE: $$Excel-Macros$$ Convert HTML file to Excel

2011-03-19 Thread Chidurala, Shrinivas
Ashish, Find attached sample file as requested. Regards, Shrinivas Citi(r) Global Transaction Services - India UB City, Canberra Block, # 24, Vittal Mallya Road, Bangalore - 56 00 01. Ph- +91-80-4144 6339 / 6340 Email - shrinivas.chidur...@citi.com From: e

Re: $$Excel-Macros$$ Find all NamedRanges in Worksheet/workbook

2011-03-19 Thread §»VIPER«§
hi ashish the same will work in 2003 -- *Thanks & Regards Thamu * On Sat, Mar 19, 2011 at 1:56 PM, ashish koul wrote: > try this (excel 2007) i haven't tested it on 2003 > > > press f3 and click on paste list > > > > > > On Fri, Mar 18, 2011 at 10:27 PM, hanumant shinde < > hanumant_5...@yah

$$Excel-Macros$$ Convert HTML file to Excel

2011-03-19 Thread Chidurala, Shrinivas
Dear All, Please any help in me on below mail. Regards, Shrinivas Citi(r) Global Transaction Services - India UB City, Canberra Block, # 24, Vittal Mallya Road, Bangalore - 56 00 01. Ph- +91-80-4144 6339 / 6340 Email - shrinivas.chidur...@citi.com -Original Message- From: excel-macr

Re: $$Excel-Macros$$ Please Help

2011-03-19 Thread sudhir kumar
Hi Running balance mean's outstanding of Parties on left side display date. Pending amount mean's pending bills upto outstanding. thanx On 19 March 2011 05:27, Umesh Dev wrote: > Hi Sudhir, > > It is still not clear, how to get the Running Bal and the Pending Amount. > > > Regards > Umesh >

Re: $$Excel-Macros$$ While Looping, looking for cells that start with "D"

2011-03-19 Thread Muhammad Talal Akbar
i need your help my question is "Excel, auto-find duplications when inputting data in different sheets?" help me out as early as u can my dear -- -- Some important links for excel users: 1. Follow us on TWITTER for

Re: $$Excel-Macros$$ how to prevent from duplicate value?

2011-03-19 Thread §»VIPER«§
Hi Akbar, checkout the attachment and revert if it is not helpful. -- *Thanks & Regards Thamu * On Sat, Mar 19, 2011 at 9:14 AM, Muhammad Talal Akbar < sh.talal.ak...@gmail.com> wrote: > > > -- > > -- > Some impo

Re: $$Excel-Macros$$ Convert HTML file to Excel

2011-03-19 Thread ashish koul
can u send the sample file On Thu, Mar 17, 2011 at 3:20 PM, Chidurala, Shrinivas < shrinivas.chidur...@citi.com> wrote: > Dear All, > > We received some HTML files from System and we save as them in Excel file > and do some formatting. Can we do this activity of converting HTML file to > Excel by

Re: $$Excel-Macros$$ Find all NamedRanges in Worksheet/workbook

2011-03-19 Thread ashish koul
try this (excel 2007) i haven't tested it on 2003 press f3 and click on paste list On Fri, Mar 18, 2011 at 10:27 PM, hanumant shinde wrote: > Hi friends, > > i want to find out all the namedranges from worksheet / workbook. can > somebody please help me. > > eg. lets say A1 to A4 name of th

RE: $$Excel-Macros$$ While Looping, looking for cells that start with "D"

2011-03-19 Thread Dave Bonallack
You're welcome Dave From: walpa...@hotmail.com To: excel-macros@googlegroups.com Subject: RE: $$Excel-Macros$$ While Looping, looking for cells that start with "D" Date: Fri, 18 Mar 2011 15:55:08 -0600 Hi Dave, Thank you for your response. Sounds like your suggestion should work just fin