Hi guys,
Need a little bit of help - i need to use this:
but i want to ignore blanks ... any ideas?=IF(OR(C4="",COUNTIF('CMDB'!R:R,C4)>0),"In CMDB", C4&" missing from CMDB.")
Thanks in advance for your help
Hi guys,
Need a little bit of help - i need to use this:
but i want to ignore blanks ... any ideas?=IF(OR(C4="",COUNTIF('CMDB'!R:R,C4)>0),"In CMDB", C4&" missing from CMDB.")
Thanks in advance for your help
You mean:
=IF(A4="", "", IF(OR(C4="",COUNTIF('CMDB'!R:R,C4)>0),"In CMDB", C4&" missing from CMDB."))
Never use Merged Cells in Excel
I dont want blanks to be either of these: "in CMDB" or "Not in CMDB"
basically im comparing a two lists of IPs
This? =IF(OR(C4<>"",COUNTIF('CMDB'!R:R,C4)>0),"In CMDB", C4&" missing from CMDB.")
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks