R
Richard Horn
Oh my gosh! David I am so sorry.
The cell I am quering does not contain "completed, carried forward"
The cell would contain either "completed" or "carried forward". It would be
one or the otther.
I wanted to capture who the project lead is in column D, "chris craig" and
any project she is working on, unless the status is "completed" or "carried
forward" in column E. If the column E entry is "completed" or "carried
forward" I do not want that in the count.
Again, I apologize for not being so precise, as I know when making a formula
in Excel, you must be spot on.
richard
The cell I am quering does not contain "completed, carried forward"
The cell would contain either "completed" or "carried forward". It would be
one or the otther.
I wanted to capture who the project lead is in column D, "chris craig" and
any project she is working on, unless the status is "completed" or "carried
forward" in column E. If the column E entry is "completed" or "carried
forward" I do not want that in the count.
Again, I apologize for not being so precise, as I know when making a formula
in Excel, you must be spot on.
richard
David Biddulph said:As =LEN('Q2'!E8)=26 returned FALSE, that confirms (as I suggested earlier)
that the content of your cell is not "completed, carried forward", because
if you copy the string "completed, carried forward" [without the quotes]
into the cell and use the LEN function on that you will see that it IS 26
characters.
What does =LEN('Q2'!E8) return? How many characters are in the cell, if it
isn't 26?
What does =CODE(RIGHT(A8)) return? It will be 100 if the last character in
the cell is "d". It will be 32 if the last character is a space, and 160
if it is a non-breaking space.
--
David Biddulph
Richard said:Yes David, that's affirmative. I am certainily stuck.
I tried your 3 suggestions:
1. =('Q2'!E8<>"completed, carried forward") which returned all TRUE
even though column does contain a Completed status.
2. =('Q2'!E8="completed, carried forward") which returned all FALSE
even though column does contain a Completed status.
3. =LEN('Q2'!E8)=26 which returned all FALSE even though column does
contain a Completed status.
Each of your suggested helpers I pasted in a cell, then copied them
down to cover a range of cells I wanted to test query.
Not unless I am totally misunderstanding what your trying to help me
with, I am not sure how to make this work, but I certainly appreciate
your patience is trying to share your experience.
thanks Richard