Vous voulez voir cette page en français ? Cliquez ici.

Have one to sell? Sell yours here
Tell the Publisher!
I'd like to read this book on Kindle

Don't have a Kindle? Get your Kindle here, or download a FREE Kindle Reading App.

Excel for Chemists: A Comprehensive Guide [Paperback]

E. Joseph Billo
4.5 out of 5 stars  See all reviews (2 customer reviews)

Available from these sellers.


Formats

Amazon Price New from Used from
Paperback --  
There is a newer edition of this item:
Excel for Chemists, with CD-ROM: A Comprehensive Guide Excel for Chemists, with CD-ROM: A Comprehensive Guide 5.0 out of 5 stars (1)
CDN$ 55.16
Usually ships in 9 to 12 days

Book Description

Mar 15 2001 0471394629 978-0471394624 2
Reviews from the First Edition:

"Excel® for Chemists should be part of any academic library offering courses and programs in chemistry. There is no other book on the market that deals so thoroughly with the application of Excel for analyzing chemical data. Highly recommended, for upper-division undergraduates through professionals."
-Choice

"I highly recommend this book; treat yourself to it; assign it to a class; give it as a gift."
-The Nucleus

Chemists across all subdisciplines use Excel to record data in tabular form, but few have learned to take full advantage of the scientific calculating power within this program. Excel is capable of helping chemists process, analyze, and present scientific data, from the relatively simple to the highly complex. Excel® for Chemists, Second Edition has been revised and updated, not only to take into account the changes that were made in Excel, but also to incorporate an abundance of new examples.

Arranged in a user-friendly format, this book contains illustrations and examples of chemical applications, useful "How to" boxes outlining how to accomplish complex tasks in Excel, and step-by-step instructions for programming Excel to automate repetitive data-processing tasks. In addition, tips are provided to speed, simplify, and improve your use of Excel. Included is a CD-ROM, usable in either Macintosh or IBM/Windows environments with many helpful spreadsheet templates, macros, and other tools.

Entirely new chapters contained in this Second Edition feature:

  • Array formulas covered in depth in a separate chapter, along with a comprehensive review of using arrays in VBA
  • How to create a worksheet with controls, such as option buttons, check boxes, or a list box
  • An extensive list of shortcut keys-over 250 for Macintosh or PC-is provided in the appendix
Whether as a text for students or as a reference for chemical professionals in industry, academia, or government, Excel® for Chemists, Second Edition provides a valuable resource for using Excel to manage various chemical calculations.

Product Details


Product Description

Review

"...designed to help chemists in industry, academia, or government make use of the full capacity of Excel." (SciTech Book News, Vol. 25, No. 3, September 2001)

Review

"As a venture capitalist, I negotiate every day. Michael Watkins' book is the first I have found that truly grapples with complications of real-world negotiations. The book provides the reader with a practical framework for plotting strategy and is chock full of relevant case studies and solid advice on getting the most from every negotiation. As I read this book, I was struck at how often I was able to apply the tools and techniques to my past and current experiences in negotiation. Watkins' book is a powerful tool for anybody who wants to take control and come out on top. I wish I had read it 20 years ago," (John F. Eckert Founder and Managing Partner, McLean Watson Capital Inc.: and President, Canadian Venture Capital Association)

Inside This Book (Learn More)
First Sentence
This chapter covers the basics of working with Excel: navigating around the worksheet, entering values and formulas, and formatting and editing a worksheet. Read the first page
Explore More
Concordance
Browse Sample Pages
Front Cover | Copyright | Table of Contents | Excerpt | Index | Back Cover
Search inside this book:

Sell a Digital Version of This Book in the Kindle Store

If you are a publisher or author and hold the digital rights to a book, you can sell a digital version of it in our Kindle Store. Learn more

Customer Reviews

3 star
0
2 star
0
1 star
0
4.5 out of 5 stars
4.5 out of 5 stars
Most helpful customer reviews
5.0 out of 5 stars Excel for Biomedical Researchers April 9 2003
Format:Paperback
I have bought several books on using Excel for scientists, engineers, etc. However, of the six I have bought, this one by Billo is the most helpful.

