professional documents
home
Profile
docsters
request
Blogs
Upload
about me
contact me
user photo
Ian
submit clear
Word Document

Excel Formulas Help center doc

financial > Accounting

The following document should help you in learning many different excel formulas.

Examples of commonly used formulas The following are examples of commonly used formulas in Microsoft Excel. Calculate the running balance Join first and last names Join a date with text Increase a number by a percentage Create a total based on one condition Create a total based on multiple conditions Count the occurrences of a condition Count the occurrences of multiple conditions Calculate the running balance You can create a checkbook register in Excel to track your banking transactions. As part of the spreadsheet, you can build a formula to calculate your running balance. In this example, assume that cell F6 contains the previous balance, cell D7 contains the first transaction's deposit subtotal, and cell E7 contains any cash-received amount. To calculate the current balance for the first transaction, enter the following formula in cell F7: =SUM(F6,D7,–E7) As you enter new transactions, copy this formula into the current balance cell for each new transaction. Join first and last names You can join a list of first names in one column with a list of last names in another column with a formula. In these examples, assume that cell D5 contains the first name and cell E5 contains the last name. To display the full name in the format "first_name last_name" (for example, "John Smith"): =D5&" "&E5 To display the full name in the format "last_name, first_name" (for example, "Smith, John"): =E5&", "&D5 Join a date with text To join, or concatenate, two values to produce one continuous text value, use the & (ampersand) text operator. To connect a number, date, or time value stored in a cell with a text string, use the TEXT worksheet function. For example, if cell F5 contains a billing date of 5-Jun-96, you can display the text "Statement date: 5-Jun-96" by using this formula: ="Statement date: "&TEXT(F5, "d-mmm-yy") Increase a number by a percentage You can increase a numeric value stored in a cell by a percentage, such as 5 percent. In this example, assume that cell F5 contains the original value. =F5*(1+5%) If the percentage amount is stored in a cell (for example, cell F2): =F5*(1+$F$2) The reference to cell F2 is an absolute cell reference so that the formula can be copied to other cells without changing the reference to F2. Create a total based on one condition Use the SUMIF worksheet function to create a total value for one range based on a value in another range. For example, for every cell in the range B5:B25 that contains the value "Northwind", the following formula calculates the total for the corresponding cells in the range F5:F25. =SUMIF(B5:B25,"Northwind",F5:F25) Return to top Create a total based on multiple conditions Use the following formula to calculate the total value of cells F5:F25, where B5:B25 contains "Northwind" and the range C5:C25 contains the region name "Western". =SUM(IF((B5:B25="Northwind")*(C5:C25="Western"),F5:F25)) To calculate the total value of cells F5:F25, where B5:B25 contains either "Northwind" or "Terra Firm", use the following formula. =SUM(IF((B5:B25="Northwind")+(B5:B25="Terra Firm"),F5:F25)) Both of these formulas are array formulas and must be entered by pressing CTRL+SHIFT+ENTER. Learn about array formulas. Return to top Count the occurrences of a condition The COUNTIF worksheet function counts the occurrences of a value in a range of cells — for example, the number of cells in the range B5:B25 that contain the text "Northwind". =COUNTIF(B5:B25,"Northwind") Return to top Count the occurrences of multiple conditions In the following formula, whenever Excel finds "Northwind" in the range B5:B25, it then checks for the text "Western" in the same row in column C (the range C5:C25). Excel then calculates the number of rows that contain both. =SUM(IF(B5:B25="Northwind",IF(C5:C25="Western",1,0))) This is an array formula and must be entered by pressing CTRL+SHIFT+ENTER. Learn about array formulas.
rate this doc
email this doc
embed this doc
add to folder
digg reddit stumble delicious
flag this doc
20928
1740
7(13)
5
10/31/2007
English
search termpage on Googletimes searched
Preview

Excel 2003 Tutorial

kol7 6/18/2008 | 208 | 18 | 0 | technology
Preview

Training Presentation Excel 2003-Enter Formulas

anonymous 11/30/2007 | 947 | 215 | 1 | creative
Preview

Training Presentation Excel 2007-Enter Formulas

anonymous 11/30/2007 | 1797 | 231 | 0 | creative
Preview

Changing External Formulas

jeffsperry 1/3/2008 | 410 | 47 | 0 | technology
Preview

Formulas

LisaB1982 5/31/2008 | 35 | 4 | 0 | educational
Preview

sales forecast formulas

MaryJeanMenintigar 7/16/2008 | 71 | 4 | 0 | financial
Preview

Geometric Formulas

LisaB1982 4/21/2008 | 86 | 2 | 0 | educational
Preview

Formulas for geometry

LisaB1982 4/22/2008 | 478 | 32 | 0 | educational
Preview

Pharmacokinetic formulas

sammyc2007 4/23/2008 | 17 | 0 | 0 | educational
Preview

Geometric Formulas

steph777 6/27/2008 | 22 | 0 | 0 | educational
Preview

T D Formulas for Denatured Alcohol and Rum

BATTT 6/17/2008 | 45 | 0 | 0 | legal
Preview

My Study Guide for PMP Exam - Memorize Formulas

csoliveira 4/16/2008 | 4823 | 316 | 1 | educational
Preview

Excel Chart Example

fionafuna 6/24/2008 | 113 | 23 | 0 | business
Preview

London Underground

ianonline 10/31/2007 | 579 | 16 | 0 |
Preview

Birmingham Map

ianonline 10/31/2007 | 491 | 1 | 0 |
Preview

Procrastination_ Ten Things To Know

ianonline 10/31/2007 | 762 | 104 | 0 |
Preview

15 Things You Can Do Right Now To Help Your Career

ianonline 10/31/2007 | 1118 | 237 | 3 |
Preview

Overcome Procrastination

ianonline 10/31/2007 | 976 | 157 | 2 | educational
Preview

Psychology Today_ Ten Politically Incorrect Truths About Human Nature

ianonline 10/31/2007 | 653 | 44 | 0 |
Preview

JRF - Developing People

ianonline 10/31/2007 | 268 | 0 | 0 |
Preview

Mentoring For Vulnerable Young People

ianonline 10/31/2007 | 372 | 6 | 0 |
Preview

New Realism

ianonline 10/31/2007 | 402 | 5 | 0 |
Preview

Reporters Without Borders

ianonline 10/31/2007 | 254 | 0 | 0 |
excel formulas1532
excel formula help1188
help with excel formulas134
excel formulae933
excel formulas help133
list of excel formulas119
excel formula119
excell formulas219
microsoft excel formulas118
excel functions help116
fórmulas de excel513
"excel formulas"110
microsoft excel formula help29
excel help formulas19
ms excel formulas28
formulas in excel28
excel formula list27
formulas excel37
learning excel formulas15
excel formullas15
 
review this doc
Excel Formullas
Rated 8 out of 10

April 22, 2008 (3 months 2 days ago)good and informative

Thanks!
Rated 10 out of 10

January 31, 2008 (5 months 24 days ago)Thanks so much for this!

Excel Formulas Help
Rated 10 out of 10

January 24, 2008 (5 months 30 days ago)Thank you for this most useful info, it is just what I have needed for a while now. It is appreciated.

no title

November 29, 2007 (7 months 26 days ago)ok bro

no title

November 13, 2007 (8 months 12 days ago)Unfortunately, this document gives many examples which are in an excel example that is not included with the text--defeating the purpose of learning from excel--any hyperlinks are disabled.