Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
pgruening
 
Posts: n/a
Default how do I get this done


If anyone can help me with this I'd greatly appreciate it


If I have some data such as

Single Family
Plan A 2.00 4.00
Plan B 3.00 5.00
Plab C 4.00 6.00


and also have
status single
plan A
cost X what formula for X will look at the data above
and return the value 2.00

Thanks


--
pgruening
------------------------------------------------------------------------
pgruening's Profile: http://www.excelforum.com/member.php...o&userid=26011
View this thread: http://www.excelforum.com/showthread...hreadid=393689

  #2   Report Post  
Biff
 
Posts: n/a
Default

Hi!

Assume:

A1...............B1...............C1
..................Single..........Family
Plan A........2.00............4.00
Plan B........3.00............5.00
Plan C........4.00............6.00

A10...............B10
Status...........Single
Plan................A
Cost.............Formula

Formula entered as an array using the key combo of CTRL,SHIFT,ENTER:

=VLOOKUP(B11,RIGHT(A2:C4,1),MATCH(B10,A1:C1,0),0)

Biff

"pgruening" wrote
in message ...

If anyone can help me with this I'd greatly appreciate it


If I have some data such as

Single Family
Plan A 2.00 4.00
Plan B 3.00 5.00
Plab C 4.00 6.00


and also have
status single
plan A
cost X what formula for X will look at the data above
and return the value 2.00

Thanks


--
pgruening
------------------------------------------------------------------------
pgruening's Profile:
http://www.excelforum.com/member.php...o&userid=26011
View this thread: http://www.excelforum.com/showthread...hreadid=393689



  #3   Report Post  
Bob Phillips
 
Posts: n/a
Default

Not sure about the exact layout of the data, but maybe

=INDEX($B$2:$B$20,MATCH("Plan "&M1,$A$2,$A$20,0)

where M1 holds the A.

--

HTH

RP
(remove nothere from the email address if mailing direct)


"pgruening" wrote
in message ...

If anyone can help me with this I'd greatly appreciate it


If I have some data such as

Single Family
Plan A 2.00 4.00
Plan B 3.00 5.00
Plab C 4.00 6.00


and also have
status single
plan A
cost X what formula for X will look at the data above
and return the value 2.00

Thanks


--
pgruening
------------------------------------------------------------------------
pgruening's Profile:

http://www.excelforum.com/member.php...o&userid=26011
View this thread: http://www.excelforum.com/showthread...hreadid=393689



  #4   Report Post  
Biff
 
Posts: n/a
Default

A non array alternative:

=VLOOKUP("Plan "&B11,A2:C4,MATCH(B10,A1:C1,0),0)

Biff

"Biff" wrote in message
...
Hi!

Assume:

A1...............B1...............C1
.................Single..........Family
Plan A........2.00............4.00
Plan B........3.00............5.00
Plan C........4.00............6.00

A10...............B10
Status...........Single
Plan................A
Cost.............Formula

Formula entered as an array using the key combo of CTRL,SHIFT,ENTER:

=VLOOKUP(B11,RIGHT(A2:C4,1),MATCH(B10,A1:C1,0),0)

Biff

"pgruening" wrote
in message ...

If anyone can help me with this I'd greatly appreciate it


If I have some data such as

Single Family
Plan A 2.00 4.00
Plan B 3.00 5.00
Plab C 4.00 6.00


and also have
status single
plan A
cost X what formula for X will look at the data above
and return the value 2.00

Thanks


--
pgruening
------------------------------------------------------------------------
pgruening's Profile:
http://www.excelforum.com/member.php...o&userid=26011
View this thread:
http://www.excelforum.com/showthread...hreadid=393689





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



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