If you already know the basics about spreadsheets, then this book is packed with pearls that enhance your productivity and get you powerful results. It will take me years to exhaust the potential.

The CD ROM with the book is very good as well, with examples for the more complex subjects.

I use this reference to evaluate complicated data with multiple interactions on animal and human data in biomedical research. I do research in PET (Positron Emission Tomography) imaging.

While this book is no substitute for a professional biostatistician, the book has helped me to not only follow the progress and interrelationships of the data but also to more clearly communicate my needs to a professional biostatistics firm. This also saves me money since it saves the biostatisticians time. I also think it improves results.

I highly recommend this book.

Was this review helpful to you?
Format:Paperback
Unlike some books, this book is not just a paraphrase of Excel's help file. The book is written for the professional chemist. It uses examples from chemistry to show how Excel can easily handle many graphing and data analysis problems. The reader should have a basic knowledge of spreadsheets. If you haven't used spreadsheets before, this book will be overwhelming.

The first chapter is an introduction to Excel. Even the experienced user will find something new here. My favorite was learning that a shortcut menu listing all sheets in a workbook is available by right-clicking on any of the sheet tab scroll buttons.

The second chapter (10 pages) explains how to make basic graphs in Excel. Many people have Excel, but are unaware of how easy it is to make graphs with Excel. Chapter 5 shows how to construct advanced charts with, for example, multiple axis, error bars, and smoothed lines.

Chapter 3 starts to get into the power user stuff, such as making formulas more understandable by using named ranges. I had quit using names because they apply to every sheet in a workbook; this chapter shows how to make the name apply to just one sheet. The chapter also does a very good job of showing how to construct huge formulas ("megaformulas").

Chapter 4 explains how to use array formulas. This chapter is valuable because Excel's help file doesn't provide much information on using arrays. Arrays make for much cleaner-looking spreadsheets.

Chapter 6 shows how to use Excel's database features to keep track of, for example, a chemical inventory list. Since I don't use these features very often, it is nice to have them described where I can use them when I need them. The same can be said about appendix E, "Shortcut Keys for the PC and Macintosh".

Chapter 7 describes how to import data into a spreadsheet. If you have more data than you want, this chapter shows how to extract every, say, 10th data point.

Chapter 8 shows how option buttons, check boxes, list boxes, etc. can simplify use of a spreadsheet. For example, I needed to enter a number and convert it to pH, pOH, Ka, or Kb, depending on what was entered. Using the info in this chapter, I now just click on an option button, and the sheet does the appropriate conversions.

Chapters 9-12 are about spreadsheet mathematics. Goal Seek, linear regression and Solver are covered. What really makes this material useful is that it tells how to do a statistical analysis of the results, even for non-linear regression.

Chapters 13-19 illustrate how to use Visual Basic for Application (VBA), the programming language built into Excel. The code examples are clearly the work of an amateur programmer. "Option Explicit" is omitted, only arrays are dimensioned, the standard method of indenting to improve readability is not used, and-horrors-the author uses GoTo statements. Nonetheless, these chapters do show the basics of programming with VBA. The CD includes many code examples, including a neat program for formatting chemical equations. For example, it will subscript the 2 in H2O.

Chapters 20-23 are more applications. I especially liked learning how to deconvolute a spectrum with Excel.

The book isn't perfect-a few typos, organization could be improved, one of the files on the CD wouldn't open-but if you are a chemist and want to become better at using Excel, this is the book you need. I wish my company had given me this book when I started using Excel in industry. It would have saved a lot of time.

Was this review helpful to you?
Most Helpful Customer Reviews on Amazon.com (beta)
Amazon.com: 4.7 out of 5 stars  6 reviews
46 of 48 people found the following review helpful
4.0 out of 5 stars Excellent for Chemist with Basic Knowledge of Spreadsheets May 24 2001
By Chris King - Published on Amazon.com
Format:Paperback
Unlike some books, this book is not just a paraphrase of Excel's help file. The book is written for the professional chemist. It uses examples from chemistry to show how Excel can easily handle many graphing and data analysis problems. The reader should have a basic knowledge of spreadsheets. If you haven't used spreadsheets before, this book will be overwhelming.

