Hello,
I'm sure it's relatively simple but I'm trying to do a formula whereby I can return the Ref no. in column C if there is cost in column A but no volume in Column B or vice versa. I want to try and do it all in one formula but when i try and add in the OR part of the statement, excel wants me to multiply by OR which makes it error. Basically if there are any instances where there are cost with no volume or volume with no cost, I'd like to return the reference in column C
[TABLE="width: 500"]
<tbody>[TR]
[TD]Cost[/TD]
[TD]Volume[/TD]
[TD]Ref[/TD]
[/TR]
[TR]
[TD]£200[/TD]
[TD]2[/TD]
[TD]AL001[/TD]
[/TR]
[TR]
[TD]£100[/TD]
[TD]4[/TD]
[TD]AL002[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]5[/TD]
[TD]AL003[/TD]
[/TR]
[TR]
[TD]£400[/TD]
[TD]6[/TD]
[TD]AL004[/TD]
[/TR]
[TR]
[TD]£180[/TD]
[TD][/TD]
[TD]AL005[/TD]
[/TR]
</tbody>[/TABLE]
Any help would be appreciated.
Thanks
I'm sure it's relatively simple but I'm trying to do a formula whereby I can return the Ref no. in column C if there is cost in column A but no volume in Column B or vice versa. I want to try and do it all in one formula but when i try and add in the OR part of the statement, excel wants me to multiply by OR which makes it error. Basically if there are any instances where there are cost with no volume or volume with no cost, I'd like to return the reference in column C
[TABLE="width: 500"]
<tbody>[TR]
[TD]Cost[/TD]
[TD]Volume[/TD]
[TD]Ref[/TD]
[/TR]
[TR]
[TD]£200[/TD]
[TD]2[/TD]
[TD]AL001[/TD]
[/TR]
[TR]
[TD]£100[/TD]
[TD]4[/TD]
[TD]AL002[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]5[/TD]
[TD]AL003[/TD]
[/TR]
[TR]
[TD]£400[/TD]
[TD]6[/TD]
[TD]AL004[/TD]
[/TR]
[TR]
[TD]£180[/TD]
[TD][/TD]
[TD]AL005[/TD]
[/TR]
</tbody>[/TABLE]
Any help would be appreciated.
Thanks