#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 10
Default CONDITIONAL FORMULA

I want to creat a formula that allows data to be automatically entered into a
cell if two conditions match, i.e.

Enter Project Number then it automatically enters the Project name in the
next cell:

010101 then ABC Project
010506 then DEF Project


  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 10,124
Default CONDITIONAL FORMULA

Have a look in the help index for LOOKUP or VLOOKUP

--
Don Guillett
Microsoft MVP Excel
SalesAid Software

"Evelyn" wrote in message
...
I want to creat a formula that allows data to be automatically entered into
a
cell if two conditions match, i.e.

Enter Project Number then it automatically enters the Project name in the
next cell:

010101 then ABC Project
010506 then DEF Project



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,942
Default CONDITIONAL FORMULA

hi
probably a lookup formula.
you should have a small table somewhere with your project numbers and
corrisponding project names. lets say AA1 to AA20 or project numbers and AB1
to AB20 for projecct names.
lets say your are entering the project number in A2. in B2 enter...
=lookup(A2,AA1:AB20,AB1:AB20) or
=LOOKUP(WhatToLookFor,RangeToLookIn,RangeToPickFro m)
The WhatToLookFor should be a single item.
The RangeToLook in can be either horizontal or vertical.
Be careful not to include unnecessary heading in the ranges as these will
cause errors.
The list of information to be looked through must be sorted in ascending
order, otherwise errors will occur.

regards
FSt1

"Evelyn" wrote:

I want to creat a formula that allows data to be automatically entered into a
cell if two conditions match, i.e.

Enter Project Number then it automatically enters the Project name in the
next cell:

010101 then ABC Project
010506 then DEF Project


  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,572
Default CONDITIONAL FORMULA

Check out this web page of Debra Dalgleish for instructions:

http://www.contextures.com/xlFunctions02.html

--

HTH,

RD
================================================== ===
Please keep all correspondence within the Group, so all may benefit!
================================================== ===

"Evelyn" wrote in message
...
I want to creat a formula that allows data to be automatically entered into
a
cell if two conditions match, i.e.

Enter Project Number then it automatically enters the Project name in the
next cell:

010101 then ABC Project
010506 then DEF Project



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
Excel 2002 Formula: Urgent Conditional Formula Required Right Away - if possible blue[_2_] Excel Discussion (Misc queries) 2 July 11th 07 06:08 PM
Formula, Conditional Formula Needed Karl Excel Discussion (Misc queries) 12 June 23rd 07 04:12 AM
conditional formula dan Excel Worksheet Functions 3 August 29th 06 07:22 AM
Conditional Formula to indicate Formula in cell SteveW New Users to Excel 9 August 2nd 06 01:12 AM
conditional formula thanks Excel Worksheet Functions 2 April 14th 05 10:06 PM


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