Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
ohana
 
Posts: n/a
Default Can someone help with this formula?

I have three columns

A B C
1 17 5
2 33 6
2 17 5
2 32 6
2 17 3
2 33 5
1 17 5

I would like to be able to write a formula that will look at the data in
column A and if the number is two, then go to column b and if the number is
17 then go to column C and find all the number 5 rows?
Data Sort and Advanced sort does not do what I need to do. Can a formula be
written for this?
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Bob Phillips
 
Posts: n/a
Default Can someone help with this formula?

You can do it with Conditional Fomatting with a formula of

=$C1=INDEX($C$1:$C$7,MATCH(1,($A$1:$A$7=2)*($B$1:$ B$7=17),0))

--
HTH

Bob Phillips

(remove nothere from email address if mailing direct)

"ohana" wrote in message
...
I have three columns

A B C
1 17 5
2 33 6
2 17 5
2 32 6
2 17 3
2 33 5
1 17 5

I would like to be able to write a formula that will look at the data in
column A and if the number is two, then go to column b and if the number

is
17 then go to column C and find all the number 5 rows?
Data Sort and Advanced sort does not do what I need to do. Can a formula

be
written for this?



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
ohana
 
Posts: n/a
Default Can someone help with this formula?

thank you Bob

"Bob Phillips" wrote:

You can do it with Conditional Fomatting with a formula of

=$C1=INDEX($C$1:$C$7,MATCH(1,($A$1:$A$7=2)*($B$1:$ B$7=17),0))

--
HTH

Bob Phillips

(remove nothere from email address if mailing direct)

"ohana" wrote in message
...
I have three columns

A B C
1 17 5
2 33 6
2 17 5
2 32 6
2 17 3
2 33 5
1 17 5

I would like to be able to write a formula that will look at the data in
column A and if the number is two, then go to column b and if the number

is
17 then go to column C and find all the number 5 rows?
Data Sort and Advanced sort does not do what I need to do. Can a formula

be
written for this?




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
Dynamic Range with unused formula messing up x axis on dynamic graph [email protected] Charts and Charting in Excel 2 February 2nd 06 08:02 PM
2 Nesting questions Starchaser Excel Worksheet Functions 7 January 20th 06 06:53 PM
Formula Problem - interrupted by #VALUE! in other cells!? Ted Excel Worksheet Functions 17 November 25th 05 05:18 PM
Formula checking multiple worksheets sonic-the-mouse Excel Worksheet Functions 2 June 5th 05 03:28 AM
Match / Vlookup within an Array formula Hari Prasadh Excel Discussion (Misc queries) 3 February 3rd 05 04:37 PM


All times are GMT +1. The time now is 06:53 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"