Forum Discussion
JoeCavasin
Nov 30, 2018Brass Contributor
Structured Reference - Concatenate
Hi All, first post. Attempting for some compliance controls to utilize excel tables with structured reference formulas. The table with structured references will help protect the formulas appr...
SergeiBaklan
Nov 30, 2018Diamond Contributor
Hi Joe,
You may use
=[@A] & "_" & [@B]
- CDiaz490Nov 03, 2021Copper Contributor
SergeiBaklan Can you tell me how I could fix this formula to work; =MIN(CONCATENATE("("&D21&"[Custom field (Start date)])") It has been driving me nuts for days.
Thanks
- SergeiBaklanNov 03, 2021Diamond Contributor
It depends on what do you have in D21. In your formula CONCATENATE("("&D21&"[Custom field (Start date)])" in any case returns text. MIN() works with numbers, not with texts. MIN() with text arguments returns an error.
Perhaps you could illustrate the question with sample file, that will be easier.