ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Retrieving data from a database list (https://www.excelbanter.com/excel-discussion-misc-queries/14474-retrieving-data-database-list.html)

RestlessAde

Retrieving data from a database list
 
Hi,

I would like to know how to retrieve one value from a database list based on
multiple criteria. My list as the following headings:

Company, Year, Revenue ($)

I would like to perform some form of lookup function to retrieve a unique
value based on several criteria.

E.g. If Company = "company 1" and Year = "2000", return the value for
"Revenue ($)".

Bear in mind that there are several hundred company names, and that I would
like to be able to copy this formula into other cells, referencing different
criteria.

I've tried DGET, but can't work out how to use.

Any suggestions would be much appreciated.

RA


Arvi Laanemets

Hi

=SUMPRODUCT(--(Company="company 1"),--(Year=2001),Revenue)
Where Company, Year and Revenue are references to data ranges in according
columns (NB! All ranges must be of same dimension).

Arvi Laanemets


"RestlessAde" wrote in message
...
Hi,

I would like to know how to retrieve one value from a database list based

on
multiple criteria. My list as the following headings:

Company, Year, Revenue ($)

I would like to perform some form of lookup function to retrieve a unique
value based on several criteria.

E.g. If Company = "company 1" and Year = "2000", return the value for
"Revenue ($)".

Bear in mind that there are several hundred company names, and that I

would
like to be able to copy this formula into other cells, referencing

different
criteria.

I've tried DGET, but can't work out how to use.

Any suggestions would be much appreciated.

RA




RestlessAde

Thanks Arvi, that works really great. (I would never have thought to use
SumProduct - bizzare!)

RA

"Arvi Laanemets" wrote:

Hi

=SUMPRODUCT(--(Company="company 1"),--(Year=2001),Revenue)
Where Company, Year and Revenue are references to data ranges in according
columns (NB! All ranges must be of same dimension).

Arvi Laanemets


"RestlessAde" wrote in message
...
Hi,

I would like to know how to retrieve one value from a database list based

on
multiple criteria. My list as the following headings:

Company, Year, Revenue ($)

I would like to perform some form of lookup function to retrieve a unique
value based on several criteria.

E.g. If Company = "company 1" and Year = "2000", return the value for
"Revenue ($)".

Bear in mind that there are several hundred company names, and that I

would
like to be able to copy this formula into other cells, referencing

different
criteria.

I've tried DGET, but can't work out how to use.

Any suggestions would be much appreciated.

RA






All times are GMT +1. The time now is 02:25 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com