Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi,
I have a spreadsheet with property names, months and rents lay out horizontally. Each property name takes up 2 cells, of which underneath are May and June and rent amounts for May and June. Can i use HLOOKUP to just select the rent under May? Ex: Property |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
probably the simplest way would be to use a helper row which you can hide
in the helper row (3?) in A3 =A1&A2 and in B3 =A1&B2 use the helper row as you lookup row and have your lookup value be the equivelant of A1&A2 "Positive" wrote: Hi, I have a spreadsheet with property names, months and rents lay out horizontally. Each property name takes up 2 cells, of which underneath are May and June and rent amounts for May and June. Can i use HLOOKUP to just select the rent under May? Ex: Property |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Replied to your first posting as shown below:
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 spreadsheet with property names, months and rents lay out horizontally. Each property name takes up 2 cells, of which underneath are May and June and rent amounts for May and June. Can i use HLOOKUP to just select the rent under May? Ex: Property |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
HLOOKUP and choose one value among 2 values | Excel Worksheet Functions | |||
using hlookup with sum/choose? | Excel Discussion (Misc queries) | |||
How do I put combo box values into cells (without using @CHOOSE) | Excel Worksheet Functions | |||
CHOOSE function - Possible with 100 values??? | Excel Discussion (Misc queries) | |||
How do I choose multiple values in a drop down box? | Excel Discussion (Misc queries) |