Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default Can anyone recommend a reference book

I agree it falls well short of discussing advanced techniques such as the
one we discussed back on 25th June


Can you provide a link to that discussion?

a book on that topic would be great (I have thousands
of pages of notes, but not the discipline I feel to create such a tome)


I don't know what "that topic" is but I've also "thought about writing a
book" on "advanced formulas". I wouldn't know where to start! I haven't a
clue about how to write a book! I don't have JW's book, but does it cover
the types of formulas and techniques we routinely provide in these groups? I
have a couple of old books but they're pretty much useless for anything
above the very basics:

"To sum a range of cells use this formula: =SUM(A1:10)"
"To find the maximum value in a range of cells use this formula:
=MAX(A10:A10)"

Really advanced stuff!

Biff

"Bob Phillips" wrote in message
...
I don't know about the structure of the books (I have to admit to never
having bought or fully read any of them) so I cannot comment on that, but I
would point out that John's books are not meant for the likes of you and I,
they are aimed straight at the mass-market, looking to generate as many
sales as possible by teaching aspects of Excel to people that have a desire
to learn, but do not necessarily have the sort of background that they can
do it on their own.

I recommended John's book, because I have leafed through many in
bookstores, and that is the only one that I found presented anything other
than really basic information. I agree it falls well short of discussing
advanced techniques such as the one we discussed back on 25th June, and a
book on that topic would be great (I have thousands of pages of notes, but
not the discipline I feel to create such a tome), but unless you are John
Walkenbach, book writing is not a lucrative job, the rewards are nowhere
near commensurate to the effort involved.

BTW, John has written loads of books, far more than the 2 you have. And I
am sure we will be seeing 2007 versions very soon.

--
---
HTH

Bob

(change the xxxx to gmail if mailing direct)


wrote in message
ups.com...
phocused wrote:
"Bob Phillips" wrote:
There is really only one book on formulae worth its salt IMO, and that
is
John Walkenbach's Excel 2003 Formulas (sic!).

Thanks for the help, reccomendations.
I have gone for Bob's suggestion.


And please post back with your impression of the book after you have
read it and tried to use it for a while.

I have both of Walkenbach's Excel books. (Well, he might have more
than two. Unfortunately, they are both packed away during remodeling,
so I cannot check the titles.) They are certainly full of useful
information. But I am very disappointed in their organization,
presentation and completeness. After reading the VBA book nearly a
year ago, I never can find anything when I go to look up something that
I "know" is in the book. And as I recall, things were not presented in
a "logical" sequence in the first place.

I have used the Excel Formulas book only sparingly, having learned
Excel on my own very easily based on years of experience with
pioneering spreadsheet products. But it, too, suffers as a reference,
IMHO.

Having said all that, I should add that I am a professional computer
programmer (post grad degree) with many decades of experience in system
programming in another part of the industry. Arguably, perhaps my
expectations are too high. In fact, I am sure they are, considering
the seemingly overwhelming good reviews of Walkenbach's books.

PS: On the other hand, I have yet to find a book that presents Excel
and VBA programming any better. I think the MS industry is severely
lacking in quality texts. At least, I have yet to stumble upon
anything really good.





  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,726
Default Can anyone recommend a reference book


"T. Valko" wrote in message
...
I agree it falls well short of discussing advanced techniques such as the
one we discussed back on 25th June


Can you provide a link to that discussion?



This is the one.

http://tinyurl.com/yn64g2

You won't find it anything new, but it was new to Joe (who by his own
admission is an advanced user) at that time, and the discussion was the
interesting part. At least I thought it was relevant to this thread.


I don't know what "that topic" is but I've also "thought about writing a
book" on "advanced formulas". I wouldn't know where to start! I haven't a
clue about how to write a book! I don't have JW's book, but does it cover
the types of formulas and techniques we routinely provide in these groups?
I have a couple of old books but they're pretty much useless for anything
above the very basics:



That topic was advanced Excel techniques, not just formulae, but mainly
formulae driven.

It's a while since I have looked at John's book, but as I recall, it wasn't
going into the depth of some of the solutions of the type that we offer
here. It was more along the lines of taking themes, and developing them,
showing the formulae available, how to use them etc. There is some extremely
basic stuff there, some more advanced stuff (Part IV is Array Formulae). The
best bit is part III for me, Financial Formulae, but probably because I know
naff all about them. Despite what Joe says, I think it is well formatted, I
think that is one of John's strengths.

I think the market needs a book that starts at the intermediate user, and
gives them tools and techniques to become an expert. No basic stuff, all
that is assumed in the reader. I really don't think that book exists at this
point. And of course, if anyone wants to write it, publishers now want it to
be focussed on Excel 2007.


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default Can anyone recommend a reference book

Can you provide a link to that discussion?
This is the one.
http://tinyurl.com/yn64g2


Ok, I remember reading that thread.

That thread also fits the evolved topic of this thread. Toppers says:

"There is a market for somone who could distill all the knowledge into a
single reference"

I think we agree but it would be a lot of work!

As for the subject of that thread, here's another formula to "do stuff" on
non-contiguous ranges:

