KristieLee1
Technical User
I have two tables, one(1:1 relationship)contains a unique Id and an amount, the other contains the unique id and several records per each ID (1:many relationship). I need to return several different column values to the 1:1 table from the 1:many table.
Is there a way to return multiple cell values or am I limited to just one?
Example, vorhlookup(B3,manytable,2,3,4,false). What I'm trying to say here is if B3 exists in manytable, return the values in columns 2,3,and 4. Can't figure out how to tell it to return those values in specific columns, but hey...its a start.
As usual, thanks in advance and any help is appreciated.
Is there a way to return multiple cell values or am I limited to just one?
Example, vorhlookup(B3,manytable,2,3,4,false). What I'm trying to say here is if B3 exists in manytable, return the values in columns 2,3,and 4. Can't figure out how to tell it to return those values in specific columns, but hey...its a start.
As usual, thanks in advance and any help is appreciated.