Salamullah
Board Regular
- Joined
- Mar 28, 2011
- Messages
- 221
[TABLE="width: 500"]
<tbody>[TR]
[TD]Units
[/TD]
[TD]Amount
[/TD]
[TD]Month
[/TD]
[/TR]
[TR]
[TD]100
[/TD]
[TD]2300
[/TD]
[TD]Jan
[/TD]
[/TR]
[TR]
[TD]100
[/TD]
[TD]0.10
[/TD]
[TD]Jan
[/TD]
[/TR]
[TR]
[TD]200
[/TD]
[TD]1000
[/TD]
[TD]Feb
[/TD]
[/TR]
[TR]
[TD]-200
[/TD]
[TD]-1000
[/TD]
[TD]Feb
[/TD]
[/TR]
[TR]
[TD]300
[/TD]
[TD]2000
[/TD]
[TD]Jan
[/TD]
[/TR]
[TR]
[TD]300
[/TD]
[TD]-0.08
[/TD]
[TD]Jan
[/TD]
[/TR]
</tbody>[/TABLE]
I want to apply formula in the column A Units and wanted to skip units if Values in column B is between -0.5 to 0.5, please help based on the above example the answer of column A should be 400 in Cell E2 whereas D2 contained Jan. with SUMIFS formula
<tbody>[TR]
[TD]Units
[/TD]
[TD]Amount
[/TD]
[TD]Month
[/TD]
[/TR]
[TR]
[TD]100
[/TD]
[TD]2300
[/TD]
[TD]Jan
[/TD]
[/TR]
[TR]
[TD]100
[/TD]
[TD]0.10
[/TD]
[TD]Jan
[/TD]
[/TR]
[TR]
[TD]200
[/TD]
[TD]1000
[/TD]
[TD]Feb
[/TD]
[/TR]
[TR]
[TD]-200
[/TD]
[TD]-1000
[/TD]
[TD]Feb
[/TD]
[/TR]
[TR]
[TD]300
[/TD]
[TD]2000
[/TD]
[TD]Jan
[/TD]
[/TR]
[TR]
[TD]300
[/TD]
[TD]-0.08
[/TD]
[TD]Jan
[/TD]
[/TR]
</tbody>[/TABLE]
I want to apply formula in the column A Units and wanted to skip units if Values in column B is between -0.5 to 0.5, please help based on the above example the answer of column A should be 400 in Cell E2 whereas D2 contained Jan. with SUMIFS formula