=IF($BL$64="","",IF(BL3=$BL$64,1,0))
I NEED TO CHANCE THE ABOVE FORMULA TO:
IF $BL$64="A" THEN BL3=1,0
IF $BL$64="B",THEN BL3=1,0
IF $BL$64="C",THEN BL3="C1",0
ONCE AGAIN JUST WHEN IT SHOWS "C" THE RESULT SHOULD BE C1 or 0
THANKS FOR YOUR HELP!!!
=IF($BL$64="","",IF(BL3=$BL$64,1,0))
I NEED TO CHANGE THE ABOVE FORMULA TO:
IF $BL$64="A" AND BL3="A",1,0
IF $BL$64="B",AND BL3="B",1,0
IF $BL$64="C",and BL3="C","C1",0
ONCE AGAIN JUST WHEN IT SHOWS "C" THE RESULT SHOULD BE C1 or 0
THANKS FOR YOUR HELP!!!
Just for clarity then, in the first part of your statement, does it really matter the A and B then if you're testing for BL3 = BL64? Is it correct that if BL3 = BL64, it should be 1, and if not it should be 0, unless it is matching C in both locations, and then it should be C1? Is that the criteria?
Is there any chance a value other than A, B, C, or "" will be in your target cell? I can simplify that if it the above is the case.
Best Regards,
Scott
"Everything should be made as simple as possible, and no simpler."
You are right.... "Is it correct that if BL3 = BL64, it should be 1, and if not it should be 0, unless it is matching C in both locations, and then it should be C1? Is that the criteria?"
..and the vaslues are...A, B, C.... NOT ""..
Thanks again
Thanks themaniac,, the formula WORKS great!!!
Just one more question....
If I want to copy this formula to BL4, BL5, BL6 and so on...
what should I do.... I tried but it keeps BL3 all the time.....
Thanks..
Jatolo,
Instead of coping the formula from here and pasting into your sheet, select the Cell BL3. You will notice a small square on the bottom right of the cell. Click that square, hold the left mouse button down, and just drag it down the the last row you want (Maybe BL200 for instance). It will populate, and since it doesn't have the $BL$# in front of it, it will increment automatically.
Best Regards,
Scott
"Everything should be made as simple as possible, and no simpler."
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.