Spreadsheets Books
Related Subjects:
More Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250

Used price: $86.82

Great excel referenceReview Date: 2008-06-09
Great reference bookReview Date: 2008-02-26
Good tips...and overall good bookReview Date: 2007-04-10
1) No example CD so I could follow along with the book (this was painful because I had to take time to create similar examples)
2) I wish it would go over all the shortcut keys. Perhaps I missed this but I have found these to be useful and wish the material had been better organized so that you could find them all in one place rather than sporadically buried in an example that had no indication it was teaching you a new shortcut.
Alas, there is much more positive than negative and I would definitely recommend the book to someone wanting to enhance their excel skills and learn a lot of tips they might have never learned otherwise.
quality info and easy to followReview Date: 2007-03-21
Excellent Service.Review Date: 2007-03-08

Used price: $0.01

Best book about OutlookReview Date: 1998-11-03
A Must Have!Review Date: 1998-12-30
Introduction to Outlook 98 - ExcellentReview Date: 1998-11-12
This book is a Great TeacherReview Date: 1998-11-05
Better than the "dummy guides" and lots of fun too!Review Date: 1999-01-21


Microsoft OfficeSpecialist: Excel 2003 Study GuideReview Date: 2008-04-28
Excel 2003 Study GuideReview Date: 2008-04-24
Well laid out.
Excel bookReview Date: 2008-01-23
Great!!Review Date: 2007-12-09
This is the only book you should buy for MOS certification!Review Date: 2007-08-13
Oh by the was within two weeks I took the specialist test and passed by quite a bit.

Used price: $2.97

Nice Admin Guide, Lots of ReadingReview Date: 2008-03-03
I find myself referencing it from time to time.
A nice tool to have at your disposal.
NateReview Date: 2005-04-29
I would recommend this book to anyone new to the Domino/Lotus notes world.
This is the Holy Bible for DominoReview Date: 2004-07-10
Invaluable!!!!! If I had to do in the trenches domino administration and could only bring one book with me this would be it.
The Lotus Admin's Bible!!Review Date: 2003-09-12
The System Admin Book for DominoReview Date: 2002-06-12

Used price: $18.95

Uh-oh! Be careful!Review Date: 2007-11-10
But, be careful.
The book introduces us to the concept of add-ins and templates. So, there you are showing off your project to your manager or users. But, what do they click on? The add-in or the template? What are all those true/false cells over there? How can the user save the workbook? What heppens if you forget to hide the columns that use cell logic. Hmmm. These questions and others will be asked of your typically non-technical users who have NO idea what goes on behind the scenes. If they open up the template and screw around with the code or re-name the add-in, you'll have chaos.
To be fair, there's tons of advanced concepts to learn here and no doubt you'll benefit from them. But, remember, as a developer, your first goal is to produce a robust application. However, you may have click a couple of functions to get all tabs in your template to show. If you don't do that, you can't see them! Oh, and don't forget to save your add-in.xla or all your changes won't take effect.
Not for beginners or dummies, but for VERY careful developers!
Not a book for lBeginnersReview Date: 2007-01-08
A great how-to book for serious Excel usersReview Date: 2007-01-17
Professional Excel Development offers ideas and tools necessary for designing full-fledged, robust Excel-based applications. It does not spend time explaining how various features work, but rather goes into detail on how to put these features to best use.
Here is what I picked up from this book, together with the authors' Excel 2003 VBA reference:
* ways to leverage Excel's built-in features to avoid excessive coding
* advanced design techniques for using Excel as a WYSIWYG interface designer
* techniques for creating custom menu bars and programming their behavior
* various means of interacting with the user and simplifying their sessions by providing guidance as to which steps need to be taken
* restricting the Excel environment to take on the appearance of a product condusive of the goal stated in previous bullet
* using VBA in conjunction with the Excel object model to create powerful object-oriented structures for spreadsheet-based applications
* programming Excel-based solutions in an executable to provide a more standalone application
* using Windows API calls to increase robustness of the application
One key feature of this book is its consistent approach. The authors maintain a consistent structure, using the same application throughout the book for their "practical example" to demonstrate new features made available through the material in each chapter. Also, the "best practices" approach provides a level of consistency that is generally desired of anywhat sophisticated applications. Useable modules are provided on the accompanying CD, ready to be used in readers' own applications.
In the beginning, the authors explain the audiences for which this book may or may not be intended. They separate these into users, power users, VBA developers, Excel developers, and professional developers. The latter three categories of users will benefit the most from this book, each in his/her own way. VBA developers will learn how to use built-in features (I think this is where I started); Excel developers will learn how to incorporate Excel-based solutions into larger applications; Professional developers will be exposed to a great variety of "best practices", optimization techniques, and various other means for developing consistency in Excel applications.
If you do not fall into the latter three categories, you might not pick up much from this book. It is not useless to you, however; you can still find many worksheet/userform design techniques, and get an introduction to the kind of power VBA-based programming can offer. Nonetheless, you may be well-advised to start off with something simpler, such as John Walkenbach's Excel Power Programming (as alluded to by the authors of this book), simply because the present book assumes a good degree of knowledge and leaves much for the reader to figure out from the fully-functional examples provided - thereby covering the ground that it does.
Overall, this book makes for a wonderful reference to the various under-the-hood features of Excel. Even if you've already encountered many of the techniques described, and could technically discover them further on your own, it is useful to have them readily available in a single collection. Very few items are left out; application design, object-oriented programming techniques, database applications, debugging techniques, Office automation, and external interop are all covered here. Professional Excel Development is a solid reference to be consulted for years to come.
Applied compendium of best practicesReview Date: 2007-01-22
I found it easy to take the code from a sufficiently leveled chapter and adapt it to get just the application that I needed, knowing it would be fast, clean and complete at the same time, although I didn't understand all the details at first. Now, the book serves as a widely findable documentation for the packages that I make. Highly recommendable.
Very Good not for novice VBA programmersReview Date: 2006-11-03
You CAN develop VBA custome applications where the user can't see the underlying MS Office application, i.e., Excel for example. They use your program like any stand-alone application. COOL!!!

Used price: $5.95

Outstanding reference for LotusScript and JavaReview Date: 2000-05-12
Hatter and Banks aren't wordy and target this book strictly at the experienced developer looking for a reference work. That makes this incredibly useful. These days I carry this book (thankfully light despite being 700 pages) between sites all the time. The lovely posters from Lotus might list all the properties and methods, but these guys provide the details underneath it.
The remarks on each class are pertinent, yet brief (as for NotesRichTextItem, "you must call the save method of the parent Notes document to save the data to disk") They include examples not only for classes, but also occasionally for methods and properties.
Interestingly, a quick check of the index for 'Index, databases' found only a reference to the updateFTIndex method for Java Database class and not to the LotusScript NotesDatabase class, while 'Registering Users' listed the LotusScript page and not the Java one. Perhaps the editors need to work on that. Fortunately, they provide a lot of cross-references on the pages, giving you page numbers for the classes mentioned in the text, reducing the need to refer to the table of contents or the index.
The print's small, but they use fonts, abbreviations and familiar symbols to get the message across clearly.
On balance, it's well worth the (money) I paid Amazon for it - it probably saved me an hour today and none of our hours come cheap, do they?
Only LotusScript Reference you'll needReview Date: 2000-06-07
Lotus Notes & Domino Essential ReferenceReview Date: 2000-05-16
The authors did a great job providing examples of how the properties and methods are used. I haven't written any Java yet, but when I do this book will be right by my side!
This a reference book and not for beginnersReview Date: 2002-01-30
If you are an intermediate or experienced Notes developer this is a terrific book, I have it by my desk all the time.
If you want a book to teach you LotusScript but Practical LotusScript it's great!
Excellent reference!Review Date: 2000-06-06

Used price: $43.11

Love the simple things in lifeReview Date: 2007-07-14
One of our favoritesReview Date: 2007-05-15
Clear, directReview Date: 2007-05-11
Simple pictures, simple text, and yet MAGICALReview Date: 2008-02-14
...With a Little Help from My FriendsReview Date: 2008-05-09
The artwork is delightful: colorful, simple, and crisp. The language sounds lyrical, even poetic, as you read it aloud. This book will capture the imagination of your child. Whenever we read it, my daughter gives me different examples of who has taught her what. It is a great conversation starter!
I recommend this engaging book for all toddlers, beginning readers, or anyone who enjoys a sweet story.

Used price: $2.47

