You are here:
Virtually all common questions about Microsoft Excel, including all versions. Help with formulas, functions, optimum data layout, and application management. Please: No VBA or macro questions.
I taught Advanced Microsoft Excel to the senior accountants at the Environmental Protection Agency. Let's hope they were listening.
Dreamboat on Word Office VBA: Macros You Can Use Today
Self-taught and worked with the best in Microsoft Office applications.
Microsoft Word MVP 2008
I am a VBA project manager and am happy to provide you with a quote for your larger projects; don't be afraid of macros!
There is a be-all, end-all book on Microsoft Excel in my head; I hope to get it into book form some day.
Troubleshooting Excel is simple! You'll find the steps to take right here: Excel Troubleshooting
Many people use really long formulas when it's not necessary! Many people use Excel when they should be using Access, or vice-versa.
| User | Date | K | C | P | Comments |
|---|---|---|---|---|---|
| A. | 05/21/12 | 10 | 10 | 10 | |
| Jennifer | 05/17/12 | 9 | 9 | 10 | Thank you very much for the excellent ..... |
| Jeff | 05/16/12 | 10 | 10 | 10 | Thank you so much, it works perfectly ..... |
| Gordon | 05/10/12 | 10 | 10 | 10 | Thank you for your expert help. And ..... |
| Mohd Firdaus | 05/09/12 | 10 | 10 | 10 |
You simply use the Subtotals feature, then, right there with Grouping... Sort your list by name. Then Data-->Subtotals. Then choose to "group" by Field 1. Choose to Subtotal by Field 2. You can
Hi! Have you tried the Grouping feature under the Data ribbon? Otherwise, I need to know, what do you mean by count/group? We can certainly count how many of each, but we'll first need to know where
Assuming A is dropdown start time. Assuming B is dropdown end time. Max 10-hour cell (C1), which must be formatted as number: =IF((B1-A1)*24>10,10,(B1-A1)*24) For the overtime cell (D1), format
Use the Conditional Format feature. Select J1. Conditional format using a formula. The formula will be: =I1="y" (this might need to be upper case) If white is your default fill, you don't
=if(c5>c4,c5*.9,c5*1.1) Try that out. I'm not sure if the 1.1 should be 1.1 or .1. If you're ADDING that .1, then 1.1. If you're just calcing 10% of c5, then .1. You did not say what should be
Answers by Expert:

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