Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4
Default Using cell value in formula


I want to use the COUNTBLANK formula to count the number of empty cells in a
column up until the end of the list of records. I don't know the definite
number of records so i need to dynamically assign the number that the cell
number that the formla should count up to.

ie
COUNT BLANK(D2:Dxxx) where Dxxx is equal to the following function

=MATCH(2,1/(1-ISBLANK(Evaluations_Query!A1:A3417)))+1

how do i generically insert formular into functions or is this even possible?
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 620
Default Using cell value in formula

You could try:
=COUNTBLANK(D2:INDIRECT("D"&(MATCH(2,1/(1-ISBLANK(Evaluations_Query!A1:A3417)))+1)))
--
David Biddulph

"Engels" wrote in message
...

I want to use the COUNTBLANK formula to count the number of empty cells in
a
column up until the end of the list of records. I don't know the definite
number of records so i need to dynamically assign the number that the cell
number that the formla should count up to.

ie
COUNT BLANK(D2:Dxxx) where Dxxx is equal to the following function

=MATCH(2,1/(1-ISBLANK(Evaluations_Query!A1:A3417)))+1

how do i generically insert formular into functions or is this even
possible?



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default Isblank vs CountBlank

Per the help files in Excel,
CountBlank will count any cell with a "" as blank,
while IsBlank("")=False.
So I don't think your two formulas are truly equal.

EggHeadCafe.com - .NET Developer Portal of Choice
http://www.eggheadcafe.com
  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default Isblank vs CountBlank

So I don't think your two formulas are truly equal.

They're not.

ISBLANK is incorrectly named. It should be named ISEMPTY.

Biff

<Mark C wrote in message ...
Per the help files in Excel,
CountBlank will count any cell with a "" as blank,
while IsBlank("")=False.
So I don't think your two formulas are truly equal.

EggHeadCafe.com - .NET Developer Portal of Choice
http://www.eggheadcafe.com



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
use vlook to show the value of a cell using a formula David Excel Discussion (Misc queries) 5 October 21st 06 12:01 AM
assign formula to another cell Dannycol Excel Worksheet Functions 3 May 12th 06 09:46 PM
Custom functions calculating time arguments Help Desperate Bill_De Excel Worksheet Functions 12 April 25th 06 02:22 AM
Possible Lookup Table Karen Excel Worksheet Functions 5 June 8th 05 09:43 PM
Creating a check mark box MarthaSue Setting up and Configuration of Excel 18 April 28th 05 12:31 AM


All times are GMT +1. The time now is 01:05 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"