good information sourcesReview Date: 2008-07-13
Good book, useful tools, beginner thru expertReview Date: 2007-07-26
Well written, easy reading, well organized
Excellent Reference/ResourceReview Date: 2004-11-07
Overall, I was very happy with the book, and found it incredibly useful. Though I do have several investments (401K, some stock, mutual funds etc) I would hardly consider myself an authority on the subject. This book provided very detailed explanations and tips on various forms of investment, from CD's to Index funds, and everything in between. While the experienced investor might not glean much from reading this book, anyone just getting started will find it an excellent reference, and resource.
The format of the book is similar to the other books in the 100 * Hacks series published by O'Reilly. There are exactly 100 hacks, or topics, which are spread across 9 chapters. Each one is an individual entity and can be read and understood without reliance on any of the other hacks.
One minor annoyance I had with the book is that it is geared toward those of you who, for some reason or another, run Microsoft's Windows OS, or have access to Microsoft Excel. Luckily, of the Excel examples that I played with, Open Office's Calc program handled them with minimal tweaking.
I can easily recommend this book to anyone who wants to invest, but is unsure of what to invest in, or needs some tips on making the most of preexisting investments. Those of you who enjoy research and building your own stats and graphs will also find parts of this book rather intriguing, as it covers data acquisition and manipulation with Excel in great detail. It will make an excellent addition to my reference shelf, and I have a feeling it will be well thumbed through in a very short time.
Excellent resource for all investorsReview Date: 2004-10-03
This book is written in the same format as the other "hacks" series by O'Reilly. This format is very easy to read, and the format makes it very easy to find answers. Rather then having to read the book from cover to cover, the reader can pick out topics they are dealing with, read the answer, and move on. Since many of the people interesting in a book of this nature will likely have little time, the book's format works to its advantage.
The book begins with some basic introduction to the stock market and tips for selecting appropriate stocks or mutual funds. The whole middle section of the book deals with data analysis. The author discusses how to understand a company's balance sheet (e.g. what that P/E ratio means), how to spot companies in financial trouble, how to pick a good stock, and even how to trade. There is also a good discussion on minimizing the effect of taxes on your little return on investment.
The author even goes further and gets into a discussion on financial planning. In addition to discussing debt reduction, the author also talks about IRA plans and different strategies for saving for your child's education expenses. I think my favorite part of this book was the discussion on different education savings plans. The author discusses the ins and outs (as well as tax consequences) of each of the plans, and provides some examples illustrating the fact that it's better to start saving earlier than later.
This is an excellent book, not just for its investing advice, but also for its sound financial planning. This is a great book for anyone who is interested in increasing their wealth, saving for a rainy day, or simply saving for future financial goals.
This book can pay for itself very quickly...Review Date: 2004-11-21
Chapter list: Screening Investments; Hacking Excel for Financial Analysis; Collecting Financial Data; Analyzing Company Fundamentals; Technical Analysis; Executing Trades; Investing in Mutual Funds; Managing Your Portfolio; Financial Planning; Index
I worked at Enron from 1998 through 2001, and spent plenty of time during that dot.com era following my stock portfolio. I watched my Enron stock value go from incredible value to a point where it cost more to sell the stock than it was worth. I won a few bets (face it, that's what they were) on a few dot.coms and lost many more. What could have been an incredible nest egg, isn't. This book would have been a lifesaver if I had read and paid attention to it a few years ago. Biafore shows you how you can analyze and invest wisely using a variety of tools available to everyone.
If you're an Excel user, you'll find it an invaluable tool for analysis. She'll show you how you can use it to create financial charts (#13), calculate compound annual rates of growth (#26), and use rational values to buy and sell wisely (#36). #39 - Spot Hanky Panky with Cash Flow Analysis (using Enron as an example) would have literally saved me hundreds of thousands of dollars had I known about it. Even if you don't care about the investing tips, the hack on downloading data via Excel web queries (#7) was something I didn't know how to do (or that you could even do it!). The book has a little something for everyone.
As with all Hacks titles, you probably won't be interested in every single item. Some may not be applicable to your situation or may be too complex for what you care to handle. But all it would take is one hack to work out and change your investing for this book to pay huge dividends. If you do your own investing, you owe it to yourself to get this book.

Used price: $13.95

A Very Handy Reference!Review Date: 2006-11-16
JR
Excel 2006 EncyclopediaReview Date: 2006-10-13
A 21 century Excel User deserves this book. Do not miss Bob's Excel CLEVERNESS!!!
Pavlina
Quick Hints That Can Save You TimeReview Date: 2006-04-22
Practical and IllustrativeReview Date: 2006-02-22
The book is organized into 6 categorizing chapters: Features, Formulas, Keyboard Shortcuts, Printing, Miscellaneous, and VBA. It contains 142 pages with 84 tricks, tips and manipulative techniques, some of which are quite useful.
Some of the techniques covered are ones that you probably learned at some point but have forgotten. Others will be old tricks applied differently that will give you a new perspective. Plus there are many advanced features that are explained to stretch your skills. What impresses me the most is the practicality of what is presented in the book. The majority of the techniques are useful hints that can be put into practice rather easily.
An absolute must have for Excel users of all levels. True magic!Review Date: 2006-02-20
The book is well written with easy to follow examples. It makes unlocking the power of Excel an amazing experience. 85 great topics ranging from using advance filters to using vba bookmarks. A must have for beginning and expert users everywhere.
Thanks for a great time saving book, Mr. Umlas. You are a true magician!!

Used price: $26.50

At last .. a practical data analysis guide!Review Date: 2008-07-31
For anyone who has wrestled with a means to understand their customer buying patterns and product affinity patterns in their historical sales data, this book cannot be beaten
Review from a non-statistician and business intelligence managerReview Date: 2008-06-27
First, the reader should have a solid understanding of SQL. If the extent of your SQL interaction comes through a program on the level of Access, then you can still benefit from this book, but you will have to apply yourself more than others. Keep in mind, that proprietary releases of SQL might cause problems in directly translating the author's examples.
Second, if your statistics knowledge is a little rusty, have a secondary resource on-hand. Sometimes the definitions or explanations of the statistical concepts may not be as intuitive for some readers as they are for others.
With those caveats in mind, the reader need only to keep his or her patience and work through the concepts of the first 4-5 chapters. These chapters tend toward simple exposition of the concepts. For those with little patience, it may seem as if it is just a laundry list of concepts with little effort to tie those concepts into practical uses. Thinking like this is a great way to miss the enormous benefits of the book!
For me, the "Ah Ha!" moment came in Chapter 6 and 7. The concepts I had worked on in the previous chapters suddenly came together with customer tenure onward, when the techniques use will call to mind everything learned in the previous chapters.
In short, spend plenty of time in the first few chapters - the extra effort to master those concepts will only enhance the benefits of later chapters.
Lastly, there are a few odd differences between the text and the files downloadable from the web site. Whenever I hit a snag based on the text, opening the accompanying Excel files and seeing the formulas, queries or table/graph structures resolved all issues for me.
This is a text that will always have a place on my shelves.
A wonderful mix of theory and practiceReview Date: 2008-06-08
Statistical concepts are clearly explained, and examples with very smart SQL queries and Excel sheets are shown.
For instance, no other book will explain you so clearly Survival Analysis, and how to practically implement it (I mean, with working code!).
As a previous reviewer wrote, why should you believe me? I'm one of the authors of another Wiley book, "MDX Solutions", and I earn my living by consulting with DaisyLabs, a Business Intelligence company.
Keep Gordon's book on SQL, and my book on MDX, on your desk, and no data analysis project will scare you anymore!
Invaluable Guide for Data AnalysisReview Date: 2008-01-31
1. Wide Audience: Different groups of people are addressed. Management and leadership will see what is possible with great examples (e.g. "Three Scenarios" on pg 333). "Doers" (e.g. analysts) get a clear view of the big picture along with the ever so important how-to aspects (which is often not included in other texts).
2. Popular Tools: As the title states, this book utilizes Microsoft Excel and SQL. Not only are these tools often readily available, but many people are familiar with at least one of these, if not both. This familiarity enables the reader to focus more on learning useful approaches than the tools themselves.
3. Methods: A host of useful methods are covered from Survival Analysis to the more traditional like RFM. All, especially those related to statistics, are explained well - simple but not so simple as to be inaccurate or incomplete.
In my opinion, "Data Analysis Using SQL and Excel" is invaluable to those who want to get the most out of their organization's data.
Nice Combination of Explanation, Business Examples and ExecutionReview Date: 2008-03-04
But why should you believe me? Just a little on my background. I wrote two books on databases and data analysis for McGraw-Hill: "Building Data Mining Applications for CRM" and "Data Warehousing, Data Mining and OLAP" and have led teams that have built data mining engines for super computers that later became Oracle's data mining engine, as well as implementing sophisticated data mining applictions (CART) in SQL and integrated between a relational and OALP database. Though I don't get to do a lot of 'data mining' in my current business I would definitely find this book very useful if I did.
Anyway, I thought this book was tremendously thorough in providing common sense explanations on everything from the Null Hypothesis to the Monty Hall Paradox (very cool). Buy this book if you want a single reference that will allow you to quickly solve real world business problems in a rational and doable way.
Related Subjects:
More Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250