How do you use the HLOOKUP? Confussed

susiesc

New Member
Joined
Mar 24, 2013
Messages
29
This is what I need to do: Use the Lookup table in cells E2:H3 of the billing rate worksheet and the HLOOKUP function to modify the formula to calculate the water bill column H.


Type</SPAN>Com</SPAN>NPROFIT</SPAN>GOV</SPAN>
Bill Rate </SPAN> $ 3.00 </SPAN> $ 2.00 </SPAN> $ 1.50 </SPAN>

<TBODY>
</TBODY><COLGROUP><COL span=4></COLGROUP>
 

Excel Facts

Show numbers in thousands?
Use a custom number format of #,##0,K. Each comma after the final 0 will divide the displayed number by another thousand
This is what I need to do: Use the Lookup table in cells E2:H3 of the billing rate worksheet and the HLOOKUP function to modify the formula to calculate the water bill column H.


TypeComNPROFITGOV
Bill Rate $ 3.00 $ 2.00 $ 1.50

<tbody>
</tbody>


to modify the formula
Which formula?
What's desired result is going to be?
 
Upvote 0
I'm confused. Are you using Hlookup to modify a formula? If your trying to look up a certain name or amount there's easier ways. If your trying to modify a formula you should be able to do it (in combo with other cells not in the lookup.)?
 
Upvote 0
Which formula?
What's desired result is going to be?


That is why I am confussed because I am told to create the report by using all of those formulas.
How are you suppose to do that when you are getting the information from another sheet?
Confussed....
 
Upvote 0
Which formula?
What's desired result is going to be?

That is why I am confussed because I am told to create the report by using all of those formulas.
How are you suppose to do that when you are getting the information from another sheet?
Confussed....
 
Upvote 0
I posted this on sheet1 to lookup billing rate, however as far as changing the value, you would need other funtion(s) or VBA to complete.

=HLOOKUP('Billing rate'!I2,'Billing rate'!E2:I3,'Billing rate'!3:3,TRUE)

Are you looking for something different?
 
Upvote 0
That is why I am confussed because I am told to create the report by using all of those formulas.
How are you suppose to do that when you are getting the information from another sheet?
Confussed....
Which formula?
Can you post them?
Example of using HLOOKUP:

Excel 2010
ABCD
1TypeComNPROFITGOV
2Bill Rate$3.00$2.00$1.50
3
Sheet1


Excel 2010
AB
1
2NPROFIT$ 2.00
3
4
5
Sheet2
Cell Formulas
RangeFormula
B2=HLOOKUP(A2,Sheet1!$A$1:$D$2,2,0)
 
Upvote 0
Yes I need to lookup cells E2:H3 of the billing rate worksheet and then use the HLOOKUP function to modify the formula to calculate the water bill column (column H).
 
Upvote 0

Forum statistics

Threads
1,214,896
Messages
6,122,132
Members
449,066
Latest member
Andyg666

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top