Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
I am creating a worksheet that has information about accounts from day to
day. In the start of the worksheet I have the opening account information for Day 1 and in the second column is the information from Day 2. The third column has a formula that shows the change in balances from Day 1 to Day 2. The formula for the change in accounts is: =IF(E2<0,(D2-E2),""). Some of the opening account information from Day 1 does not contain any information until Day 2 so the formula will leave those blank. So my problem is: since new accounts do not have a previous balance to subtract from their proceeding balance becomes negative. How can I alter this formula: =IF(E2<0,(D2-E2),"") in order to give me the change in accounts and still accommodate for the accounts that do not have a Day 1 balance? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Logical ELSE statements | Excel Discussion (Misc queries) | |||
Hints And Tips For New Posters In The Excel Newsgroups | Excel Worksheet Functions | |||
Nested IF statements | Excel Worksheet Functions | |||
An easy macro question and one I believe to be a little more diffi | Excel Worksheet Functions | |||
If statements | Excel Worksheet Functions |