Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
GAW GAW is offline
external usenet poster
 
Posts: 4
Default Creating a formula

I am working on a spreadsheet; in the spreadsheet I have a column for a
county, a column for a service, in the next column I would like to pull the
information from a table which match the first two columns. The third column
will be a drop down list. Is there a formula I can use to create this in
Excel 2003.
--
GAW
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,520
Default Creating a formula

--The below formula will return the entry in column C which match the
criteria ColA =D1 and ColB =D2
=INDEX($C$1:$C$10,MATCH(1,($A$1:$A$10=D1)*($B$1:$B $10=D2),0))

--If you are looking at dependent lists then check out the below link by
Debra Dalgleish

on the subject "Excel -- Data Validation -- Dependent Dropdowns from a
Sorted List "
http://www.contextures.com/xlDataVal13.html

"Excel Data Validation -- Create Dependent Lists"
http://www.contextures.com/xlDataVal02.html

If this post helps click Yes
---------------
Jacob Skaria


"GAW" wrote:

I am working on a spreadsheet; in the spreadsheet I have a column for a
county, a column for a service, in the next column I would like to pull the
information from a table which match the first two columns. The third column
will be a drop down list. Is there a formula I can use to create this in
Excel 2003.
--
GAW

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
Need help in creating a formula jeannie Excel Discussion (Misc queries) 5 August 27th 07 06:16 PM
Creating a formula Lpool18 Excel Discussion (Misc queries) 1 June 4th 07 12:28 PM
help creating a formula using IF and AND [email protected] Excel Worksheet Functions 8 January 16th 06 09:23 PM
creating a formula wwoody Excel Discussion (Misc queries) 3 January 11th 06 07:14 AM
Creating an If formula. Desperatly Trying Excel Discussion (Misc queries) 2 August 31st 05 03:46 PM


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