Wikiposts
Search

Notices
Computer/Internet Issues & Troubleshooting Anyone with questions about the terribly complex world of computers or the internet should try here. NOT FOR REPORTING ISSUES WITH PPRuNe FORUMS! Please use the subforum "PPRuNe Problems or Queries."

Yet another Excel question..

Thread Tools
 
Search this Thread
 
Old 27th December 2007 | 12:29
  #1 (permalink)  
Thread Starter
20 Anniversary
 
Joined: Mar 2003
Posts: 106
Likes: 0
From: here and there
Yet another Excel question..

Once again im a little stuck with Excel. This hopefully will be an easy one and I'm just missing something simple.

I've got a basic spreadsheet for money in and out a a groups bank account. People pay in either by direct bank transfer or PayPal. Now PP charge a fee and to keep the figures right, Ive got to allow two columns for these I then have a final 'Total In' column which simply takes away these fees from the original amount. Now the formula im using when copied down the column leaves any lines not filled in as £0.00 is there any way of making Excel just leave those cells empty until something is entered in the cells of the corresponding row.

I've make a quick PS of the Spreadsheet that I'm talking about:



Hope that makes sence, and thanks in advance for any help.
Practice Auto 3,2,1 is offline  
Reply
Old 27th December 2007 | 13:04
  #2 (permalink)  

Hovering AND talking
20 Anniversary
 
Joined: Feb 2003
Posts: 5,711
Likes: 1
From: Propping up bars in the Lands of D H Lawrence and Bishop Bonner
If it's just a matter of uncluttering the look of the spreadsheet by removing the zeroes, then go to Tools. Option, View tab and untick the zero values box.

Hope that's what you're after.

Cheers

Whirls
Whirlygig is offline  
Reply
Old 27th December 2007 | 13:06
  #3 (permalink)  
 
Joined: Feb 2003
Posts: 144
Likes: 0
From: Scotland
You can do it with an if statement.

Say A1 is the cell you want a blank in if B1 is 0.00

put the formula =IF(B1=0.00," ",B1)

If B1 is 0 then A1 will be a space, if it isn't then A1 will equal B1
cdtaylor_nats is offline  
Reply
Old 27th December 2007 | 19:40
  #4 (permalink)  
Community Builder
20 Countries Visited
20 Anniversary
 
Joined: Mar 2002
Aviation Qualifications: CPL
Posts: 3,392
Likes: 324
From: near an aeroplane
I would've gone for the IF statement as well, just slightly different:

IF(B1<>"";B1;"")

No need to put a space in there, Excel can identify an empty field this way and also leave the cell empty if B1 is empty
Jhieminga is offline  
Reply
Old 27th December 2007 | 20:33
  #5 (permalink)  

Official PPRuNe Chaplain
 
Joined: Apr 2001
Posts: 3,498
Likes: 0
From: Witnesham, Suffolk
If you just want fields with zero value not to display £0.00, all you need to do is to set up the "field format" accordingly.

Click on the range of cells where you want to do this,
Click Format - Cells - Number - Custom
Click in the box where it says "Type ... General"
Enter £ #,##0.00 ;£(#,##0.00);

That's pound space # comma # # 0 point 0 0 space semicolon pound bracket # comma # # 0 point 0 0 bracket semicolon space


£123.45 will display as £ 123.45 space
-£123.45 as £(123.45)
£0.00 as
Keef is offline  
Reply
Old 27th December 2007 | 21:31
  #6 (permalink)  
Thread Starter
20 Anniversary
 
Joined: Mar 2003
Posts: 106
Likes: 0
From: here and there
Thanks everyone for your help, but Keef, thank you especially, that was exactly what I was after.

Cheers

Happy New Year all!

Practice Auto 3,2,1 is offline  
Reply

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 Off
Pingbacks are Off
Refbacks are Off



Contact Us - Archive - Advertising - Cookie Policy - Privacy Statement - Terms of Service

Copyright © 2026 MH Sub I, LLC dba Internet Brands. All rights reserved. Use of this site indicates your consent to the Terms of Use.