View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.misc
Luke M Luke M is offline
external usenet poster
 
Posts: 2,722
Default Identifying when all values in a range are the same.

Are L20:Q20 formatted as text? They need to be actual numbers. Also, since
they are coming from a formula, make sure the formula returns a number, e.g.
=IF(F20="med",3,false)
and NOT
=if(F20="med","3",false)
--
Best Regards,

Luke M
*Remember to click "yes" if this post helped you!*


"MichaelZ" wrote:

GS
This seems to be returning "all the same" for everything, even when the
values in L:Q are not all the same.
Help. Thanks.

"Gary''s Student" wrote:

=IF(MIN(L20:Q20)=MAX(L20:Q20),"all the same","not all the same")
--
Gary''s Student - gsnu200820