Forum Discussion
Anonymous
8 years agoNot applicable
One to Many Formula to return first instance
Hi Experts I have two tables A and B. In table A i have unique instance of the values (client names) in table b i have multiple instance of the client names and multiple instance of the business ...
- Anonymous8 years ago
Hey Anonymous
The FIRSTNONBLANK function should work nicely. It's syntax is FIRSTNONBLANK(Table[Column],1). The ",1" is important to not throw an error.
Hope this helps,
Parker
Anonymous
8 years agoNot applicable
Hey Anonymous
The FIRSTNONBLANK function should work nicely. It's syntax is FIRSTNONBLANK(Table[Column],1). The ",1" is important to not throw an error.
Hope this helps,
Parker
- Anonymous8 years agoNot applicable
thanks Parker