Details

Excel 2016 Formulas


Excel 2016 Formulas


Mr. Spreadsheet's Bookshelf 1. Aufl.

von: Michael Alexander, Richard Kusleika

39,99 €

Verlag: Wiley
Format: EPUB
Veröffentl.: 21.01.2016
ISBN/EAN: 9781119067986
Sprache: englisch
Anzahl Seiten: 816

DRM-geschütztes eBook, Sie benötigen z.B. Adobe Digital Editions und eine Adobe ID zum Lesen.

Beschreibungen

<b>Leverage the full power of Excel formulas</b> <p><i>Excel 2016 Formulas</i> is fully updated to cover all of the tips, tricks, and techniques you need to maximize the power of Excel 2016 through the use of formulas. This comprehensive book explains how to create financial formulas, release the power of array formulas, develop custom worksheet functions with VBA, debug formulas, and much more. Whether you're a beginner, a power user, or somewhere in between this is your essential go-to for the latest on Excel formulas. <p>When conducting simple math or building highly complicated spreadsheets that require formulas up to the task, leveraging the right formula can heighten the accuracy and efficiency of your work, and can improve the speed with which you compile and analyze data. Understanding which formulas to use and knowing how to create a formula when you need to are essential. <ul> <li>Access tips, tricks, and techniques that have been fully updated to reflect the latest capabilities of Microsoft Excel</li> <li>Create and use formulas that have the power to transform your Excel experience</li> <li>Leverage supplemental material online, including sample files, templates, and worksheets from the book</li> </ul>
Introduction xxvii <p><b>Part I: Understanding Formula Basics</b></p> <p><b>Chapter 1: The Excel User Interface in a Nutshell 3</b></p> <p>The Workings of Workbooks 3</p> <p>Worksheets 4</p> <p>Chart sheets 5</p> <p>Macro sheets and dialog sheets 5</p> <p>The Excel User Interface 5</p> <p>The Ribbon 6</p> <p>Backstage View 7</p> <p>Shortcut menus and the mini toolbar 7</p> <p>Dialog boxes 7</p> <p>Customizing the UI 8</p> <p>Task panes 9</p> <p>Customizing onscreen display 9</p> <p>Numeric formatting 9</p> <p>Stylistic formatting 9</p> <p>Protection Options 10</p> <p>Securing access to the entire workbook 10</p> <p>Limiting access to specific worksheet ranges 13</p> <p>Protecting the workbook structure 16</p> <p><b>Chapter 2: Basic Facts About Formulas 19</b></p> <p>Entering and Editing Formulas 19</p> <p>Formula elements 20</p> <p>Entering a formula 20</p> <p>Pasting names 22</p> <p>Spaces and line breaks 22</p> <p>Formula limits 23</p> <p>Sample formulas 23</p> <p>Editing formulas 24</p> <p>Using Operators in Formulas 25</p> <p>Reference operators 25</p> <p>Sample formulas that use operators 26</p> <p>Operator precedence 27</p> <p>Nested parentheses 29</p> <p>Calculating Formulas 30</p> <p>Cell and Range References 30</p> <p>Creating an absolute or a mixed reference 31</p> <p>Referencing other sheets or workbooks 33</p> <p>Copying or Moving Formulas 35</p> <p>Making an Exact Copy of a Formula 36</p> <p>Converting Formulas to Values 37</p> <p>Hiding Formulas 39</p> <p>Errors in Formulas 40</p> <p>Dealing with Circular References 41</p> <p>Goal Seeking 42</p> <p>A goal seeking example 42</p> <p>More about goal seeking 43</p> <p><b>Chapter 3: Working with Names 45</b></p> <p>What’s in a Name? 45</p> <p>A Name’s Scope 46</p> <p>Referencing names 47</p> <p>Referencing names from another workbook 48</p> <p>Conflicting names 48</p> <p>The Name Manager 48</p> <p>Creating names 49</p> <p>Editing names 50</p> <p>Deleting names 50</p> <p>Shortcuts for Creating Cell and Range Names 50</p> <p>The New Name dialog box 51</p> <p>Creating names using the Name box 52</p> <p>Creating names from text in cells 52</p> <p>Naming entire rows and columns 54</p> <p>Names created by Excel 55</p> <p>Creating Multisheet Names 55</p> <p>Working with Range and Cell Names 57</p> <p>Creating a list of names 58</p> <p>Using names in formulas 59</p> <p>Using the intersection operators with names 59</p> <p>Using the range operator with names 61</p> <p>Referencing a single cell in a multicell named range 61</p> <p>Applying names to existing formulas 62</p> <p>Applying names automatically when creating a formula 63</p> <p>Unapplying names 63</p> <p>Names with errors 64</p> <p>Viewing named ranges 64</p> <p>Using names in charts 64</p> <p>How Excel Maintains Cell and Range Names 65</p> <p>Inserting a row or column 65</p> <p>Deleting a row or a column 65</p> <p>Cutting and pasting 65</p> <p>Potential Problems with Names 66</p> <p>Name problems when copying sheets 66</p> <p>Name problems when deleting sheets 66</p> <p>The Secret to Understanding Names 68</p> <p>Naming constants 68</p> <p>Naming text constants 69</p> <p>Using worksheet functions in named formulas 70</p> <p>Using cell and range references in named formulas 71</p> <p>Using named formulas with relative references 72</p> <p>Advanced Techniques That Use Names 75</p> <p>Using the INDIRECT function with a named range 75</p> <p>Using arrays in named formulas 77</p> <p>Creating a dynamic named formula 78</p> <p>Using an XLM macro in a named formula 80</p> <p><b>Part II: Leveraging Excel Functions</b></p> <p><b>Chapter 4: Introducing Worksheet Functions 85</b></p> <p>What Is a Function? 85</p> <p>Simplify your formulas 86</p> <p>Perform otherwise impossible calculations 86</p> <p>Speed up editing tasks 86</p> <p>Provide decision-making capability 87</p> <p>More about functions 87</p> <p>Function Argument Types 88</p> <p>Names as arguments 89</p> <p>Full-column or full-row as arguments 89</p> <p>Literal values as arguments 90</p> <p>Expressions as arguments 90</p> <p>Other functions as arguments 91</p> <p>Arrays as arguments 91</p> <p>Ways to Enter a Function into a Formula 91</p> <p>Entering a function manually 91</p> <p>Using the Function Library commands 93</p> <p>Using the Insert Function dialog box 94</p> <p>More tips for entering functions 96</p> <p><b>Chapter 5: Manipulating Text 99</b></p> <p>A Few Words About Text 99</p> <p>How many characters in a cell? 99</p> <p>Numbers as text 99</p> <p>Text Functions 101</p> <p>Determining whether a cell contains text 101</p> <p>Working with character codes 102</p> <p>Determining whether two strings are identical 105</p> <p>Joining two or more cells 105</p> <p>Displaying formatted values as text 106</p> <p>Displaying formatted currency values as text 108</p> <p>Removing excess spaces and nonprinting characters 108</p> <p>Counting characters in a string 109</p> <p>Repeating a character or string 109</p> <p>Creating a text histogram 110</p> <p>Padding a number 111</p> <p>Changing the case of text 112</p> <p>Extracting characters from a string 113</p> <p>Replacing text with other text 113</p> <p>Finding and searching within a string 114</p> <p>Searching and replacing within a string 115</p> <p>Advanced Text Formulas 115</p> <p>Counting specific characters in a cell 116</p> <p>Counting the occurrences of a substring in a cell 116</p> <p>Removing trailing minus signs 116</p> <p>Expressing a number as an ordinal 117</p> <p>Determining a column letter for a column number 118</p> <p>Extracting a filename from a path specification 118</p> <p>Extracting the first word of a string 119</p> <p>Extracting the last word of a string 119</p> <p>Extracting all but the first word of a string 120</p> <p>Extracting first names, middle names, and last names 120</p> <p>Removing titles from names 122</p> <p>Counting the number of words in a cell 122</p> <p><b>Chapter 6: Working with Dates and Times 125</b></p> <p>How Excel Handles Dates and Times 125</p> <p>Understanding date serial numbers 126</p> <p>Entering dates 127</p> <p>Understanding time serial numbers 129</p> <p>Entering times 130</p> <p>Formatting dates and times 131</p> <p>Problems with dates 133</p> <p>Date-Related Functions 134</p> <p>Displaying the current date 135</p> <p>Displaying any date with a function 136</p> <p>Generating a series of dates 137</p> <p>Converting a nondate string to a date 138</p> <p>Calculating the number of days between two dates 139</p> <p>Calculating the number of work days between two dates 139</p> <p>Offsetting a date using only work days 141</p> <p>Calculating the number of years between two dates 141</p> <p>Calculating a person’s age 142</p> <p>Determining the day of the year 143</p> <p>Determining the day of the week 144</p> <p>Determining the week of the year 144</p> <p>Determining the date of the most recent Sunday 144</p> <p>Determining the first day of the week after a date 145</p> <p>Determining the nth occurrence of a day of the week in a month 145</p> <p>Counting the occurrences of a day of the week 146</p> <p>Expressing a date as an ordinal number 147</p> <p>Calculating dates of holidays 147</p> <p>Determining the last day of a month 150</p> <p>Determining whether a year is a leap year 151</p> <p>Determining a date’s quarter 151</p> <p>Converting a year to roman numerals 151</p> <p>Time-Related Functions 152</p> <p>Displaying the current time 152</p> <p>Displaying any time using a function 153</p> <p>Calculating the difference between two times 154</p> <p>Summing times that exceed 24 hours 155</p> <p>Converting from military time 157</p> <p>Converting decimal hours, minutes, or seconds to a time 158</p> <p>Adding hours, minutes, or seconds to a time 158</p> <p>Converting between time zones 159</p> <p>Rounding time values 160</p> <p>Calculating Durations 161</p> <p><b>Chapter 7: Counting and Summing Techniques 163</b></p> <p>Counting and Summing Worksheet Cells 163</p> <p>Other Counting Methods 165</p> <p>Basic Counting Formulas 165</p> <p>Counting the total number of cells 166</p> <p>Counting blank cells 166</p> <p>Counting nonblank cells 167</p> <p>Counting numeric cells 167</p> <p>Counting text cells 168</p> <p>Counting nontext cells 168</p> <p>Counting logical values 168</p> <p>Counting error values in a range 168</p> <p>Advanced Counting Formulas 169</p> <p>Counting cells with the COUNTIF function 169</p> <p>Counting cells that meet multiple criteria 170</p> <p>Counting the most frequently occurring entry 173</p> <p>Counting the occurrences of specific text 174</p> <p>Counting the number of unique values 176</p> <p>Creating a frequency distribution 178</p> <p>Summing Formulas 184</p> <p>Summing all cells in a range 184</p> <p>Summing a range that contains errors 185</p> <p>Computing a cumulative sum 186</p> <p>Summing the “top n” values 187</p> <p>Conditional Sums Using a Single Criterion 188</p> <p>Summing only negative values 189</p> <p>Summing values based on a different range 190</p> <p>Summing values based on a text comparison 190</p> <p>Summing values based on a date comparison 190</p> <p>Conditional Sums Using Multiple Criteria 191</p> <p>Using And criteria 191</p> <p>Using Or criteria 192</p> <p>Using And and Or criteria 193</p> <p><b>Chapter 8: Using Lookup Functions 195</b></p> <p>What Is a Lookup Formula? 195</p> <p>Functions Relevant to Lookups 196</p> <p>Basic Lookup Formulas 198</p> <p>The VLOOKUP function 198</p> <p>The HLOOKUP function 200</p> <p>The LOOKUP function 201</p> <p>Combining the MATCH and INDEX functions 202</p> <p>Specialized Lookup Formulas 203</p> <p>Looking up an exact value 204</p> <p>Looking up a value to the left 206</p> <p>Performing a case-sensitive lookup 207</p> <p>Choosing among multiple lookup tables 207</p> <p>Determining letter grades for test scores 208</p> <p>Calculating a grade point average 209</p> <p>Performing a two-way lookup 211</p> <p>Performing a two-column lookup 212</p> <p>Determining the address of a value within a range 213</p> <p>Looking up a value by using the closest match 214</p> <p>Looking up a value using linear interpolation 215</p> <p><b>Chapter 9: Working with Tables and Lists 219</b></p> <p>Tables and Terminology 219</p> <p>A list example 220</p> <p>A table example 220</p> <p>Working with Tables 222</p> <p>Creating a table 222</p> <p>Changing the look of a table 223</p> <p>Navigating and selecting in a table 224</p> <p>Adding new rows or columns 225</p> <p>Deleting rows or columns 226</p> <p>Moving a table 226</p> <p>Removing duplicate rows from a table 227</p> <p>Sorting and filtering a table 228</p> <p>Working with the Total row 233</p> <p>Using formulas within a table 235</p> <p>Referencing data in a table 237</p> <p>Converting a table to a list 241</p> <p>Using Advanced Filtering 242</p> <p>Setting up a criteria range 242</p> <p>Applying an advanced filter 243</p> <p>Clearing an advanced filter 245</p> <p>Specifying Advanced Filter Criteria 245</p> <p>Specifying a single criterion 245</p> <p>Specifying multiple criteria 247</p> <p>Specifying computed criteria 249</p> <p>Using Database Functions 250</p> <p>Inserting Subtotals 252</p> <p><b>Chapter 10: Miscellaneous Calculations 257</b></p> <p>Unit Conversions 257</p> <p>Rounding Numbers 261</p> <p>Basic rounding formulas 262</p> <p>Rounding to the nearest multiple 263</p> <p>Rounding currency values 263</p> <p>Working with fractional dollars 264</p> <p>Using the INT and TRUNC functions 265</p> <p>Rounding to an even or odd integer 266</p> <p>Rounding to n significant digits 267</p> <p>Solving Right Triangles 267</p> <p>Area, Surface, Circumference, and Volume Calculations 270</p> <p>Calculating the area and perimeter of a square 270</p> <p>Calculating the area and perimeter of a rectangle 270</p> <p>Calculating the area and perimeter of a circle 270</p> <p>Calculating the area of a trapezoid 271</p> <p>Calculating the area of a triangle 271</p> <p>Calculating the surface and volume of a sphere 271</p> <p>Calculating the surface and volume of a cube 271</p> <p>Calculating the surface and volume of a rectangular solid 272</p> <p>Calculating the surface and volume of a cone 272</p> <p>Calculating the volume of a cylinder 272</p> <p>Calculating the volume of a pyramid 273</p> <p>Solving Simultaneous Equations 273</p> <p>Working with Normal Distributions 274</p> <p><b>Part III: Financial Formulas</b></p> <p><b>Chapter 11: Borrowing and Investing Formulas 279</b></p> <p>The Time Value of Money 279</p> <p>Loan Calculations 280</p> <p>Worksheet functions for calculating loan information 281</p> <p>A loan calculation example 284</p> <p>Credit card payments 285</p> <p>Creating a loan amortization schedule 287</p> <p>Calculating a loan with irregular payments 288</p> <p>Investment Calculations 290</p> <p>Future value of a single deposit 290</p> <p>Present value of a series of payments 296</p> <p>Future value of a series of deposits 296</p> <p><b>Chapter 12: Discounting and Depreciation Formulas 299</b></p> <p>Using the NPV Function 299</p> <p>Definition of NPV 300</p> <p>NPV function examples 301</p> <p>Using the IRR Function 306</p> <p>Rate of return 307</p> <p>Geometric growth rates 308</p> <p>Checking results 309</p> <p>Irregular Cash Flows 310</p> <p>Net present value 310</p> <p>Internal rate of return 311</p> <p>Depreciation Calculations 312</p> <p><b>Chapter 13: Financial Schedules 317</b></p> <p>Creating Financial Schedules 317</p> <p>Creating Amortization Schedules 318</p> <p>A simple amortization schedule 318</p> <p>A dynamic amortization schedule 320</p> <p>Credit card calculations 323</p> <p>Summarizing Loan Options Using a Data Table 325</p> <p>Creating a one-way data table 325</p> <p>Creating a two-way data table 327</p> <p>Financial Statements and Ratios 329</p> <p>Basic financial statements 329</p> <p>Ratio analysis 333</p> <p>Creating Indices 337</p> <p><b>Part IV: Array Formulas</b></p> <p><b>Chapter 14: Introducing Arrays 341</b></p> <p>Introducing Array Formulas 341</p> <p>A multicell array formula 342</p> <p>A single?]cell array formula 343</p> <p>Creating an array constant 344</p> <p>Array constant elements 345</p> <p>Understanding the Dimensions of an Array 346</p> <p>One?]dimensional horizontal arrays 346</p> <p>One?]dimensional vertical arrays 347</p> <p>Two?]dimensional arrays 347</p> <p>Naming Array Constants 349</p> <p>Working with Array Formulas 350</p> <p>Entering an array formula 350</p> <p>Selecting an array formula range 350</p> <p>Editing an array formula 351</p> <p>Expanding or contracting a multicell array formula 352</p> <p>Using Multicell Array Formulas 353</p> <p>Creating an array from values in a range 353</p> <p>Creating an array constant from values in a range 353</p> <p>Performing operations on an array 354</p> <p>Using functions with an array 355</p> <p>Transposing an array 355</p> <p>Generating an array of consecutive integers 357</p> <p>Using Single?]Cell Array Formulas 358</p> <p>Counting characters in a range 358</p> <p>Summing the three smallest values in a range 359</p> <p>Counting text cells in a range 360</p> <p>Eliminating intermediate formulas 362</p> <p>Using an array in lieu of a range reference 364</p> <p><b>Chapter 15: Performing Magic with Array Formulas 365</b></p> <p>Working with Single?]Cell Array Formulas 365</p> <p>Summing a range that contains errors 366</p> <p>Counting the number of error values in a range 367</p> <p>Summing the n largest values in a range 368</p> <p>Computing an average that excludes zeros 368</p> <p>Determining whether a particular value appears in a range 369</p> <p>Counting the number of differences in two ranges 371</p> <p>Returning the location of the maximum value in a range 372</p> <p>Finding the row of a value’s nth occurrence in a range 373</p> <p>Returning the longest text in a range 373</p> <p>Determining whether a range contains valid values 374</p> <p>Summing the digits of an integer 375</p> <p>Summing rounded values 377</p> <p>Summing every nth value in a range 377</p> <p>Removing nonnumeric characters from a string 379</p> <p>Determining the closest value in a range 380</p> <p>Returning the last value in a column 380</p> <p>Returning the last value in a row 381</p> <p>Working with Multicell Array Formulas 382</p> <p>Returning only positive values from a range 382</p> <p>Returning nonblank cells from a range 384</p> <p>Reversing the order of cells in a range 384</p> <p>Sorting a range of values dynamically 385</p> <p>Returning a list of unique items in a range 386</p> <p>Displaying a calendar in a range 387</p> <p><b>Part V: Miscellaneous Formula Techniques</b></p> <p><b>Chapter 16: Importing and Cleaning Data 393</b></p> <p>A Few Words About Data 393</p> <p>Importing Data 394</p> <p>Importing from a file 394</p> <p>Importing a text file into a specified range 396</p> <p>Copying and pasting data 398</p> <p>Data Cleanup Techniques 398</p> <p>Removing duplicate rows 398</p> <p>Identifying duplicate rows 400</p> <p>Splitting text 401</p> <p>Changing the case of text 407</p> <p>Removing extra spaces 408</p> <p>Removing strange characters 409</p> <p>Converting values 409</p> <p>Classifying values 410</p> <p>Joining columns 411</p> <p>Rearranging columns 412</p> <p>Randomizing the rows 412</p> <p>Matching text in a list 413</p> <p>Change vertical data to horizontal data 414</p> <p>Filling gaps in an imported report 417</p> <p>Spelling checking 418</p> <p>Replacing or removing text in cells 419</p> <p>Adding text to cells 420</p> <p>Fixing trailing minus signs 420</p> <p>A Data Cleaning Checklist 421</p> <p>Exporting Data 422</p> <p>Exporting to a text file 422</p> <p>Exporting to other file formats 423</p> <p><b>Chapter 17: Charting Techniques 425</b></p> <p>Understanding the SERIES Formula 425</p> <p>Using names in a SERIES formula 427</p> <p>Unlinking a chart series from its data range 428</p> <p>Creating Links to Cells 429</p> <p>Adding a chart title link 429</p> <p>Adding axis title links 430</p> <p>Adding text links 430</p> <p>Adding a linked picture to a chart 430</p> <p>Chart Examples 431</p> <p>Single data point charts 431</p> <p>Displaying conditional colors in a column chart 433</p> <p>Creating a comparative histogram 434</p> <p>Creating a Gantt chart 435</p> <p>Creating a box plot 438</p> <p>Plotting every nth data point 439</p> <p>Identifying maximum and minimum values in a chart 441</p> <p>Creating a Timeline 442</p> <p>Plotting mathematical functions 443</p> <p>Plotting a circle 448</p> <p>Creating a clock chart 450</p> <p>Creating awesome designs 452</p> <p>Working with Trendlines 453</p> <p>Linear trendlines 454</p> <p>Working with nonlinear trendlines 460</p> <p>Summary of trendline equations 461</p> <p>Creating Interactive Charts 462</p> <p>Selecting a series from a drop?]down list 462</p> <p>Plotting the last n data points 463</p> <p>Choosing a start date and number of points 464</p> <p>Displaying population data 465</p> <p>Displaying weather data 465</p> <p><b>Chapter 18: Pivot Tables 469</b></p> <p>About Pivot Tables 469</p> <p>A Pivot Table Example 470</p> <p>Data Appropriate for a Pivot Table 472</p> <p>Creating a Pivot Table Automatically 475</p> <p>Creating a Pivot Table Manually 477</p> <p>Specifying the data 477</p> <p>Specifying the location for the pivot table 478</p> <p>Laying out the pivot table 480</p> <p>Formatting the pivot table 481</p> <p>Modifying the pivot table 483</p> <p>More Pivot Table Examples 485</p> <p>Question 1 485</p> <p>Question 2 486</p> <p>Question 3 487</p> <p>Question 4 487</p> <p>Question 5 488</p> <p>Question 6 489</p> <p>Question 7 490</p> <p>Grouping Pivot Table Items 491</p> <p>A manual grouping example 491</p> <p>Viewing grouped data 493</p> <p>Automatic grouping examples 494</p> <p>Creating a Frequency Distribution 498</p> <p>Creating a Calculated Field or Calculated Item 499</p> <p>Creating a calculated field 501</p> <p>Inserting a calculated item 503</p> <p>Filtering Pivot Tables with Slicers 506</p> <p>Filtering Pivot Tables with a Timeline 507</p> <p>Referencing Cells Within a Pivot Table 508</p> <p>Another Pivot Table Example 510</p> <p>Using the Data Model 513</p> <p>Creating Pivot Charts 516</p> <p>A pivot chart example 517</p> <p>More about pivot charts 519</p> <p><b>Chapter 19: Conditional Formatting 521</b></p> <p>About Conditional Formatting 521</p> <p>Specifying Conditional Formatting 523</p> <p>Formatting types you can apply 523</p> <p>Making your own rules 524</p> <p>Conditional Formats That Use Graphics 525</p> <p>Using data bars 525</p> <p>Using color scales 527</p> <p>Using icon sets 530</p> <p>Creating Formula-Based Rules 533</p> <p>Understanding relative and absolute references 534</p> <p>Conditional formatting formula examples 536</p> <p>Working with Conditional Formats 543</p> <p>Managing rules 544</p> <p>Copying cells that contain conditional formatting 544</p> <p>Deleting conditional formatting 545</p> <p>Locating cells that contain conditional formatting 545</p> <p><b>Chapter 20: Using Data Validation 547</b></p> <p>About Data Validation 547</p> <p>Specifying Validation Criteria 548</p> <p>Types of Validation Criteria You Can Apply 549</p> <p>Creating a Drop?]Down List 551</p> <p>Using Formulas for Data Validation Rules 552</p> <p>Understanding Cell References 552</p> <p>Data Validation Formula Examples 554</p> <p>Accepting text only 554</p> <p>Accepting a larger value than the previous cell 554</p> <p>Accepting nonduplicate entries only 554</p> <p>Accepting text that begins with a specific character 555</p> <p>Accepting dates by the day of the week 556</p> <p>Accepting only values that don’t exceed a total 556</p> <p>Creating a dependent list 557</p> <p>Using Structured Table Referencing 558</p> <p><b>Chapter 21: Creating Megaformulas 561</b></p> <p>What Is a Megaformula? 561</p> <p>Creating a Megaformula: A Simple Example 562</p> <p>Megaformula Examples 564</p> <p>Using a megaformula to remove middle names 564</p> <p>Using a megaformula to return a string’s last space character position 569</p> <p>Using a megaformula to determine the validity of a credit card number 573</p> <p>Using Intermediate Named Formulas 578</p> <p>Generating random names 579</p> <p>The Pros and Cons of Megaformulas 580</p> <p><b>Chapter 22: Tools and Methods for Debugging Formulas 581</b></p> <p>Formula Debugging? 581</p> <p>Formula Problems and Solutions 582</p> <p>Mismatched parentheses 583</p> <p>Cells are filled with hash marks 584</p> <p>Blank cells are not blank 584</p> <p>Extra space characters 585</p> <p>Formulas returning an error 585</p> <p>Absolute/relative reference problems 590</p> <p>Operator precedence problems 591</p> <p>Formulas are not calculated 592</p> <p>Actual versus displayed values 592</p> <p>Floating?]point number errors 593</p> <p>Phantom link errors 594</p> <p>Logical value errors 595</p> <p>Circular reference errors 596</p> <p>Excel’s Auditing Tools 596</p> <p>Identifying cells of a particular type 596</p> <p>Viewing formulas 597</p> <p>Tracing cell relationships 598</p> <p>Tracing error values 600</p> <p>Fixing circular reference errors 600</p> <p>Using background error checking 600</p> <p>Using Excel’s Formula Evaluator 603</p> <p><b>Part VI: Developing Custom Worksheet Functions</b></p> <p><b>Chapter 23: Introducing VBA 607</b></p> <p>Fundamental Macro Concepts 607</p> <p>Activating the Developer tab 608</p> <p>Recording a macro 608</p> <p>Understanding macro-enabled extensions 611</p> <p>Macro security in Excel 611</p> <p>Trusted locations 611</p> <p>Storing macros in your Personal Macro Workbook 612</p> <p>Assigning a macro to a button and other form controls 612</p> <p>Placing a macro on the Quick Access toolbar 614</p> <p>Working in the Visual Basic Editor 615</p> <p>Understanding VBE components 615</p> <p>Working with the Project window 616</p> <p>Working with a code window 619</p> <p>Customizing the VBA environment 622</p> <p><b>Chapter 24: VBA Programming Concepts 627</b></p> <p>A Brief Overview of the Excel Object Model 627</p> <p>Understanding objects 628</p> <p>Understanding collections 628</p> <p>Understanding properties 629</p> <p>Understanding methods 629</p> <p>A brief look at variables 630</p> <p>Error handling 633</p> <p>Using code comments 636</p> <p>An Introductory Example Function Procedure 636</p> <p>Using Built-In VBA Functions 638</p> <p>Controlling Execution 640</p> <p>The If-Then construct 640</p> <p>The Select Case construct 642</p> <p>Looping blocks of instructions 643</p> <p>Using Ranges 648</p> <p>The For Each-Next construct 648</p> <p>Referencing a range 649</p> <p>Some useful properties of ranges 651</p> <p>The Set keyword 655</p> <p>The Intersect function 655</p> <p>The Union function 656</p> <p>The UsedRange property 656</p> <p><b>Chapter 25: Function Procedure Basics 659</b></p> <p>Why Create Custom Functions? 659</p> <p>An Introductory VBA Function Example 660</p> <p>About Function Procedures 662</p> <p>Declaring a function 662</p> <p>Choosing a name for your function 663</p> <p>Using functions in formulas 664</p> <p>Using function arguments 665</p> <p>Using the Insert Function Dialog Box 665</p> <p>Adding a function description 666</p> <p>Specifying a function category 667</p> <p>Adding argument descriptions 669</p> <p>Testing and Debugging Your Functions 670</p> <p>Using the VBA MsgBox statement 671</p> <p>Using Debug.Print statements in your code 673</p> <p>Calling the function from a Sub procedure 673</p> <p>Setting a breakpoint in the function 676</p> <p>Creating Add-Ins for Functions 676</p> <p><b>Chapter 26: VBA Custom Function Examples 679</b></p> <p>Simple Functions 679</p> <p>Is the cell hidden? 680</p> <p>Returning a worksheet name 680</p> <p>Returning a workbook name 681</p> <p>Returning the application’s name 681</p> <p>Returning Excel’s version number 682</p> <p>Returning cell formatting information 682</p> <p>Determining a Cell’s Data Type 684</p> <p>A Multifunctional Function 685</p> <p>Generating Random Numbers 688</p> <p>Generating random numbers that don’t change 688</p> <p>Selecting a cell at random 690</p> <p>Calculating Sales Commissions 691</p> <p>A function for a simple commission structure 691</p> <p>A function for a more complex commission structure 692</p> <p>Text Manipulation Functions 693</p> <p>Reversing a string 694</p> <p>Scrambling text 694</p> <p>Returning an acronym 695</p> <p>Does the text match a pattern? 695</p> <p>Does a cell contain a particular word? 696</p> <p>Does a cell contain text? 698</p> <p>Extracting the nth element from a string 698</p> <p>Spelling out a number 699</p> <p>Counting Functions 700</p> <p>Counting pattern-matched cells 700</p> <p>Counting sheets in a workbook 700</p> <p>Counting words in a range 701</p> <p>Date Functions 701</p> <p>Calculating the next Monday 702</p> <p>Calculating the next day of the week 702</p> <p>Which week of the month? 703</p> <p>Working with dates before 1900 703</p> <p>Returning the Last Nonempty Cell in a Column or Row 704</p> <p>The LASTINCOLUMN function 705</p> <p>The LASTINROW function 705</p> <p>Multisheet Functions 706</p> <p>Returning the maximum value across all worksheets 706</p> <p>The SHEETOFFSET function 708</p> <p>Advanced Function Techniques 709</p> <p>Returning an error value 709</p> <p>Returning an array from a function 710</p> <p>Returning an array of nonduplicated random integers 712</p> <p>Randomizing a range 714</p> <p>Using optional arguments 716</p> <p>Using an indefinite number of arguments 717</p> <p><b>Part VII: Appendixes</b></p> <p>Appendix A: Excel Function Reference 725</p> <p>Appendix B: Using Custom Number Formats 743</p> <p>Index 763</p>
<p><b>Michael Alexander</b> is a Microsoft Certified Application Developer and author of several books on Microsoft Access and Excel. He runs a free tutorial site at datapigtechnologies.com. <p><b>Dick Kusleika</b> develops Access- and Excel-based solutions, and conducts Office training seminars in the U.S. and Australia. He writes the popular blog dailydoseofexcel.com. <p><b>John Walkenbach</b> is a renowned authority on Excel. He has written hundreds of articles, thirty-plus books, created the award-winning Power Utility Pak, and developed the popular spreadsheetpage.com.
<P><b><i>Unleash the Power of Excel with Expert Techniques</i></b> <p>If you're only using Excel to create simple tables and charts, it's time to dig into the software's true functionality: formulas. This book is your ideal guide, dedicated to comprehensive formula coverage that will show you just how much Excel can do for you. <p>You'll learn the tips and tricks that make your workflow faster, easier, and more accurate. You'll learn the expert techniques that you won't find anywhere else. Whether you're a beginner or a power-user, this essential reference will take you deep into Excel to maximize the power of the 2016 upgrade. <p><b><i>Let Mr. Spreadsheet show you how to:</i></b> <ul> <li>Leverage formulas to optimize productivity</li> <li>Perform Financial and Statistical analyses</li> <li>Work with pivot tables and conditional formatting</li> <li>Create your own custom functions using VBA</li> <li>Debug formulas and avoid common errors</li> </ul> <p><b>COMPANION WEBSITE</b> <p>Visit www.wiley.com/go/excel2016formulas to download workbook files for all examples used in the book.

Diese Produkte könnten Sie auch interessieren:

AutoCAD 2013 For Dummies
AutoCAD 2013 For Dummies
von: Bill Fane, David Byrnes
PDF ebook
23,99 €
IBM Workplace Services Express For Dummies
IBM Workplace Services Express For Dummies
von: Stephen R. Londergan, Michael Loria
PDF ebook
16,99 €
Building Flash Web Sites For Dummies
Building Flash Web Sites For Dummies
von: Doug Sahlin
PDF ebook
18,99 €