Thread: Excel Problem
View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.misc
John Moore John Moore is offline
external usenet poster
 
Posts: 70
Default Excel Problem

Try this ...=IF(A1<=13,"A",IF(A1<1813,"RESULT",IF(A1=18," B","")))

"Danny" wrote:

Have at it guys.
Im putting formula into A2. I want it to return a value for this formula,
but I think the syntax is wrong. Help greatly appreciated.
=IF(A1<=13,€A€,IF(A113<18,€RESULT€,IF(A1 =18,€B€)))
Danny