Forum Discussion
tiramisu515
Feb 29, 2024Copper Contributor
Formula Help Needed.. Stringing two formulas together.
Hi guys,
I am having issues with putting two formulas together.
One cell is a current date, =TODAY()
Second cell is a Vlook Up, = REPLACE(C13,1,3,3)
How do I string them together as a formula? Thanks and cheers
1 Reply
- Harun24HRBronze ContributorNeed more details to replicate your issue. Show some samples. You may try =TEXT(TODAY(),"MM/DD/YYYY") & " " & REPLACE(C13,1,3,3)