View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
FSt1 FSt1 is offline
external usenet poster
 
Posts: 3,942
Default Use multiple functions in single formula

hi
try this
=IF(A1=A2,C1&", "&C2,0)

regards
FSt1

"Andrea54" wrote:

I am attempting to generate a formula that states if the data in cell A1=A2,
then merge the data in cells C1&C2 separated by a comma

Cannot combine both =IF and =CONCATENATE in the same formula
--
Andrea54