Hello Everyone,
I have an issue which I'm sure won't be a very difficult one to resolve. I'm using in a table (t_b) an index-match function to return values that are stored in another table (t_a). Such as:
It works fine. However, this famous table A is a table that should be populated. As users begins with the workbook, this table only has one row (and they can then add more). When the table only contains one row, then the index/match does not work. How can I still force Excel to find the only value contained in the correspondent column?
Thanks in advance everyone.
I have an issue which I'm sure won't be a very difficult one to resolve. I'm using in a table (t_b) an index-match function to return values that are stored in another table (t_a). Such as:
Excel Formula:
{=INDEX(t_a[Price];MATCH(1;([@[P_PartialName]]=t_a[Partial Name])*([@[units]]=t_a['# units]);0))}
It works fine. However, this famous table A is a table that should be populated. As users begins with the workbook, this table only has one row (and they can then add more). When the table only contains one row, then the index/match does not work. How can I still force Excel to find the only value contained in the correspondent column?
Thanks in advance everyone.