E
Emile Zac
I have seven different ranges that have distinctive names. I am trying to
create a formula that will insert or paste the named range starting at the
active cell.
The formula would do the following:
The active cell is D70. If the value in cell E2 is one of seven text
strings ( red, green, blue .....) then insert the cell values of the
corresponding named range starting at D70.
In other words
Starting at the active cell
IF E2="red", then insert range named "Red_Cars" which refers to A100:B110
which contain information,
IF E2="blue", then insert range named "Blue_Cars" which refers to A120:B130
which contain information,
and so on.....
Any help would be appreciated
Thanks
create a formula that will insert or paste the named range starting at the
active cell.
The formula would do the following:
The active cell is D70. If the value in cell E2 is one of seven text
strings ( red, green, blue .....) then insert the cell values of the
corresponding named range starting at D70.
In other words
Starting at the active cell
IF E2="red", then insert range named "Red_Cars" which refers to A100:B110
which contain information,
IF E2="blue", then insert range named "Blue_Cars" which refers to A120:B130
which contain information,
and so on.....
Any help would be appreciated
Thanks