You are here:
| Expert | Average Ratings | Expertise |
|---|---|---|
BillU.S.
Available
|
I can provide help with most all EXCEL questions and most all questions about writing EXCEL macros. I have been developing macros for about 10 years in EXCEL and have switched to it from Lotus 1-2-3 after about 10 years of writing macros in it. Typically, I will not write a macro for you unless it is very short because of all the details a macro has to know about to work every time and all the time are rarely provided. If I am not given ALL the details, circumstances, and situations then a "good" macro can not be written. Please understand that I do not know it all and will be the first to say so. As politely as possible, I don't write macros for people on this site who need one, want one, seem to imply that they need one, and/or seem to think I am expected to write one UNLESS they are very short, quick, and simple. 99% of all macros are more involved than what you think and rarely am I provided with enough specific and complete details to have the code work the first time and every time. This typically means too many follow-up emails ..... | |
Philip BuckleyU.S.
Available
|
In Excel 2003 I can handle all basic questions such as how to copy and paste, all medium type questions such as pivot tables, and also am proficient in basic macros. I am also quickly learning 2007 where everything is pretty much the same but all in different places. Please be as detailed in writing your question as possible as that goes a long way in my ability to give the best answer possible. | |
CraigU.S.
Available
|
I can answer most general questions, including formatting, shortcuts, pivot tables etc. I have just started using macros, so vba is not my strong suit. I also enjoy explaining the solution at the questioners level of understanding. I am an accountant by trade, so that is my primary area of expertise, but I am willing to tackle just about anything. | |
Richard RobertsU.S.
Available
|
Can assist you in most areas of Excel, have been working with it for about 15 years in many types of applications, but primarily in financial and accounting applications. I am a CPA and many client or client problems have necessitated the use of excel. I am not an expert in charting, macros, or pivot tables. | |
Richard RostU.S.
Available
|
![]() |
|
Miguel ZapicoU.S.
Available
|
I will try to answer any question that I can replicate in my current environment (I use Excel 2003 with Windows XP). This may include formula related questions on other Excel versions. Due to time limitations, I am not writing custom code to answer questions any more. Sorry for the inconvenience. | |
Bob UmlasU.S.
Available
|
I`m a Microsoft Excel MVP (Most Valuable Professional) and have been since the inception of the program in 1995. I can answer every kind of Excel question except: API, Importing/exporting to other programs (powerpoint, word,...) | |
Aidan HeritageAvailable
|
I have provided first hand support since `95 for Microsoft Office majoring in Word and Excel - support for all versions from 2 onwards | |
Tom OgilvyU.S.
Available
|
Worked with the program for many years - provided assistance on MS Excel Newsgroups since 1997. Have received the Microsoft MVP award annually since 1999. I don't answer questions on using Excel in a browser Since I have no way to test this. Prefer not to answer charting questions. I consider myself to be particularly knowledgeable about using VBA internal to Excel but have no problems with formulas and pivot tables either. | |
Stuart ResnickAvailable
|
I can answer any question relating to MS Excel formulas, or to programming with vba (Visual Basic for Applications) in the Excel environment | |
AmalIndia
On Vacation
returns 12/02/2009 |
Can answer basic worksheet related questions like formulae usage, connecting to RDBMS from server to extract rows from tables, basic macro construction, pivot table creation, dynamic updation of worksheet data from Server RDBMS.. | |
Damon OstranderU.S.
On Vacation
returns 11/31/2009 |
I have extensive experience with VBA programming in Excel 5 through Excel 2007. I am an consultant in a small defense technology services company, and have developed a wide range of applications in VBA, including simulations involving mixed-language programming, satellite orbit mechanics, graphics and animation, and real-time applications. I am interested in moderate to hard VBA-related questions only. | |
Jan Karel PieterseNetherlands
On Vacation
returns 11/22/2009 |
Excel and Excel/VBA questions | |
Victor LanSingapore
On Vacation
returns 12/01/2009 |
I use Excel at work and can assist you in manipulating and filtering data, creating and using formulas, pivot tables, and writing VBA to solve problems and automate processes. I'm willing to research and find a solution for almost anything in Excel for you. | |
Richard StephensU.S.
On Vacation
returns 11/22/2009 |
Can respond to questions up to and including advanced (very rusty on VBA) Currently using Excel 2003 and Xp (can still remember some of the earlier excel programs. No question to basic. | |
BhaskarU.S.
On Vacation
returns 12/16/2009 |
Any Excel related questions, including usage of complex formulae, Arrays, VBA, Forms, Add-Ins, Auditing etc. | |
Bill HermansonU.S.
Unavailable
|
Please tell me WHICH EXCEL VERSION you are using! DO NOT ASK ME me about Macros or VBA. Please read my "instructions to questioners" in my full profile [use View Profile, at right], to help you write a question that I can understand, without having to ask you what you mean. If your question contains any of the words THIS, IT, THAT, THOSE, or THEY, I likely won't understand IT. Please rewrite! My Expertise: I am an expert at data manipulation, the use of incredibly complex logical statements, databases, combining tables and extracting data, all the LOGICAL, LOOKUP & REFERENCE functions, dynamic ranges, creating professional appearing spreadsheets, complex functions, integrated charts and visual displays, user interfaces.... I can make Excel do anything! But PLEASE... NO MACRO or VBA QUESTIONS! |
|
Douglas M. SmithU.S.
On Vacation
returns 12/03/2009 |
I specialize in solving formula, feature and structure related problems. I know many tricks to help make your spreadsheets and processing more efficient. | |
Adelaide carvalhoPortugal
On Vacation
returns 12/18/2009 |
I will be able to answer any question on Excel and Visual Basic for Applications - class modules, recursive procedures and functions are my favourite | |
Chad WelchU.S.
Maxed Out
|
I have a lot of experience with VBA; Sub procedures, functions etc. I am also very familiar with array formulas. |
Sujan, Based on what you have said, I would do this: Private Sub Worksheet_Change(ByVal Target As Range) ' if more than one cell is triggering, then exit sub If Target.Count > 1 Then Exit Sub
Hans J Hamm, this worked for me: Sub abc() Dim s As String s = "=IF(ISERROR(INDEX(Projects!C$2:C$500,MATCH(1,(C$2=Projects!D$2:D$500)*" & _ "(A20=Projects!I$2:I$500),0))),"""",INDEX(Projects!C$2:C$500
Andreas, This worked for me. Sheet1 is the hidden sheet where the data is. Sheet2 is where the data is placed. I use the eight columns next to the cell with the text searched for since you didn't
This is a standard mail merge - you didn't specify the version of word, but basically set your document up as a merge document, insert the fields and then merge to email recipients - if you need further
This can be because of the use of absolute references. Check that the row number in the reference doesn't have a dollar sign in front. For example, a formula like this: =$A$1 Will not change the row
Answers by Expert:

©2009 About.com, a part of The New York Times Company. All rights reserved.