Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
miltdp
 
Posts: n/a
Default Hide following numbers

I have a monthly budget which I have been using for a few years. And for
those years Ive tried to write a formula so that a row does not show the
last number all the way down the row. For example I allow myself $100 a day
for frolic and fun. So I have a column €śspent daily€ť (I). And a row to
€śtotal spent€ť (J). i.e. if I spent $20 on 1st $60 on the 2nd and $220 on
the 3rd €śtotal spent€ť (=J2-I3) would show -$100 all the way down through the
31st. I also have a €ścan spend€ť column. If I do what Im doing now for 3
days I dont spend anything tomorrow I can send $400, with the same problem.
Is there a formula or way to keep the rest of the column (j4:J31) blank until
there is some activity in the spent. I used to be able to do this sort of
thing, but now I spend a lot of time looking for the pants Im wearing.
  #2   Report Post  
JE McGimpsey
 
Posts: n/a
Default

One way:

J2: =IF(I2="","",I2)
J3: =IF(I3="","",J2-I3)

Copy J3 down to J31


In article ,
miltdp wrote:

Is there a formula or way to keep the rest of the column (j4:J31) blank until
there is some activity in the spent.

  #3   Report Post  
miltdp
 
Posts: n/a
Default

Thanks JE, as much as I've struggled with that it looks too simple but it
usually is. I'm sure this will do the job


"JE McGimpsey" wrote:

One way:

J2: =IF(I2="","",I2)
J3: =IF(I3="","",J2-I3)

Copy J3 down to J31


In article ,
miltdp wrote:

Is there a formula or way to keep the rest of the column (j4:J31) blank until
there is some activity in the spent.


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Checking Winning Numbers in the Lottery. Ann Excel Discussion (Misc queries) 4 May 18th 05 10:55 AM
Match Last Occurrence of two numbers and Return Date Sam via OfficeKB.com Excel Worksheet Functions 6 April 5th 05 12:40 PM
Match Last Occurrence of two numbers and Count to Previous Occurence Sam via OfficeKB.com Excel Worksheet Functions 33 April 4th 05 02:17 PM
Count and Sum Total occurrances of two specific numbers Sam via OfficeKB.com Excel Worksheet Functions 10 March 29th 05 08:13 PM
Converting Numbers to Text properly Shirley Munro Excel Discussion (Misc queries) 1 February 16th 05 03:01 PM


All times are GMT +1. The time now is 07:23 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"