A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » Worksheet Functions
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

HLookUp function



 
 
Thread Tools Display Modes
  #1  
Old June 21st, 2009, 10:06 PM posted to microsoft.public.excel.worksheet.functions
Jbig
external usenet poster
 
Posts: 1
Default HLookUp function

Wondering if anyone can tell me where exactly do I add the asterisk symbol to
multiply within this function.

So far I have:
=HLOOKUP(C4,'Risk Levels'!B25, 2, FALSE)

I need to multiply my value in C4 to the risk level range.


ANY HELP GREATLY APPRECIATED!!! THANKS
  #2  
Old June 21st, 2009, 11:53 PM posted to microsoft.public.excel.worksheet.functions
joeu2004
external usenet poster
 
Posts: 1,748
Default HLookUp function

"Jbig" wrote:
I need to multiply my value in C4 to the risk level range.


Not sure I understand, but I think you want:

=C4 * HLOOKUP(C4,'Risk Levels'!B25, 2, FALSE)


----- original message -----

"Jbig" wrote in message
...
Wondering if anyone can tell me where exactly do I add the asterisk symbol
to
multiply within this function.

So far I have:
=HLOOKUP(C4,'Risk Levels'!B25, 2, FALSE)

I need to multiply my value in C4 to the risk level range.


ANY HELP GREATLY APPRECIATED!!! THANKS


  #3  
Old June 22nd, 2009, 04:07 AM posted to microsoft.public.excel.worksheet.functions
Jacob Skaria
external usenet poster
 
Posts: 5,952
Default HLookUp function

=C4*HLOOKUP(C4,'Risk Levels'!B25, 2, FALSE)

and a error handled version

=IF(ISERROR(HLOOKUP(C4,'Risk Levels'!B25, 2,
FALSE)),"",C4*HLOOKUP(C4,'Risk Levels'!B25, 2, FALSE))

If this post helps click Yes
---------------
Jacob Skaria


"Jbig" wrote:

Wondering if anyone can tell me where exactly do I add the asterisk symbol to
multiply within this function.

So far I have:
=HLOOKUP(C4,'Risk Levels'!B25, 2, FALSE)

I need to multiply my value in C4 to the risk level range.


ANY HELP GREATLY APPRECIATED!!! THANKS

 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 10:03 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.