I have a workbook with 3 sheets, would like to potentially add more. Sheet 1 is Data! that lists data that I need to update, Sheet 2 and Sheet 3 are pull some information from Data!.
In Data!B2 I type in a date, then that is broken down into the typed out month, day and year in 3 separate cells.
=DATA!J1&DATA!J2&DATA!J3&" regarding our deposit and loan balances. Please confirm the accuracy of "
Data!J1:Data!J3 refers to the date from Data!B1 broken down into month, day, and year.
I need my all sheets other than !data to auto update their respective cell F6 to return the above text string with the date bold and highlighted in yellow whenever cell Data!B1 is changed.
So, If I type December 31, 2024 into Data!B2
I need sheet2!F6 to return
December 31, 2024 regarding our deposit and loan balances. Please confirm the accuracy of
With the Date highlighted
In Data!B2 I type in a date, then that is broken down into the typed out month, day and year in 3 separate cells.
=DATA!J1&DATA!J2&DATA!J3&" regarding our deposit and loan balances. Please confirm the accuracy of "
Data!J1:Data!J3 refers to the date from Data!B1 broken down into month, day, and year.
I need my all sheets other than !data to auto update their respective cell F6 to return the above text string with the date bold and highlighted in yellow whenever cell Data!B1 is changed.
So, If I type December 31, 2024 into Data!B2
I need sheet2!F6 to return
December 31, 2024 regarding our deposit and loan balances. Please confirm the accuracy of
With the Date highlighted