Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default Excel Lookup Question

John,
Thanks so much for your help. This has worked perfectly.

Thanks again.
Rob Michael


John Keith wrote:
You will need to use the range lookup feature of the vlookup function.
This requires that the table array is sorted. Be sure to use Project as the
primary sort key then Start Date as the secondary sort key.

Add a new col-C; so that the phase name will be pushed over to D
Then make col-C a simple concatenation of A&B; The result will convert the
date to it's universal date I.E the first one will look like "Project A39223"

This is the formaula that will return "Concept"
=VLOOKUP("Project A"&DATEVALUE("5/21/2007"),$C$2:$D$7,2,TRUE)

The date's data is probably what was causing your issues.

HTH

I am trying to build a table and formula to look up the phase of a project
based on the week that a piece of work was done. I need to do this for

[quoted text clipped - 27 lines]
Thanks,
Rob


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 Lookup Question Newfie809 Excel Discussion (Misc queries) 2 September 7th 09 06:17 PM
Excel 2003 - Lookup type of question Fran Excel Worksheet Functions 3 June 4th 09 12:30 AM
I think it is a lookup question??? LOC Excel Worksheet Functions 3 May 20th 09 07:04 PM
Excel LOOKUP Question ritpg Links and Linking in Excel 1 December 15th 08 08:38 PM
Question on Lookup CJN Excel Discussion (Misc queries) 4 March 6th 07 10:58 PM


All times are GMT +1. The time now is 11:00 AM.

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"