Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 34
Default & combine two array statements

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
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,520
Default & combine two array statements

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

--
Jacob


"Paul Moles" wrote:

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

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 34
Default & combine two array statements


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

"Jacob Skaria" wrote:

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

--
Jacob


"Paul Moles" wrote:

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

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,651
Default & combine two array statements

Yes, that's what Jacob was suggesting. Glad it works.
--
David Biddulph

"Paul Moles" wrote in message
...

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

"Jacob Skaria" wrote:

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

--
Jacob


"Paul Moles" wrote:

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



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Can I combine IF/AND/OR statements? CJOHNSO92 Excel Worksheet Functions 8 March 24th 09 03:10 AM
Combine cells with the same reference and combine quantities brandon Excel Discussion (Misc queries) 2 September 17th 08 05:44 PM
If(and statements using data in an array Lou H Excel Discussion (Misc queries) 5 August 25th 08 02:30 PM
how do I combine multiple IF statements to come up with 1 value? Johanna Excel Worksheet Functions 6 April 29th 07 06:51 PM
Combine Intersect Range in If statements Ben Dummar Excel Discussion (Misc queries) 5 March 22nd 07 10:37 PM


All times are GMT +1. The time now is 01:13 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"