Link to home
Start Free TrialLog in
Avatar of Steve_Brady
Steve_BradyFlag for United States of America

asked on

Using "inverse arguments" in Excel formulas

Hello,

It seems that not infrequently, I see "inverse  arguments" used in Excel formulas.  By inverse, I mean 1/B1:B15 rather than simply B1:B15.  Can someone explain the basic concepts underlying those types of arguments or point me to a source which does?

Thanks
Avatar of leptonka
leptonka
Flag of Hungary image

Hi,

I use it to count non-zero values, for example:
=COUNT(1/B1:B15) - confirm with Ctrl+Shift+Enter will give you the number of non-zero values (numbers) in the range, because 1/0=#DIV error.

(Yes, I know it could be done in different way, without array-entered formula. :-)

Cheers,
Kris
ASKER CERTIFIED SOLUTION
Avatar of dlmille
dlmille
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Steve_Brady

ASKER

Dave , superb answer:  clear, well organized, concise but comprehensive, and enjoyable to read.  Many thanks!