Hi everyone!
First time reaching out for help, I have a sequence in column A and would like to pull the data into column B. But the thing is I would like to skip over the cell if it states "All Other" yet continue on the same sequence. I remember writing a formula a while ago for this, had some nested If statements, but cant seem to recall it now.. Please help!
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Original[/TD]
[TD][/TD]
[TD]What I Need[/TD]
[/TR]
[TR]
[TD]Apple
[/TD]
[TD]=IF(A7="All Other",A8,A7)....?[/TD]
[TD]Apple[/TD]
[/TR]
[TR]
[TD]HP[/TD]
[TD][/TD]
[TD]HP[/TD]
[/TR]
[TR]
[TD]Samsung[/TD]
[TD][/TD]
[TD]Samsung
[/TD]
[/TR]
[TR]
[TD]All Other[/TD]
[TD][/TD]
[TD]Sony[/TD]
[/TR]
[TR]
[TD]Sony[/TD]
[TD][/TD]
[TD]Dell[/TD]
[/TR]
[TR]
[TD]Dell[/TD]
[TD][/TD]
[TD]LG[/TD]
[/TR]
[TR]
[TD]LG[/TD]
[TD][/TD]
[TD]Vizio[/TD]
[/TR]
[TR]
[TD]Vizio[/TD]
[TD][/TD]
[TD]Canon[/TD]
[/TR]
[TR]
[TD]Canon[/TD]
[TD][/TD]
[TD]Lenovo[/TD]
[/TR]
[TR]
[TD]Lenovo[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
First time reaching out for help, I have a sequence in column A and would like to pull the data into column B. But the thing is I would like to skip over the cell if it states "All Other" yet continue on the same sequence. I remember writing a formula a while ago for this, had some nested If statements, but cant seem to recall it now.. Please help!
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Original[/TD]
[TD][/TD]
[TD]What I Need[/TD]
[/TR]
[TR]
[TD]Apple
[/TD]
[TD]=IF(A7="All Other",A8,A7)....?[/TD]
[TD]Apple[/TD]
[/TR]
[TR]
[TD]HP[/TD]
[TD][/TD]
[TD]HP[/TD]
[/TR]
[TR]
[TD]Samsung[/TD]
[TD][/TD]
[TD]Samsung
[/TD]
[/TR]
[TR]
[TD]All Other[/TD]
[TD][/TD]
[TD]Sony[/TD]
[/TR]
[TR]
[TD]Sony[/TD]
[TD][/TD]
[TD]Dell[/TD]
[/TR]
[TR]
[TD]Dell[/TD]
[TD][/TD]
[TD]LG[/TD]
[/TR]
[TR]
[TD]LG[/TD]
[TD][/TD]
[TD]Vizio[/TD]
[/TR]
[TR]
[TD]Vizio[/TD]
[TD][/TD]
[TD]Canon[/TD]
[/TR]
[TR]
[TD]Canon[/TD]
[TD][/TD]
[TD]Lenovo[/TD]
[/TR]
[TR]
[TD]Lenovo[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]