G
Guest
Hi all
I have this formula, which works
The ABC is a named range containin
1 2 3 4
lookup value base rate unit rate minimum charg
so the formula looks lik
base rate (x1) + unit rate x value in cell N1
=IF(ISNA(VLOOKUP(I10,ABC,2,FALSE)+VLOOKUP(I10,ABC,3,FALSE)*N10),"",(VLOOKUP(I10,ABC,2,FALSE)+VLOOKUP(I10,ABC,3,FALSE)*N10)
What I need to do is create a further if statement to test if the result is less than the value in column 4, if it is = column 4 value, if it isn't it's the above statement
Follow!
thank
Alby
I have this formula, which works
The ABC is a named range containin
1 2 3 4
lookup value base rate unit rate minimum charg
so the formula looks lik
base rate (x1) + unit rate x value in cell N1
=IF(ISNA(VLOOKUP(I10,ABC,2,FALSE)+VLOOKUP(I10,ABC,3,FALSE)*N10),"",(VLOOKUP(I10,ABC,2,FALSE)+VLOOKUP(I10,ABC,3,FALSE)*N10)
What I need to do is create a further if statement to test if the result is less than the value in column 4, if it is = column 4 value, if it isn't it's the above statement
Follow!
thank
Alby