I'm not entirely sure how to explain this issue, so apologies if the title is confusing or misleading.
I have a spreadsheet with a fairly large number of array formulas. Maybe there is a more efficient way of doing it but this is where I'm at for the moment. The formulas were working. However I needed to make a pretty minor tweak. Now when I hit Ctrl + Shift + Enter to enter the array formula, it just sits there. The only thing displayed in the cell is part of the formula, similar to what it would show if it were just text instead of a formula. I cannot get it to recognize the formula and return results. I've tried Refresh, Refresh All, saving and re-opening the spreadsheet, deleting and re-entering the formula, and anything else I could think of. I don't know if the problem is the overall size/complexity of the spreadsheet (it is one of the larger ones I've done) or if something else is going on. Thoughts?
If it helps, here is the formula:
=IF($A2<>"",IF(INDEX('Children Demographics'!B1:B2001,MATCH(1,($B2='Children Demographics'!$A1:$A2001)*($C2='Children Demographics'!$B1:$B2001),0))=0,"Unknown",INDEX('Children Demographics'!B1:B2001,MATCH(1,($B2='Children Demographics'!$A1:$A2001)*($C2='Children Demographics'!$B1:$B2001),0))),"")
Thanks in advance for any help you can provide. I've been trying to figure this out for a while.
I have a spreadsheet with a fairly large number of array formulas. Maybe there is a more efficient way of doing it but this is where I'm at for the moment. The formulas were working. However I needed to make a pretty minor tweak. Now when I hit Ctrl + Shift + Enter to enter the array formula, it just sits there. The only thing displayed in the cell is part of the formula, similar to what it would show if it were just text instead of a formula. I cannot get it to recognize the formula and return results. I've tried Refresh, Refresh All, saving and re-opening the spreadsheet, deleting and re-entering the formula, and anything else I could think of. I don't know if the problem is the overall size/complexity of the spreadsheet (it is one of the larger ones I've done) or if something else is going on. Thoughts?
If it helps, here is the formula:
=IF($A2<>"",IF(INDEX('Children Demographics'!B1:B2001,MATCH(1,($B2='Children Demographics'!$A1:$A2001)*($C2='Children Demographics'!$B1:$B2001),0))=0,"Unknown",INDEX('Children Demographics'!B1:B2001,MATCH(1,($B2='Children Demographics'!$A1:$A2001)*($C2='Children Demographics'!$B1:$B2001),0))),"")
- The number of children will change over time. Currently there are around 1,500 so I've designed the spreadsheet to handle up to 2000.
- I need to do a lookup against both the child name and a case number (a case can have multiple children but also need to guard against children with the same name in different cases).
- In this example I am returning the child's date of birth that is in Column B of the Children Demographics sheet. If DOB is not listed, I need it to return "Unknown."
Thanks in advance for any help you can provide. I've been trying to figure this out for a while.