J
JohnE
I will try an keep this simple. I have 2 worksheets
(Sheet1 and Sheet2) that are in use. On Sheet1 in columnA
are client names place there thru the validation method.
The names come from Sheet2. Also on Sheet1 in columnB are
services provided placed thru the validation method.
These also come from Sheet2. What I need to do is in
Sheet1/columnD is to place the pricing for the client and
service that is listed in Sheet2. Sheet2 is 12 columns
with the client in the first column and the remaining 11
columns with the pricing for each client with for the
different services, which the names of are listed in the
column headers. The clients are listed in alpha order on
Sheet2. They will be in working order on Sheet1.
Here is an example of current formula that is listed for
it. Naturally, it doesn't work.
=IF(B4="","",PRODUCT(HLOOKUP($B4,$AA$1:$AL$145,29,0),1/10))
The pricing is dependent for the client based on the
client (Sheet1/ColumnA) and service (Sheet1/ColumnB). Is
there anyone that can see the error of my way?
Thanks in advance for any assistance.
*** John
(Sheet1 and Sheet2) that are in use. On Sheet1 in columnA
are client names place there thru the validation method.
The names come from Sheet2. Also on Sheet1 in columnB are
services provided placed thru the validation method.
These also come from Sheet2. What I need to do is in
Sheet1/columnD is to place the pricing for the client and
service that is listed in Sheet2. Sheet2 is 12 columns
with the client in the first column and the remaining 11
columns with the pricing for each client with for the
different services, which the names of are listed in the
column headers. The clients are listed in alpha order on
Sheet2. They will be in working order on Sheet1.
Here is an example of current formula that is listed for
it. Naturally, it doesn't work.
=IF(B4="","",PRODUCT(HLOOKUP($B4,$AA$1:$AL$145,29,0),1/10))
The pricing is dependent for the client based on the
client (Sheet1/ColumnA) and service (Sheet1/ColumnB). Is
there anyone that can see the error of my way?
Thanks in advance for any assistance.
*** John