G
Guest
Hi
I can across the following function in a worksheet, in an attempt to understand the formulae, i am attempting to replicate the data and formulaes. Please could you advise as to why formulae returns a #REF error
=IF($C$3="",0,ROUND((1+(VLOOKUP($C$3,bpdat,3,FALSE)/(1+$L4)))*VLOOKUP($C$3,bpdat,8,FALSE)*(1.25-(0.05*$C$22)),0))
where $C$3 is a dropdown list (on a different Sheet)
$l4 is a client entered value between 1-5
Column labels
Name Catergory Waste Factor Build Time R.Min Time R.Copy Time R.Prod Time Tritanium Pyerite Mexallon Isogen Nocxium Zydrine Megacyte Max Runs
1st item
Gamma L Ammo Crystals 0.1 120 2400 2400 2400 0 46 2 3 18 6 40 1500
$c$22 is again a client entered value between 1-5
Bpdat is a collection of relevant data(see below for example)
I can across the following function in a worksheet, in an attempt to understand the formulae, i am attempting to replicate the data and formulaes. Please could you advise as to why formulae returns a #REF error
=IF($C$3="",0,ROUND((1+(VLOOKUP($C$3,bpdat,3,FALSE)/(1+$L4)))*VLOOKUP($C$3,bpdat,8,FALSE)*(1.25-(0.05*$C$22)),0))
where $C$3 is a dropdown list (on a different Sheet)
$l4 is a client entered value between 1-5
Column labels
Name Catergory Waste Factor Build Time R.Min Time R.Copy Time R.Prod Time Tritanium Pyerite Mexallon Isogen Nocxium Zydrine Megacyte Max Runs
1st item
Gamma L Ammo Crystals 0.1 120 2400 2400 2400 0 46 2 3 18 6 40 1500
$c$22 is again a client entered value between 1-5
Bpdat is a collection of relevant data(see below for example)