ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   need formula returning a blank cell (https://www.excelbanter.com/excel-discussion-misc-queries/243668-need-formula-returning-blank-cell.html)

vdmbqb

need formula returning a blank cell
 
In cell c1 I have the formula =IF(A10,B1)
In cell B1 I have the words "count costs"
I want cell C1 to return the words "count costs" when A1 is greater than 0
(that works fine).
But if the volue in A1 = zero I want C1 to return a blank cell.

TIA for any help
--
bob

Sean Timmons

need formula returning a blank cell
 
Just need to enter an ELSE

=IF(A10,B1,"")

"vdmbqb" wrote:

In cell c1 I have the formula =IF(A10,B1)
In cell B1 I have the words "count costs"
I want cell C1 to return the words "count costs" when A1 is greater than 0
(that works fine).
But if the volue in A1 = zero I want C1 to return a blank cell.

TIA for any help
--
bob


Gord Dibben

need formula returning a blank cell
 
=IF(A10,B1,"")

It won't be blank, just look blank.


Gord Dibben MS Excel MVP

On Thu, 24 Sep 2009 13:39:01 -0700, vdmbqb
wrote:

In cell c1 I have the formula =IF(A10,B1)
In cell B1 I have the words "count costs"
I want cell C1 to return the words "count costs" when A1 is greater than 0
(that works fine).
But if the volue in A1 = zero I want C1 to return a blank cell.

TIA for any help



anton

need formula returning a blank cell
 
This is my exact problem need a blank cell as i will be using the data in
access .
Anton

"Gord Dibben" wrote:

=IF(A10,B1,"")

It won't be blank, just look blank.


Gord Dibben MS Excel MVP

On Thu, 24 Sep 2009 13:39:01 -0700, vdmbqb
wrote:

In cell c1 I have the formula =IF(A10,B1)
In cell B1 I have the words "count costs"
I want cell C1 to return the words "count costs" when A1 is greater than 0
(that works fine).
But if the volue in A1 = zero I want C1 to return a blank cell.

TIA for any help




Gord Dibben

need formula returning a blank cell
 
No formula can return a truly blank cell.


Gord

On Fri, 27 Nov 2009 07:56:05 -0800, Anton
wrote:

This is my exact problem need a blank cell as i will be using the data in
access .
Anton

"Gord Dibben" wrote:

=IF(A10,B1,"")

It won't be blank, just look blank.


Gord Dibben MS Excel MVP

On Thu, 24 Sep 2009 13:39:01 -0700, vdmbqb
wrote:

In cell c1 I have the formula =IF(A10,B1)
In cell B1 I have the words "count costs"
I want cell C1 to return the words "count costs" when A1 is greater than 0
(that works fine).
But if the volue in A1 = zero I want C1 to return a blank cell.

TIA for any help






All times are GMT +1. The time now is 07:11 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com