You are here:
| Expert | Average Ratings | Expertise | ||
|---|---|---|---|---|
Ariful MondalIndia
Available
|
Any question related to Excel-data analysis, Basic VBA macro, formats, functions, formula, charts and graphs etc. | |||
Dave MorrisonCanada
Available
|
I can answer most excel questions My Website is davesexcel.com | |||
Richard RostU.S.
Available
|
|
|||
Andrea LynchU.S.
Available
|
I am very familiar with teaching excel concepts, formulas, and working with basic VBA. I am not as capable with advanced level VBA questions. | |||
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. | |||
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,...) | |||
GULSHAN PURSWANIIndia
Available
|
I can answer questions related to the following topics: 1. MS Excel - Creating and Linking Formulae, Running Pivot Tables, Vlookup etc. 2. Macros / VBA - Creating Macros to do specific jobs. Importing / Exporting / Validating Data in excel through Macros. | |||
Nathan HeadU.S.
Available
|
This expert requires a donation of $5 for questions answered (satisfaction guaranteed). Isn't $5 a value for this experts time? Microsoft Excel questions related to advanced formulas, Pivot Tables, filters, forms, graphs, and just about anything else (EXCEPT Visual Basic Coding/Programming and Macros, I don't answer questions in those categories). |
|||
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 ..... | |||
marcrodosU.S.
Available
|
Expert programming macros or visual basic VBA that can help automate your Excel spreadsheets using VBA programming or macros to excel, forms and other procedures related to Macros. I also have an excellent command of Excel in almost its entirety, formulas, graphs, dynamic tables. | |||
Jerry BeaucaireU.S.
Available
|
Excel Formulas, macros, automation. Microsoft Excel MVP - 2010. Code site with free code snippets and techniques: http://sites.madrocketscientist.com/jerrybeaucaires-excelassistant/files | |||
Edward H. MoriU.S.
Available
|
Expert with pivot tables, very good with many functions, excellent in report formatting. I don't do charts. | |||
Adelaide carvalhoPortugal
Available
|
I will be able to answer any question on Excel and Visual Basic for Applications - class modules, recursive procedures and functions are my favourite | |||
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. | |||
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. I'm based in the UK, so please allow for time differences when asking me questions from other parts of the world! | |||
Jan Karel PieterseNetherlands
Available
|
Excel and Excel/VBA questions | |||
SixthsenseIndia
Available
|
[Overview] Having hands-on experience with Excel, I can able to answer questions which is related to Conditional Formatting, Goal Seek, Scenarios, Subtotal, Validation, Pivot Table, Shared Workbook, Excel Sheet / Workbook Protection, Excel Settings, Excel Shortcuts and the Two Major & Massive Key Areas of Excel (i.e.) Worksheet Functions and Excel VBA (Macro). [Not Interested In] Chart Questions [Something Controversial] *50% of answers never been read by the questioner's. *Only 5% of questioner's provide feedback about the suggested answers. |
Grace, It is unclear to me where you want the results or how you want to search. I will assume that A1: ID B1: Color A2: Red B2: Blue so in C2 put in =IF(COUNTIF($A$2:$A2,$A2)=1,IF(B2="Red"
My suggestion of Ron's site was to give you actual macros, fully explained - it's hard to write a macro without knowing what it needs to do - but certainly saving it to a known location would work - the
It's always difficult when data doesn't exactly match - but there isn't (as far as I know) a quick way of handling this - however, you can do it in a number of passes - firstly, you've done a look up which
Amit, Well, since the row height is adjusted to the height of the picture, I wouldn't see that being in the center. Not sure what you thoughts are on that. If you want to center it in the center
Amit, this is where it uses column B to get the list of pictures Set r = Range("B2", Cells(Rows.Count, 2).End(xlUp)) So you could do Set r = Range("B2", Cells(Rows.Count, "B").End(xlUp))
Answers by Expert: