ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   IF(ISBLANK question (https://www.excelbanter.com/excel-worksheet-functions/133094-if-isblank-question.html)

Anthony

IF(ISBLANK question
 
Hi,

I have this formula in cell P23 which almost works...

=IF(COUNTIF(P17:S19,P21)0,"W","L")

can you suggest how to change this to show cell P23 as blank if Y6 is blank
but if Y6 is populated then carry out the formula?

Dave F

IF(ISBLANK question
 
=if(isblank(y6),"",if(countif(p17:s19,p21)0,"W"," L"))

I don't know how P23 factors into your question, as it is being used in the
COUNTIF range in your formula.

Dave
--
A hint to posters: Specific, detailed questions are more likely to be
answered than questions that provide no detail about your problem.


"Anthony" wrote:

Hi,

I have this formula in cell P23 which almost works...

=IF(COUNTIF(P17:S19,P21)0,"W","L")

can you suggest how to change this to show cell P23 as blank if Y6 is blank
but if Y6 is populated then carry out the formula?


Bernie Deitrick

IF(ISBLANK question
 
Anthony,

=IF(Y6="","",IF(COUNTIF(P17:S19,P21)0,"W","L"))

HTH,
Bernie
MS Excel MVP


"Anthony" wrote in message
...
Hi,

I have this formula in cell P23 which almost works...

=IF(COUNTIF(P17:S19,P21)0,"W","L")

can you suggest how to change this to show cell P23 as blank if Y6 is
blank
but if Y6 is populated then carry out the formula?




Anthony

IF(ISBLANK question
 
Bernie thanks, that works just great

"Bernie Deitrick" wrote:

Anthony,

=IF(Y6="","",IF(COUNTIF(P17:S19,P21)0,"W","L"))

HTH,
Bernie
MS Excel MVP


"Anthony" wrote in message
...
Hi,

I have this formula in cell P23 which almost works...

=IF(COUNTIF(P17:S19,P21)0,"W","L")

can you suggest how to change this to show cell P23 as blank if Y6 is
blank
but if Y6 is populated then carry out the formula?






All times are GMT +1. The time now is 04:53 PM.

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