Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 275
Default 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?
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,574
Default 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?

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 5,441
Default 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?



  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 275
Default 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?




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
isBlank() alex Excel Worksheet Functions 6 February 8th 07 10:33 PM
ISBLANK Gimpy815 Excel Worksheet Functions 2 February 24th 06 06:09 PM
IF(ISBLANK) Bill R Excel Worksheet Functions 4 August 13th 05 07:43 PM
If(ISBLANK) Bill R Excel Worksheet Functions 1 August 13th 05 05:56 PM
ISBLANK Aaron Neunz Excel Worksheet Functions 3 November 12th 04 05:40 PM


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