Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
USChad
 
Posts: n/a
Default Returning Data from a third cell in same row that meets two other

I'm looking for a formula that will return a result from a cell on a same row
as two other cells that meet certain criteria. I'm sure there is a way to do
this but i am a novice at this kind of stuff and can't seem to figure it out.

For example i want a cell to = what is in column E when column A="36751" and
when column B="Total Returns" The spreadsheet has 55000 rows. there will
only be one instance where both these criteria are met. i want to use this
to create a seperate spreadsheet with just info i need and can update on a
daily basis.

thanks in advance for helping me out.
  #2   Report Post  
Frank Kabel
 
Posts: n/a
Default

Hi
try the following array formula (entered with cTRL+SHIFT+ENTER):
=INDEX(E1:E55000,MATCH(1,(A1:A55000=36571)*(B1:550 00="Total Returns"),0))

--
Regards
Frank Kabel
Frankfurt, Germany
"USChad" schrieb im Newsbeitrag
...
I'm looking for a formula that will return a result from a cell on a same
row
as two other cells that meet certain criteria. I'm sure there is a way to
do
this but i am a novice at this kind of stuff and can't seem to figure it
out.

For example i want a cell to = what is in column E when column A="36751"
and
when column B="Total Returns" The spreadsheet has 55000 rows. there will
only be one instance where both these criteria are met. i want to use
this
to create a seperate spreadsheet with just info i need and can update on a
daily basis.

thanks in advance for helping me out.



  #3   Report Post  
Peo Sjoblom
 
Posts: n/a
Default

One way

=INDEX(E2:E100,MATCH(1,(A2:A100=36751)*(B2:B100="T otal Returns"),0))

entered with ctrl + shift & enter

you can replace your 2 conditions with cell references where you would pur
rhe conditions, that way you don't have to edit the formula every time you
change conditons


Regards

Peo Sjoblom

"USChad" wrote:

I'm looking for a formula that will return a result from a cell on a same row
as two other cells that meet certain criteria. I'm sure there is a way to do
this but i am a novice at this kind of stuff and can't seem to figure it out.

For example i want a cell to = what is in column E when column A="36751" and
when column B="Total Returns" The spreadsheet has 55000 rows. there will
only be one instance where both these criteria are met. i want to use this
to create a seperate spreadsheet with just info i need and can update on a
daily basis.

thanks in advance for helping me out.

  #4   Report Post  
USChad
 
Posts: n/a
Default

thanks for your help. for some reason i still can't get this to work. i've
been playing around with it all day. it seems to get hung up on the second
part when it looks up "total returns" it wants to locate some other info in
one of the other cells and returns a "false" for that part of the formula.
any other ideas would be appreachiated.

thanks


"Peo Sjoblom" wrote:

One way

=INDEX(E2:E100,MATCH(1,(A2:A100=36751)*(B2:B100="T otal Returns"),0))

entered with ctrl + shift & enter

you can replace your 2 conditions with cell references where you would pur
rhe conditions, that way you don't have to edit the formula every time you
change conditons


Regards

Peo Sjoblom

"USChad" wrote:

I'm looking for a formula that will return a result from a cell on a same row
as two other cells that meet certain criteria. I'm sure there is a way to do
this but i am a novice at this kind of stuff and can't seem to figure it out.

For example i want a cell to = what is in column E when column A="36751" and
when column B="Total Returns" The spreadsheet has 55000 rows. there will
only be one instance where both these criteria are met. i want to use this
to create a seperate spreadsheet with just info i need and can update on a
daily basis.

thanks in advance for helping me out.

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
Help with data not getting plotted Scott Ehrlich Charts and Charting in Excel 1 January 23rd 05 05:15 PM
entering data in certain cell Craig Sayers Links and Linking in Excel 1 December 30th 04 04:17 PM
I need a macro to find cut and paste data to new cell Rex Excel Discussion (Misc queries) 0 December 6th 04 12:45 AM
I need a macro to find cut and paste data to new cell Rex Excel Discussion (Misc queries) 0 December 6th 04 12:23 AM
Dragging cell data Ricardinho Excel Discussion (Misc queries) 1 November 28th 04 11:10 AM


All times are GMT +1. The time now is 12:16 PM.

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"