I need help creating a formula that basically says:
IF E12="Income" then the number typed in f12 will be positive
If e12="expense" then the number typed in f12 will be negative
Just trying to eliminate some work as I'm a profit and loss analyst and type thousands of numbers a day...
Example below:
[TABLE="width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]Transaction Type[/TD]
[TD]Amount[/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD]Income[/TD]
[TD]$55.00[/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD]Expense[/TD]
[TD]-$100[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Thanks in Advance:
Haley
IF E12="Income" then the number typed in f12 will be positive
If e12="expense" then the number typed in f12 will be negative
Just trying to eliminate some work as I'm a profit and loss analyst and type thousands of numbers a day...
Example below:
[TABLE="width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]Transaction Type[/TD]
[TD]Amount[/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD]Income[/TD]
[TD]$55.00[/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD]Expense[/TD]
[TD]-$100[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Thanks in Advance:
Haley