PC Review


Reply
Thread Tools Rate Thread

Conditional formula with an if statement

 
 
Tyler2006
Guest
Posts: n/a
 
      27th May 2010
I am wanting to create a "envilope" budget sheet and have ran into a problem.
What I am trying to do is make everything in Column B all negative unless I
put a figure in Column A, which would make the Column B Positive.
Example:

Column A Column B
Deposit Car
(nothing here) $50 (this will show up negative)
$500 $500 (This figure will show up positive)


I want to be able to add numbers in both column A and B but reflect the
appropriate sign as an expense (with nothing being added into deposits) or as
income, when I deposit something in that account.

So when I sum up this column, it will equal $450 left in the car envilope.
I am struggling to figure out the conditional if statement, or am I looking
at this wrong and should place this in Macros?

 
Reply With Quote
 
 
 
 
Don Guillett
Guest
Posts: n/a
 
      27th May 2010
try this
=if(len(trim(a3))>0,a3,-50)

--
Don Guillett
Microsoft MVP Excel
SalesAid Software
(E-Mail Removed)
"Tyler2006" <(E-Mail Removed)> wrote in message
news:6446BA34-2B00-4A98-AB86-(E-Mail Removed)...
>I am wanting to create a "envilope" budget sheet and have ran into a
>problem.
> What I am trying to do is make everything in Column B all negative unless
> I
> put a figure in Column A, which would make the Column B Positive.
> Example:
>
> Column A Column B
> Deposit Car
> (nothing here) $50 (this will show up negative)
> $500 $500 (This figure will show up positive)
>
>
> I want to be able to add numbers in both column A and B but reflect the
> appropriate sign as an expense (with nothing being added into deposits) or
> as
> income, when I deposit something in that account.
>
> So when I sum up this column, it will equal $450 left in the car envilope.
> I am struggling to figure out the conditional if statement, or am I
> looking
> at this wrong and should place this in Macros?
>


 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
using a conditional formula from a drop down list and If Statement David J Microsoft Excel Programming 8 27th Nov 2008 06:20 PM
Using query results within Conditional Statement...sequenced conditional queries rafael.farias.jr@gmail.com Microsoft Access 3 30th Aug 2006 02:08 PM
Using a Formula in a Conditional Statement? Templee1 Microsoft Excel Worksheet Functions 2 14th Jul 2005 08:40 PM
=IF Statement formula or conditional formatting =?Utf-8?B?QWJp?= Microsoft Excel Worksheet Functions 6 18th Jan 2005 01:06 PM
Conditional Statement/IRR Formula wilson31416 Microsoft Excel Misc 0 22nd Nov 2004 02:29 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 03:56 PM.