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...
Harun24HR
Feb 29, 2024Silver Contributor
Need more details to replicate your issue. Show some samples. You may try =TEXT(TODAY(),"MM/DD/YYYY") & " " & REPLACE(C13,1,3,3)