View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
duane[_40_] duane[_40_] is offline
external usenet poster
 
Posts: 1
Default How do I calculate "x+x=2x" using Excel?


if x is in both a1 and a2 is thsi what you are looking for?

=CONCATENATE(COUNTif(A1:A2,"x"),"x"

--
duan

-----------------------------------------------------------------------
duane's Profile: http://www.excelforum.com/member.php...fo&userid=1162
View this thread: http://www.excelforum.com/showthread.php?threadid=31923