Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I am trying to write a statement where if the values in column A equal a
certain value then it will combine the corresponding data in column B, preferably separated by a comma. So far CANCATENATE hasn't worked because I haven't been able to get around identifying specific cells to combine. Does anyone have any ideas? Thanks! |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Here's a start.........
=IF(A1=C1,A1&","&C1,"") Vaya con Dios, Chuck, CABGx3 "Hark2k" wrote: I am trying to write a statement where if the values in column A equal a certain value then it will combine the corresponding data in column B, preferably separated by a comma. So far CANCATENATE hasn't worked because I haven't been able to get around identifying specific cells to combine. Does anyone have any ideas? Thanks! |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
In C1 enter:
=IF(A1="happy",A1 & "," & B1,"") So if A1 is happy, then C1 will show the combination of A1 and B1. Replace happy with your value -- Gary''s Student - gsnu200764 "Hark2k" wrote: I am trying to write a statement where if the values in column A equal a certain value then it will combine the corresponding data in column B, preferably separated by a comma. So far CANCATENATE hasn't worked because I haven't been able to get around identifying specific cells to combine. Does anyone have any ideas? Thanks! |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Combining 2 IF statements to make one formula. | Excel Worksheet Functions | |||
Combining IF Statements | Excel Worksheet Functions | |||
Combining IF statements | Excel Worksheet Functions | |||
combining conditional statements | Excel Worksheet Functions | |||
Combining IF and multiple SUMIF statements, if A>0 & B is between | Excel Worksheet Functions |