Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
I'm using the following formula to add up the number of times I have text in
a cell. However, whenever I extend the range I get 0. =SUM(IF(ISTEXT(C28:L28),1,0)) For example, if I extend the range to M28 I get 0. If you're able to figure out this question, I would like to add .5 to the total. Any suggestions or help would be greatly appreciated. Thank you in advance, Dick |
#2
![]() |
|||
|
|||
![]()
=SUMPRODUCT(--(ISTEXT(C28:M28)))*0.5
is a better way of doing it and it can be entered normally but it wouldn't explain the zero result, works fine for me when testing -- Regards, Peo Sjoblom "PullingMyHairOut" wrote in message ... I'm using the following formula to add up the number of times I have text in a cell. However, whenever I extend the range I get 0. =SUM(IF(ISTEXT(C28:L28),1,0)) For example, if I extend the range to M28 I get 0. If you're able to figure out this question, I would like to add .5 to the total. Any suggestions or help would be greatly appreciated. Thank you in advance, Dick |
#3
![]() |
|||
|
|||
![]()
As Peo implied, your formula is an array formula that must be array
entered (Ctrl-Shift-Enter) in order to work. Jerry PullingMyHairOut wrote: I'm using the following formula to add up the number of times I have text in a cell. However, whenever I extend the range I get 0. =SUM(IF(ISTEXT(C28:L28),1,0)) For example, if I extend the range to M28 I get 0. If you're able to figure out this question, I would like to add .5 to the total. Any suggestions or help would be greatly appreciated. Thank you in advance, Dick |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Formula or not? | Excel Worksheet Functions | |||
put formula results into a different cell if it is empty | Excel Worksheet Functions | |||
how do i write a formula and keep in in formula form, so it DOESN. | Excel Discussion (Misc queries) | |||
Match / Vlookup within an Array formula | Excel Discussion (Misc queries) | |||
Cell doesn't show formula result - it shows formula (CTRL + ' doe. | Excel Worksheet Functions |