View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
sadata sadata is offline
external usenet poster
 
Posts: 1
Default Need help with IF nested formulas

I have a list of parameters I want 1 cell to calculate: e.g.
=IF(A1<0.3),1,IF(A10.3,A1<1.6),2,IF(A11.6,A1<3.1 ),3,....ETC. I KEEP
GETTING AN ERROR MESSAGE...IS THERE SOMETHING I AM MISSING?