I have the following situation:
In one column i have a list in every cel, this list is fix it is the same in every cel.
In the next column i need excel to insert a list (created on another sheet) depending on the selection from the first column. (i dont know how else to explain).
The formula (or function or whatever) should be something like this:
IF B2="Project1" than C2="List1" -
so if i selected project1 in cel B2 i want excel to insert List1 (the whole list) in the cel C2.
I tried IF (B2="Project1";C2="List") - but it only inserts a value from the "List" it doesn't insert the whole list.
PLEASE HELP
Bookmarks