Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Suz
 
Posts: n/a
Default referencing cells that return blank results

Hi gang:

I need a formula to return results ONLY if the results of the formula in an
adjacent cell are not blank.

I hope this is enough information for someone to help.

Much appreciated if so!

Sue


  #2   Report Post  
Otto Moehrbach
 
Posts: n/a
Default

Say that you want results in B1 only if A1 is not blank. In B1 put your
formula lake this:
=If(A1="","",your formula)
HTh Otto
"Suz" wrote in message
...
Hi gang:

I need a formula to return results ONLY if the results of the formula in
an
adjacent cell are not blank.

I hope this is enough information for someone to help.

Much appreciated if so!

Sue




  #3   Report Post  
lee.christopher
 
Posts: n/a
Default

This is the standard answer to the question, but the text string "" is
apparantly not quite the same thing as the property 'Empty' or 'Blank',
though I don't know exactly what the difference is.

If your formula writes "" to a cell, the cell is not absolutely blank. As
far as I'm aware there's no formula that can make a cell blank.

It's an issue for those who know the older mainframe systems such as RS/1,
because with Excel, you can't predict exactly how your formula will behave.
Since the question has been raised about several successive versions of
Excel, there must be some fundamental limitation with this software. With
VBA 'UsedRange' poses similar questions.

Regards


"Otto Moehrbach" a écrit dans le message de news:
...
Say that you want results in B1 only if A1 is not blank. In B1 put your
formula lake this:
=If(A1="","",your formula)
HTh Otto
"Suz" wrote in message
...
Hi gang:

I need a formula to return results ONLY if the results of the formula in
an
adjacent cell are not blank.

I hope this is enough information for someone to help.

Much appreciated if so!

Sue






  #4   Report Post  
Otto Moehrbach
 
Posts: n/a
Default

Lee
Of course the cell is not empty. It has a formula in it. The formula
is written to return a blank cell in that case, not an empty cell. Otto
"lee.christopher" wrote in message
...
This is the standard answer to the question, but the text string "" is
apparantly not quite the same thing as the property 'Empty' or 'Blank',
though I don't know exactly what the difference is.

If your formula writes "" to a cell, the cell is not absolutely blank. As
far as I'm aware there's no formula that can make a cell blank.

It's an issue for those who know the older mainframe systems such as RS/1,
because with Excel, you can't predict exactly how your formula will
behave. Since the question has been raised about several successive
versions of Excel, there must be some fundamental limitation with this
software. With VBA 'UsedRange' poses similar questions.

Regards


"Otto Moehrbach" a écrit dans le message de news:
...
Say that you want results in B1 only if A1 is not blank. In B1 put your
formula lake this:
=If(A1="","",your formula)
HTh Otto
"Suz" wrote in message
...
Hi gang:

I need a formula to return results ONLY if the results of the formula in
an
adjacent cell are not blank.

I hope this is enough information for someone to help.

Much appreciated if so!

Sue








  #5   Report Post  
Suz
 
Posts: n/a
Default

Thank you both. Otto, after a bit of 'tweaking' the formula worked great!
Lee, thank you for responding, even though I caused some confusion with the
way I worded my question.

Cheers :) Sue

---------------------

"Otto Moehrbach" wrote:

Lee
Of course the cell is not empty. It has a formula in it. The formula
is written to return a blank cell in that case, not an empty cell. Otto


"lee.christopher"
This is the standard answer to the question, but the text string "" is
apparantly not quite the same thing as the property 'Empty' or 'Blank',
though I don't know exactly what the difference is.

If your formula writes "" to a cell, the cell is not absolutely blank. As
far as I'm aware there's no formula that can make a cell blank.

It's an issue for those who know the older mainframe systems such as RS/1,
because with Excel, you can't predict exactly how your formula will
behave. Since the question has been raised about several successive
versions of Excel, there must be some fundamental limitation with this
software. With VBA 'UsedRange' poses similar questions.

Regards

"Otto Moehrbach"
Say that you want results in B1 only if A1 is not blank. In B1 put your
formula lake this:
=If(A1="","",your formula)
HTh Otto


"Suz"


Hi gang:

I need a formula to return results ONLY if the results of the formula in
an adjacent cell are not blank.

I hope this is enough information for someone to help.

Much appreciated if so!

Sue


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
Plotting blank cells in line charts? doogie Charts and Charting in Excel 3 February 16th 05 05:06 PM
how do you ignore blank cells in formulas Kerry Excel Discussion (Misc queries) 2 February 16th 05 01:56 PM
Non Blank - Blank Cells???? Reggie Excel Discussion (Misc queries) 3 January 12th 05 12:04 AM
In Exel 2000, stop the blank cells (with formulas) from printing. tonyoc Excel Discussion (Misc queries) 1 December 10th 04 12:38 AM
Automatic copying data excluding blank cells Wesley Excel Worksheet Functions 6 November 30th 04 01:17 AM


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