Finding Zeros

S

Seahorsenerd

Hey,
I have a speadsheet with a bunch of numbers in Column B From B3 to B367 and
i want to find the number that is closest to zero. (Numbers are rounded off
to 8 decimal places). Is there a function that can find a number in the
column that is closest to zero?

Thanks so much,
Sea
 
G

Gary''s Student

=MIN(ABS(B3:B367))
must be entered as an array formula with CNTRL-SHFT-ENTER instead of ENTER
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top