Russmeister57
New Member
- Joined
- Jun 5, 2015
- Messages
- 14
- Office Version
- 2010
- Platform
- Windows
Hi all,
I've had a look through the forums and cant find exactly what i need.
I'm looking for an IF statement, leading into a VLOOKUP, and then leading into another IF statement if this is possible.
So far i have the below formula. It works almost how i need it to but it doesn't return an exact value.
=IF(B12>="1",VLOOKUP(B12,Agency!$B$1:$D$200,3,IF(B12>="1",11.25,"")),"")
So if B12 is greater than 1 (this cell has a formula in it so i need to recognize a value, not the formula [this value is a name]), then look in 'Agency!B1:D200, for a corresponding name in column B and return value in column D, but if the VLOOKUP is false, then to carry out the next IF statement, if B12 is greater than 1, then to simply return the value "11.25"
I'm not quite sure this is possible in this format but any help would be appreciated.
Thank you
I've had a look through the forums and cant find exactly what i need.
I'm looking for an IF statement, leading into a VLOOKUP, and then leading into another IF statement if this is possible.
So far i have the below formula. It works almost how i need it to but it doesn't return an exact value.
=IF(B12>="1",VLOOKUP(B12,Agency!$B$1:$D$200,3,IF(B12>="1",11.25,"")),"")
So if B12 is greater than 1 (this cell has a formula in it so i need to recognize a value, not the formula [this value is a name]), then look in 'Agency!B1:D200, for a corresponding name in column B and return value in column D, but if the VLOOKUP is false, then to carry out the next IF statement, if B12 is greater than 1, then to simply return the value "11.25"
I'm not quite sure this is possible in this format but any help would be appreciated.
Thank you