Hey guys, I've a sheet here attached which has results of cells to be populated in Column C. I want this to remain blank until both cells are populated. How could this be done?
Cheers!
Hey guys, I've a sheet here attached which has results of cells to be populated in Column C. I want this to remain blank until both cells are populated. How could this be done?
Cheers!
Hi
In C2 and copy down.
=IF(OR(A2="",B2=""),"",IF(COUNTIF(A:A,B2)>0,"In The List","Not There"))
Is this, works for you?
Regards
Fotis.
-This is my Greek whisper to Europe.
--Remember, saying thanks only takes a second or two. Click the little star * below, to give some Rep if you think an answer deserves it.
Advanced Excel Techniques: http://excelxor.com/
--KISS(Keep it simple Stupid)
--Bring them back.
---See about Acropolis of Athens.
--Visit Greece.
Hi ,
this works if any one is non Empty.
i have did the necessary changes pls replace the formula with this formula.
=IF(AND(ISBLANK(A2),ISBLANK(B2)),"",IF(COUNTIF(A:A,B2)>0,"In The List","Not There"))
ePDM Checking Tool.xlsx
please find the attachment for more details.
Please select star below this post if you got your Answer.
Last edited by Md Aejaz; 06-12-2012 at 07:48 AM.
Thanks guys, they both worked for me!!
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks