View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.misc
JcR
 
Posts: n/a
Default If..display "0", if greater than... display actual

Dave,

This is what i'm really trying to get to:
If a1 = 0-149, then a2 = 0
If a1 = 150-200, then a2 = 200
If a1 = 200 or greater, then a2 = a1

Thanks

"davesexcel" wrote:


=if(a1<150,0,a1)


--
davesexcel
------------------------------------------------------------------------
davesexcel's Profile: http://www.excelforum.com/member.php...o&userid=31708
View this thread: http://www.excelforum.com/showthread...hreadid=521560