P
Pat
In one worksheet I use a drop down list to choose a name to identify that
list where I input values. These values are linked to another worksheet
with the formula =IF(B7=Sheet1!D5,(Daily!$E$14),"") in every cell. B7 is
the name of the sales person and is picked from the same drop down list. I
want the 2nd sheet to update the values from the first list if the name
matches. The above fomula works, but when I input data under another name
the data from the firs name dissappears. I need the input data to stay when
I input data for a new name. Appearently I'm doing this wrong.
list where I input values. These values are linked to another worksheet
with the formula =IF(B7=Sheet1!D5,(Daily!$E$14),"") in every cell. B7 is
the name of the sales person and is picked from the same drop down list. I
want the 2nd sheet to update the values from the first list if the name
matches. The above fomula works, but when I input data under another name
the data from the firs name dissappears. I need the input data to stay when
I input data for a new name. Appearently I'm doing this wrong.