Good Day:
I find I've sort of backed myself into a corner, and like anything after awhile it all starts to look the same.
Note*** Everything below Line 5 works as it should, this is just for above line 5.
C15 is also a drop down box
Background of the file included.
A2 is a drop down box, you choose 1 of 5 choices.
B3 is also a drop down box, and you choose 1 of 4 choices
I am trying to determine how to formulate the IF statement that:
if in A2 a choice is made, THEN the choice in B3 will determine the price and Place it in D3
A2 selections have a specific pricing sheet attached to each of the choices
So, I am aware my current "IF" statement is incomplete.
Is there a better way to do this?, will I be typing out an IF statement for a week?
I need to have all 4 B3 statements contained into each of the 5 A2 Choices
What I have so far, I've separated for ease of reading
This part works, it's when I try to add additional B2 items that I get whacked
=IF(ISBLANK(B3),"",IF(AND(A2="Bank 1",B3="LLR-"),"$835.00",
IF(AND(A2="Bank 2",B3="LLR-"),"$1000.00",
IF(AND(A2="Bank 3",B3="LLR-"),"$1000.00",
IF(AND(A2="Bank 4",B3="LLR-"),"$835.00",
IF(AND(A2="Bank 5",B3="LLR-"),"$850.00",
IF(AND(A2="Standard Fees",B3="LLR-"),"$1000.00")))))))
Bonus points if you can split B2 into two Cells, that will accept text.
I am available by email, or even by phone if this is something you can assist with, and might also post into the Commercial Services forum to pay to get it done right.
Bookmarks