waynerenaud
IS-IT--Management
Hi All,
Can someone please explain why, when using an array formula, if I try and reference an entire column it fails with a #NUM error, if I use a range it works ok:
Example:
this is entered on one line using ctrl+shift+enter & errors
=SUM(IF((All!B:B='LA Summary'!B5)*(All!$E$2:$E$65536="incomingphone"
,1))
If I change the B:B to
=SUM(IF((All!$B$2:$B$65536='LA Summary'!B5)*(All!$E$2:$E$65536="incomingphone"
,1))
It works ok ?????
Can you use an entire column in an array formula, if so does it need square brackets [] or any other wierd characters to make it work. I did try putting 'All'! for the sheet name, but excel strips it back to All! when entered. Thanks to anyone that can shed some light on this.
Can someone please explain why, when using an array formula, if I try and reference an entire column it fails with a #NUM error, if I use a range it works ok:
Example:
this is entered on one line using ctrl+shift+enter & errors
=SUM(IF((All!B:B='LA Summary'!B5)*(All!$E$2:$E$65536="incomingphone"
If I change the B:B to
=SUM(IF((All!$B$2:$B$65536='LA Summary'!B5)*(All!$E$2:$E$65536="incomingphone"
It works ok ?????
Can you use an entire column in an array formula, if so does it need square brackets [] or any other wierd characters to make it work. I did try putting 'All'! for the sheet name, but excel strips it back to All! when entered. Thanks to anyone that can shed some light on this.