Vlookup returning in #NA, why?

babettedv

New Member
Joined
Jan 27, 2021
Messages
30
Office Version
  1. 2016
Platform
  1. Windows
Hi there,

Please help me out on the Vlookup - I keep getting #NA.
Aim is to add the average costs based on the weekly volume range!

Thanks!!

Cell Formulas
RangeFormula
C5:K5C5='P&L Trend Consol YTD'!B57
C8:K8C8=AVERAGE('Current VL'!$J$6:$J$15)
C9:K9C9=C5*C8
C11C11=VLOOKUP(C17,$B$24:$C$35,1,TRUE)
D11:K11D11=HLOOKUP(D17,$B$24:$D$35,1,TRUE)
C12:K12C12=C11*C5
C13:K13C13=C9-C12
C16:K16C16=C15/7
C17:K17C17=C5/C16
B24:C24B24='Possible deal structure'!B44
D24:D35D24=B24*C24
B25:C25B25='Possible deal structure'!B43
B26:C26B26='Possible deal structure'!B42
B27:C27B27='Possible deal structure'!B41
B28:C28B28='Possible deal structure'!B40
B29:C29B29='Possible deal structure'!B39
B30:C30B30='Possible deal structure'!B38
B31:C31B31='Possible deal structure'!B37
B32:C32B32='Possible deal structure'!B36
B33:C33B33='Possible deal structure'!B35
B34:C34B34='Possible deal structure'!B34
B35:C35B35='Possible deal structure'!B33
 

Excel Facts

VLOOKUP to Left?
Use =VLOOKUP(A2,CHOOSE({1,2},$Z$1:$Z$99,$Y$1:$Y$99),2,False) to lookup Y values to left of Z values.
Vlookup with True OptionSearch for value less than your criteria and Cell C17 is Smaller than your first criteria.
If you want to Return the Value bigger than your Criteria Then Use this
Excel Formula:
=INDEX($B$24:$B$35,IFNA(MATCH(C17,$B$24:$B$35,1),0)+1)
 
Upvote 0

Forum statistics

Threads
1,215,003
Messages
6,122,655
Members
449,091
Latest member
peppernaut

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