Jyggalag
Active Member
- Joined
- Mar 8, 2021
- Messages
- 445
- Office Version
- 365
- 2019
- Platform
- Windows
Hi all!
I currently have this setup, please note that I have hidden all the nonrelevant columns however:
The formula I use is this (thank you @RoryA !)
=IFERROR(INDEX(INDIRECT("'"&H504&"'!$U$3:$U$73"),MATCH(1, (INDIRECT("'"&$H504&"'!$A$3:$A$73")=$C504)*(INDIRECT("'"&$H504&"'!$C$3:$C$73")=$H504),0)),"RANDOM TEXT HERE.")
My issue is that while this is naturally very nice in pulling in data from my other sheet, once you click the actual cell in the current column, it shows the formula rather than the text.
I would like the text to be shown also, and was wondering if I could simply hide column E (or slim it down a lot so it is almost hidden) and then make a new column that automatically replicates all of the text from column E, but where once you click on it, you will be shown the text rather than a formula.
I imagine that this might be possible through VBA coding by altering the entire Column so it just copies the raw data from column E.
Is this possible? I would greatly appreciate some assistance here!
P.S. also open to alternative solutions!
Kind regards,
Jyggalag
I currently have this setup, please note that I have hidden all the nonrelevant columns however:
The formula I use is this (thank you @RoryA !)
=IFERROR(INDEX(INDIRECT("'"&H504&"'!$U$3:$U$73"),MATCH(1, (INDIRECT("'"&$H504&"'!$A$3:$A$73")=$C504)*(INDIRECT("'"&$H504&"'!$C$3:$C$73")=$H504),0)),"RANDOM TEXT HERE.")
My issue is that while this is naturally very nice in pulling in data from my other sheet, once you click the actual cell in the current column, it shows the formula rather than the text.
I would like the text to be shown also, and was wondering if I could simply hide column E (or slim it down a lot so it is almost hidden) and then make a new column that automatically replicates all of the text from column E, but where once you click on it, you will be shown the text rather than a formula.
I imagine that this might be possible through VBA coding by altering the entire Column so it just copies the raw data from column E.
Is this possible? I would greatly appreciate some assistance here!
P.S. also open to alternative solutions!
Kind regards,
Jyggalag