Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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'!B2:D5, 2, FALSE) I need to multiply my value in C4 to the risk level range. ANY HELP GREATLY APPRECIATED!!! THANKS |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
"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'!B2:D5, 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'!B2:D5, 2, FALSE) I need to multiply my value in C4 to the risk level range. ANY HELP GREATLY APPRECIATED!!! THANKS |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=C4*HLOOKUP(C4,'Risk Levels'!B2:D5, 2, FALSE)
and a error handled version =IF(ISERROR(HLOOKUP(C4,'Risk Levels'!B2:D5, 2, FALSE)),"",C4*HLOOKUP(C4,'Risk Levels'!B2:D5, 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'!B2:D5, 2, FALSE) I need to multiply my value in C4 to the risk level range. ANY HELP GREATLY APPRECIATED!!! THANKS |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Hlookup function | Excel Discussion (Misc queries) | |||
hlookup function | Excel Worksheet Functions | |||
HLOOKUP FUNCTION | Excel Worksheet Functions | |||
HLookup? or an array function?? | Excel Worksheet Functions | |||
HLookUp Function | Excel Worksheet Functions |