Forum Discussion
thivanka101
Jun 11, 2019Copper Contributor
Make sentence from data in cells in Excel
Hi, I have a form of 4 cells (as you can see in the attached picture) & I need to get the values within brackets of the sentence filled when updating data in A2, B2, C2 & D2. Please be kind ...
SergeiBaklan
Jun 11, 2019Diamond Contributor
It could be
=A1 & " (" & TEXT(A2,"m/d/yyyy") & ")_(" & B2 & ") - Active coverage since "& TEXT(C2,"m/d/yyyy") & ", Specialist co-pay " & TEXT(D2,"[$$-en-US](#,##0.00).")
- thivanka101Jun 11, 2019Copper ContributorThank you so much sir! It helped
- SergeiBaklanJun 11, 2019Diamond Contributor
thivanka101 , glad to help