ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   How do I Change the value in a count function from 1 to .25 (https://www.excelbanter.com/excel-worksheet-functions/93750-how-do-i-change-value-count-function-1-25-a.html)

n2lth

How do I Change the value in a count function from 1 to .25
 
I need to count my cells that have numbers in them every cell with a number
needs to = .25 not 1. When I use the count function it uses values 1, 2, 3
I need it to count .25, .50, .75, 1

David Biddulph

How do I Change the value in a count function from 1 to .25
 
"n2lth" wrote in message
...
I need to count my cells that have numbers in them every cell with a number
needs to = .25 not 1. When I use the count function it uses values 1, 2,
3
I need it to count .25, .50, .75, 1


Multiply the answer by 0.25?
--
David Biddulph



[email protected]

How do I Change the value in a count function from 1 to .25
 

I'd try something like sum(if(isnumber(<range),.25,0))

Enter as an array formula by pressing control-shift-enter. (This will
put the curly brackets {} around the formula.)

This will see if the cell has a number in it and add 0.25 to the total.



David Biddulph wrote:
"n2lth" wrote in message
...
I need to count my cells that have numbers in them every cell with a number
needs to = .25 not 1. When I use the count function it uses values 1, 2,
3
I need it to count .25, .50, .75, 1


Multiply the answer by 0.25?
--
David Biddulph




All times are GMT +1. The time now is 10:27 PM.

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