Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 37
Default HLOOKUP and choose one value among 2 values

Hi,

I have a spread sheet that formats assumingly for HLOOKUP. However,
under the name of the property which takes up 2 cells, there are 2
values. For example, under Property RIVER , there are rent values for
March and April. I only want to update one value. What formula should
I use.

Property RIVER FOREST MOUNTAIN
Month
Rent 30 40 35 45 65 70

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4,339
Default HLOOKUP and choose one value among 2 values


A B C D E F
G
Property River Forest Mountain
Month March April March April March April
Rent 30 40 35 45 65 70


To get March data for "River"

=INDEX($B$3:$G$3,0,MATCH("River",$B$1:$G$1,0))

To get April data for "River"

=INDEX($B$3:$G$3,0,MATCH("River",$B$1:$G$1,0)+1)

Change "River" to "Forest"/"Mountain" for equivalent

HTH



"Positive" wrote:

Hi,

I have a spread sheet that formats assumingly for HLOOKUP. However,
under the name of the property which takes up 2 cells, there are 2
values. For example, under Property RIVER , there are rent values for
March and April. I only want to update one value. What formula should
I use.

Property RIVER FOREST MOUNTAIN
Month
Rent 30 40 35 45 65 70


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
using hlookup with sum/choose? Stacey Excel Discussion (Misc queries) 1 March 28th 07 05:10 PM
How do I put combo box values into cells (without using @CHOOSE) LongTermNoob Excel Worksheet Functions 4 March 8th 07 01:44 PM
CHOOSE function - Possible with 100 values??? Fecozisk Excel Discussion (Misc queries) 1 July 12th 06 09:22 AM
listing values to choose from based on value in another cell MT Excel Discussion (Misc queries) 1 September 12th 05 01:37 PM
How do I choose multiple values in a drop down box? Kristy Excel Discussion (Misc queries) 3 April 1st 05 04:49 PM


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