D
Danie.Bright
Here's the situation.
I have a drop down menua of customers in B11, when a customer is
selected, thier company information is automatically populated in J11,
J12 & J13 (via a VLOOKUP formula).
There are 2 parts to this question.
1.) in the drop down menu of B11 we have a blank option (so when
selected B11 appears blank), but the cells associated with B11, [which
are J11 (formula is: "J11=B11"), J12 (formula is:
"IF(J11="","",VLOOKUP($J11,'Databases'!$A$4:$C$55,2,0)) ") and J13
f(ormula is: "IF(J11="","",VLOOKUP($J11,'Databases'!$A$4:$C$55,3,0))
")] appear as J11 "0", J12 "#N/A" and J13 "#N/A". Is there anyway
that J11-13 can just appear blank as well? rather than have the
formula results in them? without deleting the formula itself?
3.) on the occasion that we have a random customer that is not in our
database and therefore not in the dropdown menu in cell B11, how can i
type in this customers information in B11 without a.) getting an error
because it is not in the drop down menu's required options, or b.)
deleting the drop down menu altogether???
Basically i want the end result to be:
In B11
-> if i choose a customer from our database in the drop down menu,
that customers information will continue to populate in J11-13 (as
specified above - which i am able to do now)
->if i choose the blank option "nil" in the drop down menu, therefore
leaving B11 (unfilled), then J11-J13 will also remain (unfilled)
WITHOUT the "0" & "#N/A" resulting from the formulas stored in those
cells.
-> and i want to be able to manually type the customers name into B11
& information in J11-J13, without deleting the aforementioned settings/
formulas in these 4 given cells.
Any help is awesome!!!
I have a drop down menua of customers in B11, when a customer is
selected, thier company information is automatically populated in J11,
J12 & J13 (via a VLOOKUP formula).
There are 2 parts to this question.
1.) in the drop down menu of B11 we have a blank option (so when
selected B11 appears blank), but the cells associated with B11, [which
are J11 (formula is: "J11=B11"), J12 (formula is:
"IF(J11="","",VLOOKUP($J11,'Databases'!$A$4:$C$55,2,0)) ") and J13
f(ormula is: "IF(J11="","",VLOOKUP($J11,'Databases'!$A$4:$C$55,3,0))
")] appear as J11 "0", J12 "#N/A" and J13 "#N/A". Is there anyway
that J11-13 can just appear blank as well? rather than have the
formula results in them? without deleting the formula itself?
3.) on the occasion that we have a random customer that is not in our
database and therefore not in the dropdown menu in cell B11, how can i
type in this customers information in B11 without a.) getting an error
because it is not in the drop down menu's required options, or b.)
deleting the drop down menu altogether???
Basically i want the end result to be:
In B11
-> if i choose a customer from our database in the drop down menu,
that customers information will continue to populate in J11-13 (as
specified above - which i am able to do now)
->if i choose the blank option "nil" in the drop down menu, therefore
leaving B11 (unfilled), then J11-J13 will also remain (unfilled)
WITHOUT the "0" & "#N/A" resulting from the formulas stored in those
cells.
-> and i want to be able to manually type the customers name into B11
& information in J11-J13, without deleting the aforementioned settings/
formulas in these 4 given cells.
Any help is awesome!!!