Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
When I input this formula: =IF(Q48=Protected!C27,+Q48,"") -- I get the
expected result, but if I replace Protected!C27 with Protected!C27:C35, I get # signs in the cell where my formula should be. What is the problem?" Please respond to -- |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Do you want to find out whether Q48 matches any of the cells C27:C35?? If
you do, use the MATCH function. X=Range has no meaning in a formula. Stan "Help Me Rhonda TOA" wrote in message ... When I input this formula: =IF(Q48=Protected!C27,+Q48,"") -- I get the expected result, but if I replace Protected!C27 with Protected!C27:C35, I get # signs in the cell where my formula should be. What is the problem?" Please respond to -- |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Including a range of number in a IF (Logical Test) formula | Excel Worksheet Functions | |||
logical test for each and every cell in range | Excel Discussion (Misc queries) | |||
If statement where the logical test is a range that equals a word | Excel Worksheet Functions | |||
How I set up as logical test if my range has to be >=2 but <5 | Excel Discussion (Misc queries) | |||
logical test - within a range | Excel Worksheet Functions |