PDA

View Full Version : Solved: Formula gone wrong



khalid79m
03-26-2009, 05:37 AM
=IF(Call_Data_Input_Check&Score_Input_Check="PP","TRUE","FALSE")


the range Call_Data_Input_Check & Score_Input_Check = "PP" so it show true but it shows false..

any suggestionjs

AZIQN
03-30-2009, 02:21 PM
It's not apparent what is going wrong with the formula by your description. Can you upload a copy of the the workbook?

Bob Phillips
03-30-2009, 03:55 PM
How can you use an & in a range name?

If you want if any of those cells contains PP use

=COUNTIF(rng,"PP")>0

AZIQN
03-30-2009, 07:40 PM
I think he has "Call_Data_Input_Check" and "Score_Input_Check" as two separate cell ranges, each with the letter P. Then they are concatenated in the IF statement's logic test using the "&"...

khalid79m
04-16-2009, 03:25 AM
I cracked it, my sheet had an error elswhere hence causing this to mess up :banghead: