ShabanaHafiz
Programmer
I have an Excel Sheet, Sheet1, which prints donation receipt. Required Data is entered in Sheet2. Sheet1 has a cell, in which user can enter row number of Sheet2. Then Donation Receipt is populated with the data of that row.
What I need to do is underline partial text so as to exactly simulate manual receipt. For example, cell B25 has the following formula:
="Received with thanks from " &Name
Name is a range and refers to Sheet1!$L$4.
The sample output in B25 is
Received with thanks from SHABANA HAFIZ
Needed output is:
Received with thanks from SHABANA HAFIZ
What I need to do is underline partial text so as to exactly simulate manual receipt. For example, cell B25 has the following formula:
="Received with thanks from " &Name
Name is a range and refers to Sheet1!$L$4.
The sample output in B25 is
Received with thanks from SHABANA HAFIZ
Needed output is:
Received with thanks from SHABANA HAFIZ