Thread
:
How to Increment a text in a Formula
View Single Post
10-20-2022, 01:54 AM
ArviLaanemets
Windows 8
Office 2016
Expert
Join Date: May 2017
Posts: 949
Quote:
Originally Posted by
bil_san1
Please guide me how to change B4 to Saving2 and B5 to Saving3 and so on.....
?
Maybe:
B3: = "Saving" & ($C$3 - 3) +ROW()
, and copy down?
ArviLaanemets
View Public Profile
Find all posts by ArviLaanemets