Hi,
I have a problem with table below. I need to learn what formula to use so that I can get correct answer to Solution X. I added into the table what I need for answer into Solution X column.
User1, Info2-3 varies depending if users fill it or not. Solution X needs to be same in all lines, which have same number than in User1 but it needs to look also if info2 and info3 has text (text is always the same "yes" in info2& info3) and if there is data, Solution X needs to have different value.
I can get this work by using ISBLANK and IFs if the info2 and info3 has the value in the first line when User1 changes. But I cannot get it to work if the first line for info2 and/or info3 is empty but it has something on the second or third line. Can this be resolved somehow using match+index or is there another formulas to use?
[TABLE="width: 500"]
<tbody>[TR]
[TD]User1[/TD]
[TD]Info2[/TD]
[TD]Info3[/TD]
[TD]Solution X[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD][/TD]
[TD]yes[/TD]
[TD]1Info3[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD][/TD]
[TD][/TD]
[TD]1Info3[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]yes[/TD]
[TD][/TD]
[TD]1Info3[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD][/TD]
[TD][/TD]
[TD]2Info2[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]yes[/TD]
[TD][/TD]
[TD]2Info2[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD][/TD]
[TD][/TD]
[TD]3[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD][/TD]
[TD][/TD]
[TD]3[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD][/TD]
[TD][/TD]
[TD]3[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD][/TD]
[TD][/TD]
[TD]4Info3[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD][/TD]
[TD]yes[/TD]
[TD]4Info3[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD][/TD]
[TD][/TD]
[TD]4Info3[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD][/TD]
[TD][/TD]
[TD]4Info3[/TD]
[/TR]
</tbody>[/TABLE]
I have a problem with table below. I need to learn what formula to use so that I can get correct answer to Solution X. I added into the table what I need for answer into Solution X column.
User1, Info2-3 varies depending if users fill it or not. Solution X needs to be same in all lines, which have same number than in User1 but it needs to look also if info2 and info3 has text (text is always the same "yes" in info2& info3) and if there is data, Solution X needs to have different value.
I can get this work by using ISBLANK and IFs if the info2 and info3 has the value in the first line when User1 changes. But I cannot get it to work if the first line for info2 and/or info3 is empty but it has something on the second or third line. Can this be resolved somehow using match+index or is there another formulas to use?
[TABLE="width: 500"]
<tbody>[TR]
[TD]User1[/TD]
[TD]Info2[/TD]
[TD]Info3[/TD]
[TD]Solution X[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD][/TD]
[TD]yes[/TD]
[TD]1Info3[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD][/TD]
[TD][/TD]
[TD]1Info3[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]yes[/TD]
[TD][/TD]
[TD]1Info3[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD][/TD]
[TD][/TD]
[TD]2Info2[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]yes[/TD]
[TD][/TD]
[TD]2Info2[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD][/TD]
[TD][/TD]
[TD]3[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD][/TD]
[TD][/TD]
[TD]3[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD][/TD]
[TD][/TD]
[TD]3[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD][/TD]
[TD][/TD]
[TD]4Info3[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD][/TD]
[TD]yes[/TD]
[TD]4Info3[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD][/TD]
[TD][/TD]
[TD]4Info3[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD][/TD]
[TD][/TD]
[TD]4Info3[/TD]
[/TR]
</tbody>[/TABLE]