Oct 17, 2011 #1 dsmith910 Technical User Jan 16, 2003 127 GB Hi Am sure I've seen something somewhere which will help! I want to have a formula which says something like: if(A1=between15and22,1,0) i.e. if cell A1 has a value between 15 and 22 then put 1 otherwise 0 Anyone know what I need to do. Thanks
Hi Am sure I've seen something somewhere which will help! I want to have a formula which says something like: if(A1=between15and22,1,0) i.e. if cell A1 has a value between 15 and 22 then put 1 otherwise 0 Anyone know what I need to do. Thanks
Oct 17, 2011 1 #2 S SkipVought Programmer Dec 4, 2001 47,489 US hi, [tt] =if(and(A1>=15,A1<=22),1,0) [/tt] Skip, Just traded in my old subtlety... for a NUANCE! Upvote 0 Downvote
Oct 19, 2011 Thread starter #3 dsmith910 Technical User Jan 16, 2003 127 GB Many thanks - that works just great. Upvote 0 Downvote