Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default formula problem

I am using excel 97 and am trying to get a blank space returned in a
spreadsheet. What I am trying to avoid is a long series of zeros
across my sheet.

An ending balance of 100.00 in January becomes the beginning balance in
February but then 100.00 is in each months cell the rest of the year.

What I came up with was this:

=IF(C380,C15-37," "), Where C38 is the ending balance in
January,C15-C37 is in C38, creating the formula for the opening balance
in February and " " represents the blank spaces I would like to see in
each successive month.

The problem is I get 0.00 in each successive months opening balance
which is just the situation I was trying to avoid.

Can anyone help me accomplish what I am trying to do?

Bill Haddick



------------------------------------------------
~~ Message posted from http://www.ExcelTip.com/
~~ View and post usenet messages directly from http://www.ExcelForum.com/

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default formula problem

the only way the formula could produce zero is if C15-C37 equaled zero and
C38 did not - but you said C38 equals C15-C37, so you should either get a
positive number or " "

Did you drag fill the formula to other cells. This shifts you references
depending on which direction you were dragging.

It is unclear how these formulas could produce a zero if they are all like
what you show.

--
Regards,
Tom Ogilvy

hhaddick wrote in message
...
I am using excel 97 and am trying to get a blank space returned in a
spreadsheet. What I am trying to avoid is a long series of zeros
across my sheet.

An ending balance of 100.00 in January becomes the beginning balance in
February but then 100.00 is in each months cell the rest of the year.

What I came up with was this:

=IF(C380,C15-37," "), Where C38 is the ending balance in
January,C15-C37 is in C38, creating the formula for the opening balance
in February and " " represents the blank spaces I would like to see in
each successive month.

The problem is I get 0.00 in each successive months opening balance
which is just the situation I was trying to avoid.

Can anyone help me accomplish what I am trying to do?

Bill Haddick



------------------------------------------------
~~ Message posted from http://www.ExcelTip.com/
~~ View and post usenet messages directly from http://www.ExcelForum.com/



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3
Default formula problem

I think that there is a way to solve the problem but I am
having a hard time viusallizing your table. Does the
feb. cell return a 0.00 or a blank. If it is blank then
I can help. Send me an e-mail with the table if you want
and I can help you with more certainty.

-----Original Message-----
I am using excel 97 and am trying to get a blank space

returned in a
spreadsheet. What I am trying to avoid is a long series

of zeros
across my sheet.

An ending balance of 100.00 in January becomes the

beginning balance in
February but then 100.00 is in each months cell the rest

of the year.

What I came up with was this:

=IF(C380,C15-37," "), Where C38 is the ending balance in
January,C15-C37 is in C38, creating the formula for the

opening balance
in February and " " represents the blank spaces I would

like to see in
each successive month.

The problem is I get 0.00 in each successive months

opening balance
which is just the situation I was trying to avoid.

Can anyone help me accomplish what I am trying to do?

Bill Haddick



------------------------------------------------
~~ Message posted from http://www.ExcelTip.com/
~~ View and post usenet messages directly from

http://www.ExcelForum.com/

.

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default formula problem

I am sorry for the confusion, Tom. What I meant is I get a long string
of 100.00 across my spreadsheet when what I want is a string of blank
cells.

Is there a way to accomplish this?

Again, sorry for the confusion.

Bill Haddick



------------------------------------------------
~~ Message posted from http://www.ExcelTip.com/
~~ View and post usenet messages directly from http://www.ExcelForum.com/

  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default formula problem

I guess you could check if this formula would produce the same value as the
last formula, then show nothing

=if(previous cell = "","",if(formula=previous cell,"",formula))

--
Regards,
Tom Ogilvy

hhaddick wrote in message
...
I am sorry for the confusion, Tom. What I meant is I get a long string
of 100.00 across my spreadsheet when what I want is a string of blank
cells.

Is there a way to accomplish this?

Again, sorry for the confusion.

Bill Haddick



------------------------------------------------
~~ Message posted from http://www.ExcelTip.com/
~~ View and post usenet messages directly from http://www.ExcelForum.com/





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
Formula Problem mac Excel Worksheet Functions 9 August 19th 09 04:36 AM
If formula problem mrsmmm1000 Excel Worksheet Functions 8 July 6th 08 08:52 PM
Help! Formula problem Rickhotblue Excel Discussion (Misc queries) 1 February 16th 07 05:06 AM
problem with formula Sy. Excel Discussion (Misc queries) 0 January 23rd 06 02:53 PM
problem with formula wu-fu Excel Discussion (Misc queries) 1 July 10th 05 10:22 PM


All times are GMT +1. The time now is 02:56 AM.

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

About Us

"It's about Microsoft Excel"