Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
O'C
 
Posts: n/a
Default a CHALLANGE using OR in an array formula

I'm using the following formula and now need to look for data matching CCYI
or CCYV. I've tried to use the OR but it returns a wrong answer.

{=INDEX('E373'!$T$1:$T$2000,SMALL(IF(('E373'!$Y$1: $Y$2000='STATUS
SHEET'!B3)*('E373'!$Q$1:$Q$2000="CCYI"),ROW('E373' !$T$1:$T$2000)),ROW('E373'!$T$1:$T$2000)))}

I'd pull the rest of my hair out if I had any!

Your help is greatly appreciated,
O'C

  #2   Report Post  
kraljb
 
Posts: n/a
Default


Try this...

{=INDEX('E373'!$T$1:$T$2000,SMALL(IF(('E373'!$Y$1: $Y$2000='STATUS
SHEET'!B3)*('E373'!$Q$1:$Q$2000="CCYI"),ROW('E373' !$T$1:$T$2000),IF(('E373'!$Y$1:
$Y$2000='STATUS
SHEET'!B3)*('E373'!$Q$1:$Q$2000="CCYV"),ROW('E373' !$T$1:$T$2000))),ROW('E373'!$T$1:$T$2000)))}

It is not as nice as an OR statement, but it should receive the same
result.


--
kraljb
------------------------------------------------------------------------
kraljb's Profile: http://www.excelforum.com/member.php...fo&userid=9955
View this thread: http://www.excelforum.com/showthread...hreadid=319918

  #3   Report Post  
Domenic
 
Posts: n/a
Default


{=INDEX('E373'!$T$1:$T$2000,SMALL(IF(('E373'!$Y$1: $Y$2000='STATUS
SHEET'!B3)*('E373'!$Q$1:$Q$2000={"CCYI","CCYV"}),R OW('E373'!$T$1:$T$2000)),ROW('E373'!$T$1:$T$2000)) )}

Hope this helps!

O'C Wrote:
I'm using the following formula and now need to look for data matching
CCYI
or CCYV. I've tried to use the OR but it returns a wrong answer.

{=INDEX('E373'!$T$1:$T$2000,SMALL(IF(('E373'!$Y$1: $Y$2000='STATUS
SHEET'!B3)*('E373'!$Q$1:$Q$2000="CCYI"),ROW('E373' !$T$1:$T$2000)),ROW('E373'!$T$1:$T$2000)))}

I'd pull the rest of my hair out if I had any!

Your help is greatly appreciated,
O'C



--
Domenic
------------------------------------------------------------------------
Domenic's Profile: http://www.excelforum.com/member.php...o&userid=10785
View this thread: http://www.excelforum.com/showthread...hreadid=319918

  #4   Report Post  
Rao Ratan Singh
 
Posts: n/a
Default

sir,
pls help me about this function. that it displya the numeric value in thai
language buthow it can be poosible that this function or any substitute can
display the numeric value in english language.
  #5   Report Post  
JE McGimpsey
 
Posts: n/a
Default

You've been given an answer at least 5 times in the last week, and
you'll get the same answer no matter how many times you continue to
post. Bahtext() does not have an equivalent in English. You'll need to
use a macro.


In article ,
Rao Ratan Singh wrote:

sir,
pls help me about this function. that it displya the numeric value in thai
language buthow it can be poosible that this function or any substitute can
display the numeric value in english language.



  #6   Report Post  
O'C
 
Posts: n/a
Default

Thanks Everyone!!!

Domenic those brackets worked like a champ. Where do you guys learn this
stuff??? I must spend hours in the help and using trial and error methods.
I get smarter every time I use this WEB assistance, I think I'll just start
here in the future!!!

Thanks,
O'C

"Domenic" wrote:


{=INDEX('E373'!$T$1:$T$2000,SMALL(IF(('E373'!$Y$1: $Y$2000='STATUS
SHEET'!B3)*('E373'!$Q$1:$Q$2000={"CCYI","CCYV"}),R OW('E373'!$T$1:$T$2000)),ROW('E373'!$T$1:$T$2000)) )}

Hope this helps!

O'C Wrote:
I'm using the following formula and now need to look for data matching
CCYI
or CCYV. I've tried to use the OR but it returns a wrong answer.

{=INDEX('E373'!$T$1:$T$2000,SMALL(IF(('E373'!$Y$1: $Y$2000='STATUS
SHEET'!B3)*('E373'!$Q$1:$Q$2000="CCYI"),ROW('E373' !$T$1:$T$2000)),ROW('E373'!$T$1:$T$2000)))}

I'd pull the rest of my hair out if I had any!

Your help is greatly appreciated,
O'C



--
Domenic
------------------------------------------------------------------------
Domenic's Profile: http://www.excelforum.com/member.php...o&userid=10785
View this thread: http://www.excelforum.com/showthread...hreadid=319918


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
How to use array formula for three variables? MelissaS Excel Discussion (Misc queries) 2 January 20th 05 01:16 PM
Array formula weird result Solerman Kaplon via OfficeKB.com Excel Discussion (Misc queries) 2 December 21st 04 08:39 PM
What instead of an array formula part 2 Reg Besseling Excel Discussion (Misc queries) 2 December 10th 04 07:35 AM
What instead of an array formula? Reg Besseling Excel Discussion (Misc queries) 3 December 6th 04 01:55 PM
SUM array formula question Dan Excel Worksheet Functions 6 November 8th 04 05:49 AM


All times are GMT +1. The time now is 06:30 AM.

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

About Us

"It's about Microsoft Excel"