Max of % nembers in column WITHOUT counting dates

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a column containing dates (1/7/2006) and numbers (20%; 3%; ....)
I need in acell on the topo the maximum of the % of the column but I get
always the maximumof the "date" numeber.
Thank yoiu for helping
dilettante
 
Then change the column in the MAX formula to the column of the percentage
values. And format as %.

--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)
 
try something like
=MAX(IF(A2:A400>1,0,A2:A400))
entered as an array formula (Shift-Control-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

Back
Top