I am trying to use an if statement to return a cell value only when the logical test is True. If it is False, I don't want a blank field, I want it to go to the next cell to check if it is True. Make sense?
I have found lots of threads touching base on this topic, but have failed to find a SMALL, INDEX, or IFERROR nesting function that works well for my specific set of data.
Here is what I have... Basically the data is a pick list, and I want to pull the values from row A that have a quantity >0 in row B.
A:A
Apple
Orange
Banana
Kiwi
B:B
0
2
5
0
Now I want to pull the data from row A if the corresponding data in row B is greater than 0. So for this example, I want to return:
C:C
Orange
Banana
I want to use a formula that will return this with no blank rows and not using a filter. Can anyone out there help??
Let me know if you need more info. Thanks
I have found lots of threads touching base on this topic, but have failed to find a SMALL, INDEX, or IFERROR nesting function that works well for my specific set of data.
Here is what I have... Basically the data is a pick list, and I want to pull the values from row A that have a quantity >0 in row B.
A:A
Apple
Orange
Banana
Kiwi
B:B
0
2
5
0
Now I want to pull the data from row A if the corresponding data in row B is greater than 0. So for this example, I want to return:
C:C
Orange
Banana
I want to use a formula that will return this with no blank rows and not using a filter. Can anyone out there help??
Let me know if you need more info. Thanks