Thread
:
add text to a calculation
View Single Post
03-09-2024, 07:33 AM
ArviLaanemets
Windows 8
Office 2016
Expert
Join Date: May 2017
Posts: 949
[QUOTE=Pablo2000;180602="("B13-(B7/12)")"
is there a better way?[/QUOTE]
Yes!
Code:
="(" & B13-(B7/12) & ")"
ArviLaanemets
View Public Profile
Find all posts by ArviLaanemets