TDeatherage1
New Member
- Joined
- Jun 28, 2024
- Messages
- 1
- Office Version
- 365
- Platform
- Windows
I am trying to underline a text in a formula for a Construction contract application.
See formula below:
="Paragraph b hereof, for the construction of the Project: "&Input!C2&", "& Input!C4&", "&Input!C5&" in accordance with the contract dated the "&Input!C31&" , between Owner and Contractor, and the general and special conditions of that contract, and in accordance with the drawings, specifications and addenda for the construction."
Input!C2 is Sierra Pacific Surgical
Input!C4 is 8105 Saratoga Way
Input!C5 is El Dorado Hills, CA 95762
Input!C31 is 21st day of May 2024
This is what I want it to look like:
Paragraph b hereof, for the construction of the Project: Sierra Pacific Surgical, 8105 Saratoga Way, El Dorado Hills, CA 95762 in accordance with the contract dated the 21st day of May 2024 , between Owner and Contractor, and the general and special conditions of that contract, and in accordance with the drawings, specifications and addenda for the construction.
Right now I have inserted a line (shape) and that's sufficient for printing. However, every time I change the address, if it's shorter or longer, I have to change the length of the line.
The goal is to be able to change the Input Cells to any Project Name and Address & the Contract signed date and still have it underlined the exact length of the Input.
See formula below:
="Paragraph b hereof, for the construction of the Project: "&Input!C2&", "& Input!C4&", "&Input!C5&" in accordance with the contract dated the "&Input!C31&" , between Owner and Contractor, and the general and special conditions of that contract, and in accordance with the drawings, specifications and addenda for the construction."
Input!C2 is Sierra Pacific Surgical
Input!C4 is 8105 Saratoga Way
Input!C5 is El Dorado Hills, CA 95762
Input!C31 is 21st day of May 2024
This is what I want it to look like:
Paragraph b hereof, for the construction of the Project: Sierra Pacific Surgical, 8105 Saratoga Way, El Dorado Hills, CA 95762 in accordance with the contract dated the 21st day of May 2024 , between Owner and Contractor, and the general and special conditions of that contract, and in accordance with the drawings, specifications and addenda for the construction.
Right now I have inserted a line (shape) and that's sufficient for printing. However, every time I change the address, if it's shorter or longer, I have to change the length of the line.
The goal is to be able to change the Input Cells to any Project Name and Address & the Contract signed date and still have it underlined the exact length of the Input.