Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I have a working formula:
=COUNTIFS(E3:E74,"In Progress",F4:F74,A97)+COUNTIFS(E4:E74,"Not Done",F4:F74,A97) BUT when I change something like E3, to E4, the formula appears simply as plain text. Any ideas? Stergios |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
The row references should be same for all conditions. 4 to 74 ... as
below...You dont need to repeat countifs() instead you can try the below version. =SUM(COUNTIFS(E4:E74,{"In Progress","Not Done"},F4:F74,A97)) -- Jacob "spandon" wrote: I have a working formula: =COUNTIFS(E3:E74,"In Progress",F4:F74,A97)+COUNTIFS(E4:E74,"Not Done",F4:F74,A97) BUT when I change something like E3, to E4, the formula appears simply as plain text. Any ideas? Stergios |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Hyperlinks in plain text? | Excel Discussion (Misc queries) | |||
Making cell reference absolute makes cell format text | Excel Worksheet Functions | |||
hyperlinks and plain text in same cell? | Excel Discussion (Misc queries) | |||
How do I create a formula that makes text in a cell = 0 | Excel Worksheet Functions | |||
Hyperlink from plain text. | Excel Discussion (Misc queries) |