Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.newusers
fiftieslady
 
Posts: n/a
Default Excel need help


I have 2 columns a and b . a contains payment b
contains balance.
I have the entire col b with the formula. my ? is
when the balance appearsin b it is in all the cells in that column.I
only want it in the used ones, not the unused ones:( example
$270.00 16,730.00
$270.00 16,460.00
$100.00 16,360.00
$300.00 16,060.00
$270.00 15,790.00
15,790.00
15,790.00
15,790.00
15,790.00
15,790.00
this 15790.00 is in col b...not a...I want no bal in unused cells


--
fiftieslady
------------------------------------------------------------------------
fiftieslady's Profile: http://www.excelforum.com/member.php...o&userid=31186
View this thread: http://www.excelforum.com/showthread...hreadid=508574

  #2   Report Post  
Posted to microsoft.public.excel.newusers
Paul B
 
Posts: n/a
Default Excel need help

fiftieslady, maybe something like this =IF(ISBLANK(A2),"",B1-A2) if that
does not help post the formula you are using and where it is

--
Paul B
Always backup your data before trying something new
Please post any response to the newsgroups so others can benefit from it
Feedback on answers is always appreciated!
Using Excel 2002 & 2003

"fiftieslady"
wrote in message
...

I have 2 columns a and b . a contains payment b
contains balance.
I have the entire col b with the formula. my ? is
when the balance appearsin b it is in all the cells in that column.I
only want it in the used ones, not the unused ones:( example
$270.00 16,730.00
$270.00 16,460.00
$100.00 16,360.00
$300.00 16,060.00
$270.00 15,790.00
15,790.00
15,790.00
15,790.00
15,790.00
15,790.00
this 15790.00 is in col b...not a...I want no bal in unused cells


--
fiftieslady
------------------------------------------------------------------------
fiftieslady's Profile:

http://www.excelforum.com/member.php...o&userid=31186
View this thread: http://www.excelforum.com/showthread...hreadid=508574



  #3   Report Post  
Posted to microsoft.public.excel.newusers
Max
 
Posts: n/a
Default Excel need help

One way is to use an IF to error trap for empty/blank cells ..

Instead of in say, B3: =B2-A3
Put it in B3 as: =IF(A3="","",B2-A3)
Then copy B3 down

The " IF(A3="","", ... " error trap will check the cell in col A
whether it's "blank" before evaluating further
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"fiftieslady"
wrote in message
...

I have 2 columns a and b . a contains payment b
contains balance.
I have the entire col b with the formula. my ? is
when the balance appearsin b it is in all the cells in that column.I
only want it in the used ones, not the unused ones:( example
$270.00 16,730.00
$270.00 16,460.00
$100.00 16,360.00
$300.00 16,060.00
$270.00 15,790.00
15,790.00
15,790.00
15,790.00
15,790.00
15,790.00
this 15790.00 is in col b...not a...I want no bal in unused cells


--
fiftieslady
------------------------------------------------------------------------
fiftieslady's Profile:

http://www.excelforum.com/member.php...o&userid=31186
View this thread: http://www.excelforum.com/showthread...hreadid=508574



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
"Group" function very slow with Excel 2003 :( ... While very quick with Excel2000 :O) Alain79 Excel Discussion (Misc queries) 4 June 14th 05 07:34 AM
Stop Excel Rounding Dates leinad512 Excel Discussion (Misc queries) 1 April 20th 05 04:19 PM
Hints And Tips For New Posters In The Excel Newsgroups Gary Brown Excel Worksheet Functions 0 April 15th 05 05:47 PM
Excel error - Startup (and Acrobat PDFMaker) gxdata Setting up and Configuration of Excel 0 February 4th 05 03:44 AM
Excel 2002 and 2000 co-install. Control Which Starts ? cnuk Excel Discussion (Misc queries) 2 January 17th 05 08:07 PM


All times are GMT +1. The time now is 12:41 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"