The first chapter is an introduction to Excel. Even the experienced user will find something new here. My favorite was learning that a shortcut menu listing all sheets in a workbook is available by right-clicking on any of the sheet tab scroll buttons.

The second chapter (10 pages) explains how to make basic graphs in Excel. Many people have Excel, but are unaware of how easy it is to make graphs with Excel. Chapter 5 shows how to construct advanced charts with, for example, multiple axis, error bars, and smoothed lines.

Chapter 3 starts to get into the power user stuff, such as making formulas more understandable by using named ranges. I had quit using names because they apply to every sheet in a workbook; this chapter shows how to make the name apply to just one sheet. The chapter also does a very good job of showing how to construct huge formulas ("megaformulas").

Chapter 4 explains how to use array formulas. This chapter is valuable because Excel's help file doesn't provide much information on using arrays. Arrays make for much cleaner-looking spreadsheets.

Chapter 6 shows how to use Excel's database features to keep track of, for example, a chemical inventory list. Since I don't use these features very often, it is nice to have them described where I can use them when I need them. The same can be said about appendix E, "Shortcut Keys for the PC and Macintosh".

Chapter 7 describes how to import data into a spreadsheet. If you have more data than you want, this chapter shows how to extract every, say, 10th data point.

Chapter 8 shows how option buttons, check boxes, list boxes, etc. can simplify use of a spreadsheet. For example, I needed to enter a number and convert it to pH, pOH, Ka, or Kb, depending on what was entered. Using the info in this chapter, I now just click on an option button, and the sheet does the appropriate conversions.

Chapters 9-12 are about spreadsheet mathematics. Goal Seek, linear regression and Solver are covered. What really makes this material useful is that it tells how to do a statistical analysis of the results, even for non-linear regression.

Chapters 13-19 illustrate how to use Visual Basic for Application (VBA), the programming language built into Excel. The code examples are clearly the work of an amateur programmer. "Option Explicit" is omitted, only arrays are dimensioned, the standard method of indenting to improve readability is not used, and-horrors-the author uses GoTo statements. Nonetheless, these chapters do show the basics of programming with VBA. The CD includes many code examples, including a neat program for formatting chemical equations. For example, it will subscript the 2 in H2O.

Chapters 20-23 are more applications. I especially liked learning how to deconvolute a spectrum with Excel.

The book isn't perfect-a few typos, organization could be improved, one of the files on the CD wouldn't open-but if you are a chemist and want to become better at using Excel, this is the book you need. I wish my company had given me this book when I started using Excel in industry. It would have saved a lot of time.

9 of 11 people found the following review helpful
5.0 out of 5 stars Excel for Biomedical Researchers April 9 2003
By Ronald C. Walker - Published on Amazon.com
Format:Paperback|Amazon Verified Purchase
I have bought several books on using Excel for scientists, engineers, etc. However, of the six I have bought, this one by Billo is the most helpful.

If you already know the basics about spreadsheets, then this book is packed with pearls that enhance your productivity and get you powerful results. It will take me years to exhaust the potential.

The CD ROM with the book is very good as well, with examples for the more complex subjects.

I use this reference to evaluate complicated data with multiple interactions on animal and human data in biomedical research. I do research in PET (Positron Emission Tomography) imaging.

While this book is no substitute for a professional biostatistician, the book has helped me to not only follow the progress and interrelationships of the data but also to more clearly communicate my needs to a professional biostatistics firm. This also saves me money since it saves the biostatisticians time. I also think it improves results.

I highly recommend this book.

4.0 out of 5 stars excel book for chemists Oct 15 2009
By Andrew R. Chung - Published on Amazon.com
Format:Paperback|Amazon Verified Purchase
I bought this for my wife. I liked the examples it had. I read the reviews on it before i bought it. I pretty much agree with the reviews. I thought there were alot of good examples. When i bought the book i wanted relevant examples for different applications my wife was working on. While it doesnt have everything i want its pretty good in general
Search Customer Reviews
Only search this product's reviews

Listmania!

Create a Listmania! list

Look for similar items by category


Feedback