G
Guest
Guest
In one file I have multiple rows and columns of data.
In the second file I am trying to write a CSE(Array Formula) which will print values into column A of file2. It should:
Look at all the values in file1!B2:B200
If the value in the file1!B column is "high" then it should print the exact text of the corresponding file1!E column into the next available slot in the A column of file2.
Example:
in file1
b1="low" ----e1="apples"
b2="high" ----e2="oranges"
b3="low" ----e3="pears"
b4="high" ----e4="grapes"
. . .
then I would like a formula that inputs in file2 column A and returns
oranges in A1
grapes in A2
. . .
Thanks.
In the second file I am trying to write a CSE(Array Formula) which will print values into column A of file2. It should:
Look at all the values in file1!B2:B200
If the value in the file1!B column is "high" then it should print the exact text of the corresponding file1!E column into the next available slot in the A column of file2.
Example:
in file1
b1="low" ----e1="apples"
b2="high" ----e2="oranges"
b3="low" ----e3="pears"
b4="high" ----e4="grapes"
. . .
then I would like a formula that inputs in file2 column A and returns
oranges in A1
grapes in A2
. . .
Thanks.