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

I am having problem with a HLOOKUP.

I have few columns assinged for certain items. Those items are
catergorized into 3 catergories. Each catergory is merged and
centrered under the items. On the next page I have a formuls as
=IF(C14="","",HLOOKUP(C14,Type,2)), it is not coming up properly, why?

Thnx
Prakash.....
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default HLOOKUP Question

It should work, assuming "Type" is the name of the range
that contains the table of data, c14 exists in the top row
of the "Type" range and the desired value is in the 2nd
row of the range.

If the table is not in order, you should add "False" to
the lookup function:

HLOOKUP(C14,Type,2,False)

Hope this helps.

-Tim U

-----Original Message-----
I am having problem with a HLOOKUP.

I have few columns assinged for certain items. Those

items are
catergorized into 3 catergories. Each catergory is merged

and
centrered under the items. On the next page I have a

formuls as
=IF(C14="","",HLOOKUP(C14,Type,2)), it is not coming up

properly, why?

Thnx
Prakash.....
.

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
Hlookup-row_index_num question Eden397 Excel Worksheet Functions 4 November 10th 07 06:01 PM
HLOOKUP question Chuck M Excel Worksheet Functions 6 September 28th 07 01:08 AM
VLOOKUP/HLOOKUP Question TheRobsterUK Excel Discussion (Misc queries) 11 May 25th 05 08:54 PM
HLOOKUP Question Prakash Excel Programming 0 June 18th 04 06:18 PM
HLookup function question Cam[_4_] Excel Programming 1 May 6th 04 07:50 PM


All times are GMT +1. The time now is 09:25 PM.

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"