& combine two array statements

P

Paul Moles

I have {{=COUNTIF(E5:CZ5,"<"&E$1:CZ$1)}&" \
"{=COUNTIF(E5:CZ5,"<"&E$1:CZ$1)}}, trying to combine two ARRAY statements in
the same cell. I could use two columns or two helper columns it just seems
neater to get it all sorted out in one cell. The two array statements work
fine in isolation.
Suggestions appreciated.

Many Thanks

Paul Moles
 
J

Jacob Skaria

I dont think I have understood your formula. To combine two array formulas
try the below..

=formula1 & " \ " & formula2

= sign only once
followed by ampersands to combine strings
double quotes around the text string
 
P

Paul Moles

Eventually tried =COUNTIF(E5:CZ5,"<"&E$1:CZ$1)& " \ "&
COUNTIF(E5:CZ5,"<"&E$1:CZ$1) using shift ctrl enter, producing
{=COUNTIF(E5:CZ5,"<"&E$1:CZ$1)& " \ "& COUNTIF(E5:CZ5,"<"&E$1:CZ$1)}

This works

Thanks

Paul
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top