A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Basically if it were numbers being put in the formula we would use in cell A2 would be =SUM(A1) , I need that exact same thing but just that instead of number is mirrors words.
You would not need the SUM function to display the value in A1... since it is only a single value, there is nothing to add, so you could just use this instead...
=A1
What that does is display whatever is in A1... note I said "whatever is in A1"... it works whether A1 contains numbers, dates, text or whatever. So, the answer to your question (assuming I understand your use of the word "mirroring" correctly) is to put this...
=H28
in both C7 and E7.