Forum Discussion
NotSoFastEddie
May 19, 2024Copper Contributor
Carry over cell formatting from source worksheet to destination worksheet generated via LET (TAKE 2?
Not sure if the first request is out there somewhere. I have created a custom format(s) '#0.00 " in"' so when a value is entered, it displays "1.00 in". Using a LET statement on a destination ...
- May 19, 2024Thanks I will give that a try.
Harun24HR
May 19, 2024Bronze Contributor
Try TEXT() function like =TEXT(1,"#0.00")&" in"
- NotSoFastEddieMay 19, 2024Copper ContributorThanks I will give that a try.