View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
swatsp0p swatsp0p is offline
external usenet poster
 
Posts: 1
Default IF statement (non nested) that compares cell value against range


You are close in your attempt. Try this:

=IF(AND(A2=10,A2<=100),"10-100","")

Good Luck

Bruce


--
swatsp0p


------------------------------------------------------------------------
swatsp0p's Profile: http://www.excelforum.com/member.php...o&userid=15101
View this thread: http://www.excelforum.com/showthread...hreadid=567952