G
Gun_Maddie
Is it possible to use an if statement to return an array? I have
named two arrays and would like to display either based on a value
from another sheet. Using a macro would not help me, just due to the
fact I was told not to use a macro by my boss for this spreadsheet.
Here is what I have....
Array 1:
Example 1
Bill
Art
John
Array 2:
Example 2
Mike
Bill
Gary
{if('sheet1'!$A$1<10,example1,example2)}
So far the only thing that is displayed is the heading of the array.
Is there a way to display the heading and the contents?
Thanks
named two arrays and would like to display either based on a value
from another sheet. Using a macro would not help me, just due to the
fact I was told not to use a macro by my boss for this spreadsheet.
Here is what I have....
Array 1:
Example 1
Bill
Art
John
Array 2:
Example 2
Mike
Bill
Gary
{if('sheet1'!$A$1<10,example1,example2)}
So far the only thing that is displayed is the heading of the array.
Is there a way to display the heading and the contents?
Thanks