Array entered:

=AVERAGE(IF(CHOOSE({1,2,3},B6:B19,B27:B40,H6:H19)= "x",CHOOSE({1,2,3},C6:C19,C27:C40,I6:I19)))

Using this method the ranges must be the same size *and* shape.

Biff

"Bob Phillips" wrote in message
...

"T. Valko" wrote in message
...
I agree it falls well short of discussing advanced techniques such as
the one we discussed back on 25th June


Can you provide a link to that discussion?



This is the one.

http://tinyurl.com/yn64g2

You won't find it anything new, but it was new to Joe (who by his own
admission is an advanced user) at that time, and the discussion was the
interesting part. At least I thought it was relevant to this thread.


I don't know what "that topic" is but I've also "thought about writing a
book" on "advanced formulas". I wouldn't know where to start! I haven't a
clue about how to write a book! I don't have JW's book, but does it cover
the types of formulas and techniques we routinely provide in these
groups? I have a couple of old books but they're pretty much useless for
anything above the very basics:



That topic was advanced Excel techniques, not just formulae, but mainly
formulae driven.

It's a while since I have looked at John's book, but as I recall, it
wasn't going into the depth of some of the solutions of the type that we
offer here. It was more along the lines of taking themes, and developing
them, showing the formulae available, how to use them etc. There is some
extremely basic stuff there, some more advanced stuff (Part IV is Array
Formulae). The best bit is part III for me, Financial Formulae, but
probably because I know naff all about them. Despite what Joe says, I
think it is well formatted, I think that is one of John's strengths.

I think the market needs a book that starts at the intermediate user, and
gives them tools and techniques to become an expert. No basic stuff, all
that is assumed in the reader. I really don't think that book exists at
this point. And of course, if anyone wants to write it, publishers now
want it to be focussed on Excel 2007.



  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default Can anyone recommend a reference book

Using this method the ranges must be the same size *and* shape.

But then again, you could always transpose if needed:

=AVERAGE(IF(CHOOSE({1,2},A1:A5,TRANSPOSE(D1:H1))=" x",CHOOSE({1,2},B1:B5,TRANSPOSE(D2:H2))))

Biff

"T. Valko" wrote in message
...
Can you provide a link to that discussion?

This is the one.
http://tinyurl.com/yn64g2


Ok, I remember reading that thread.

That thread also fits the evolved topic of this thread. Toppers says:

"There is a market for somone who could distill all the knowledge into a
single reference"

I think we agree but it would be a lot of work!

As for the subject of that thread, here's another formula to "do stuff" on
non-contiguous ranges:

Array entered:

=AVERAGE(IF(CHOOSE({1,2,3},B6:B19,B27:B40,H6:H19)= "x",CHOOSE({1,2,3},C6:C19,C27:C40,I6:I19)))

Using this method the ranges must be the same size *and* shape.

Biff

"Bob Phillips" wrote in message
...

"T. Valko" wrote in message
...
I agree it falls well short of discussing advanced techniques such as
the one we discussed back on 25th June

Can you provide a link to that discussion?



This is the one.

http://tinyurl.com/yn64g2

You won't find it anything new, but it was new to Joe (who by his own
admission is an advanced user) at that time, and the discussion was the
interesting part. At least I thought it was relevant to this thread.


I don't know what "that topic" is but I've also "thought about writing a
book" on "advanced formulas". I wouldn't know where to start! I haven't
a clue about how to write a book! I don't have JW's book, but does it
cover the types of formulas and techniques we routinely provide in these
groups? I have a couple of old books but they're pretty much useless for
anything above the very basics:



That topic was advanced Excel techniques, not just formulae, but mainly
formulae driven.

It's a while since I have looked at John's book, but as I recall, it
wasn't going into the depth of some of the solutions of the type that we
offer here. It was more along the lines of taking themes, and developing
them, showing the formulae available, how to use them etc. There is some
extremely basic stuff there, some more advanced stuff (Part IV is Array
Formulae). The best bit is part III for me, Financial Formulae, but
probably because I know naff all about them. Despite what Joe says, I
think it is well formatted, I think that is one of John's strengths.

I think the market needs a book that starts at the intermediate user, and
gives them tools and techniques to become an expert. No basic stuff, all
that is assumed in the reader. I really don't think that book exists at
this point. And of course, if anyone wants to write it, publishers now
want it to be focussed on Excel 2007.





Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Maintaining cell reference after sorting GRITS Excel Discussion (Misc queries) 2 April 30th 23 07:42 PM
Using an offset formula for the reference in a relative reference Cuda Excel Worksheet Functions 6 November 15th 06 05:12 PM
Relative reference to a cell on a previous sheet [email protected] Excel Discussion (Misc queries) 1 July 17th 06 07:27 PM
Could you recommend an Excel book? Evgeny Excel Discussion (Misc queries) 1 February 8th 06 05:05 AM
how do I format a cell reference to move as source changes KGray Excel Worksheet Functions 1 August 13th 05 12:41 AM


All times are GMT +1. The time now is 12:32 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"