

|
Excel Tips |
|
Phone: 760-707-6718 E-mail: webmaster@easybuttoncharts.com |
|
Tips and Formulas: SHORTCUTS Copy = Select area, Ctrl C (copy is not always an option when right clicking the mouse) PERCENTAGES =SUM(PASS/TOTAL) A B C D E F G For same result: =IF(C2>89.9,”A”,IF(C2>79.9,”B”,IF(C2>69.9,”C”,IF(C2>59.9,“D”,”F”)))) OTHER =CONCATENATE(A2,” “,B2) would be =CONCATENATE(Kyle,” “,Sneller) with a result of Kyle Sneller. (OR) =A2&” “&B2 with result of Kyle Sneller. =EXACT(C2,E2) (If the results are the same in both cells the answer will be “TRUE” otherwise it will be “FALSE.”) =MID(G2,4,2) Results = 12 This can be used where the first digit of “2” is the school number, Digits 2-3 of “SZ” are the alphabet range for the student, Digits 4-5 represent the grade, and Digits 6-8 equal the student number within the grade. =LEFT(G4,1) Results = 9. This would produce the school number using the Student ID naming convention shown above. =RIGHT(G3,3) Results = 015. This would produce the student number within the grade using the Student ID naming convention shown above. =NETWORKDAYS(StartDate,EndDate,Holidays) Create a list with the holidays. Select the list and Click Insert, Name, Define and type in Holidays. For StartDate and EndDate either enter a Date or the cell reference with the date in it. This will count working days only. =COUNTIF(B2:B4,”Sneller”) Result = 2 Pivot Tables VLOOKUP (Look up a code in your data against a table with the code and the description in another set of data) =VLOOKUP(G2,StudentIDs!$A:$E,3,FALSE) ELIMINATE ERROR RESULTS =IF(ISERROR(C2/E2),0,C2/E2)
|
|
To contact us: |

|
Charts just a click away |
