dixiebritt
Board Regular
- Joined
- Jan 8, 2014
- Messages
- 63
I am needing a formula in my revenue column is only added for the Quarter chosen in column A
[TABLE="width: 500"]
<tbody>[TR]
[TD]Quarter[/TD]
[TD]Revenue[/TD]
[/TR]
[TR]
[TD]Q1[/TD]
[TD]500[/TD]
[/TR]
[TR]
[TD]Q2[/TD]
[TD]250[/TD]
[/TR]
[TR]
[TD]Q3[/TD]
[TD]350[/TD]
[/TR]
[TR]
[TD]Q4[/TD]
[TD]100[/TD]
[/TR]
[TR]
[TD]Q1[/TD]
[TD]2500[/TD]
[/TR]
</tbody>[/TABLE]
I want a formula that will extract only the revenue for each time "Q1" is listed. This can not be a pivot table, as it is pulling the data into another worksheet.
[TABLE="width: 500"]
<tbody>[TR]
[TD]Quarter[/TD]
[TD]Revenue[/TD]
[/TR]
[TR]
[TD]Q1[/TD]
[TD]500[/TD]
[/TR]
[TR]
[TD]Q2[/TD]
[TD]250[/TD]
[/TR]
[TR]
[TD]Q3[/TD]
[TD]350[/TD]
[/TR]
[TR]
[TD]Q4[/TD]
[TD]100[/TD]
[/TR]
[TR]
[TD]Q1[/TD]
[TD]2500[/TD]
[/TR]
</tbody>[/TABLE]
I want a formula that will extract only the revenue for each time "Q1" is listed. This can not be a pivot table, as it is pulling the data into another worksheet.