ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   Show blank cell when not Closed or Open (https://www.excelbanter.com/excel-worksheet-functions/59363-show-blank-cell-when-not-closed-open.html)

roy.okinawa

Show blank cell when not Closed or Open
 
I have this formulas in column B: =IF(AH80,"Closed","Open")

When I copy this formula down column B into blank rows, Open appears in all
those cells below B8 of column B even though there is no data enter. I want
these cells to remain blank until data is entered to start the new row.

Dave Peterson

Show blank cell when not Closed or Open
 
maybe...

=if(ah8="","",if(ah80,"closed","open"))


roy.okinawa wrote:

I have this formulas in column B: =IF(AH80,"Closed","Open")

When I copy this formula down column B into blank rows, Open appears in all
those cells below B8 of column B even though there is no data enter. I want
these cells to remain blank until data is entered to start the new row.


--

Dave Peterson

Kleev

Show blank cell when not Closed or Open
 
=IF(ISBLANK(A8),"",IF(A80,"Closed","Open"))
If you really mean AH8, then change above references from A8 to AH8.

"roy.okinawa" wrote:

I have this formulas in column B: =IF(AH80,"Closed","Open")

When I copy this formula down column B into blank rows, Open appears in all
those cells below B8 of column B even though there is no data enter. I want
these cells to remain blank until data is entered to start the new row.


roy.okinawa

Show blank cell when not Closed or Open
 
Both responses worked.

"Kleev" wrote:

=IF(ISBLANK(A8),"",IF(A80,"Closed","Open"))
If you really mean AH8, then change above references from A8 to AH8.

"roy.okinawa" wrote:

I have this formulas in column B: =IF(AH80,"Closed","Open")

When I copy this formula down column B into blank rows, Open appears in all
those cells below B8 of column B even though there is no data enter. I want
these cells to remain blank until data is entered to start the new row.


roy.okinawa

Show blank cell when not Closed or Open
 
Thanks.

"Dave Peterson" wrote:

maybe...

=if(ah8="","",if(ah80,"closed","open"))


roy.okinawa wrote:

I have this formulas in column B: =IF(AH80,"Closed","Open")

When I copy this formula down column B into blank rows, Open appears in all
those cells below B8 of column B even though there is no data enter. I want
these cells to remain blank until data is entered to start the new row.


--

Dave Peterson



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

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