Hi,
How can I concatenate column A and B. But only if cell contains specific phrase otherwise column A should be copied to column C.
![]()
Please Login or Register to view this content.
Hi,
How can I concatenate column A and B. But only if cell contains specific phrase otherwise column A should be copied to column C.
![]()
Please Login or Register to view this content.
Try this:
=IF(A1="specific phrase",A1&" "&B1,A1)
Adjust cells, ranges as necessary.
- Moo
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks