I want to compile IF(AND(C12="",C13="",C14="",C15=""),XYZ,"")
Into IF(ISBLANK(C12:C15),XYZ,"")
But when I do that, it doesn't work. Is there a more efficient way to say 'If those four cells are blank, use this list, if not, leave blank"?
Also, I can't use relative references, because this formula determines B12, then B16 has to look at C16:C19. B20 looks at C20:C23, and so on...
Also, is there a way to program this into VBA? I am learning VBA right now, and have a VERY basic understanding...
Bookmarks