Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I use this formula:
=COUNTIF(I5:I40;TRUE)/COUNTA(I5:I40) I would like to change the formula so that it will use the value in cell A1 (eg 200) like this: =COUNTIF(I5:I200;TRUE)/COUNTA(I5:I200) Thank you in advance. |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() "carl" wrote in message ... I use this formula: =COUNTIF(I5:I40;TRUE)/COUNTA(I5:I40) I would like to change the formula so that it will use the value in cell A1 (eg 200) like this: =COUNTIF(I5:I200;TRUE)/COUNTA(I5:I200) Thank you in advance. Try this formula: =COUNTIF(OFFSET(I5;;;A1-4),TRUE)/COUNTA(OFFSET(I5;;;A1-4)) Hope this helps / Lars-Ã…ke |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
see your other post
-- Biff Microsoft Excel MVP "carl" wrote in message ... I use this formula: =COUNTIF(I5:I40;TRUE)/COUNTA(I5:I40) I would like to change the formula so that it will use the value in cell A1 (eg 200) like this: =COUNTIF(I5:I200;TRUE)/COUNTA(I5:I200) Thank you in advance. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Modify Formula | Excel Worksheet Functions | |||
Modify a formula? | Excel Discussion (Misc queries) | |||
Modify a Formula | Excel Worksheet Functions | |||
Modify A Formula | Excel Worksheet Functions | |||
Modify A formula | Excel Worksheet Functions |