G
GB
Hello again,
I asked this question a few weeks ago and received a decent solution.
The spreadsheet I have is very long so the problem with this solution
is when saving the spreadsheet it's extremely slow (takes about 10
mins to save). The previous solution is shown below.
=SUMPRODUCT((Sheet2!$A$1:$A$10=A1)*(Sheet2!$B$1:$B$10=B1)*(Sheet2!$C$1:$C$10=C1)*Sheet2!$D$1:$D$10)
I'm hoping somebody can assist in getting a different solution that
will not make the sheet slower. My proposal is shown below.
My main spreadsheet looks like shown below. What I need is to have
column D filled automatically based on the values from Column A, B,
and C. To determine what value should be in D I have a second work
sheet which has all possible combinations (about 600) with the values
of D.
I want my main sheet to compare the values of A, B, and C with the
values of A, B, and C on the second sheet. If there's a match the
value of D on my second sheet should be put into D on my main sheet
Column A ColumnB ColumnC Column D
Sydney Los Angeles Express 3
Sydney Los Angeles Deferred 5
Sydney Dallas Deferred 5
Hong Kong New York Express 1
Taipei San Francisco Express 2
Taipei Los Angeles Deferred 4
Tokyo Los Angeles Express 2
Manila Dallas Express 1
Thanks...
I asked this question a few weeks ago and received a decent solution.
The spreadsheet I have is very long so the problem with this solution
is when saving the spreadsheet it's extremely slow (takes about 10
mins to save). The previous solution is shown below.
=SUMPRODUCT((Sheet2!$A$1:$A$10=A1)*(Sheet2!$B$1:$B$10=B1)*(Sheet2!$C$1:$C$10=C1)*Sheet2!$D$1:$D$10)
I'm hoping somebody can assist in getting a different solution that
will not make the sheet slower. My proposal is shown below.
My main spreadsheet looks like shown below. What I need is to have
column D filled automatically based on the values from Column A, B,
and C. To determine what value should be in D I have a second work
sheet which has all possible combinations (about 600) with the values
of D.
I want my main sheet to compare the values of A, B, and C with the
values of A, B, and C on the second sheet. If there's a match the
value of D on my second sheet should be put into D on my main sheet
Column A ColumnB ColumnC Column D
Sydney Los Angeles Express 3
Sydney Los Angeles Deferred 5
Sydney Dallas Deferred 5
Hong Kong New York Express 1
Taipei San Francisco Express 2
Taipei Los Angeles Deferred 4
Tokyo Los Angeles Express 2
Manila Dallas Express 1
Thanks...