Hi
Apologies if this is an so appearantly easy question that preschoolers can do it in their sleet i have looked but i cant find a good solution.
But the only way i can see is VBA.
Because i cant touch the "Data" sheet, due it will return a bad format in the production system causing the report to crash.
My goal is to return monthly data values from the "data" sheet to the predefined template set by our customer in the "Monthly Report" tab Where the headers have comment on what data field in "data" that corresponds to the field header.
So the case is: all formulas needs to be defined in the "Monthly Report" sheet, or in VBA.
"Data" Sheet
Monthly Report :
Vessel field=Unit Name
Charter=Customfield1
Site/Location=CustomFieldText5
Work Description=CustomFieldText2
Fish Loaded=SUM of CustomFieldNumeric4&5
Any help performing this task will be appreciated !
Apologies if this is an so appearantly easy question that preschoolers can do it in their sleet i have looked but i cant find a good solution.
But the only way i can see is VBA.
Because i cant touch the "Data" sheet, due it will return a bad format in the production system causing the report to crash.
My goal is to return monthly data values from the "data" sheet to the predefined template set by our customer in the "Monthly Report" tab Where the headers have comment on what data field in "data" that corresponds to the field header.
So the case is: all formulas needs to be defined in the "Monthly Report" sheet, or in VBA.
"Data" Sheet
Copy of Monthly Wellboat log test.xlsx | |||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z | AA | AB | AC | AD | AE | AF | AG | |||
1 | Unit Name | Form No. | Custom Multiline Field 1 | Form Template No. | Form Template Name | Create Date | Status | Count | Custom Date Field 1 | Custom Date Field 2 | Custom Date Field 3 | Custom Date Field 4 | Custom Date Field 5 | Custom Numeric Field 1 | Custom Numeric Field 10 | Custom Numeric Field 2 | Custom Numeric Field 3 | Custom Numeric Field 4 | Custom Numeric Field 5 | Custom Numeric Field 6 | Custom Numeric Field 7 | Custom Numeric Field 8 | Custom Numeric Field 9 | Custom Text Field 1 | Custom Text Field 10 | Custom Text Field 2 | Custom Text Field 3 | Custom Text Field 4 | Custom Text Field 5 | Custom Text Field 6 | Custom Text Field 7 | Custom Text Field 8 | Custom Text Field 9 | ||
2 | Aqua TEST1 | 9828792-2020-APPCOM007-051 | 2020-135 | APPCOM007 | Shipping Letter WB | 11/1/20 | Approved | 1 | 10/30/20 | 10/30/20 | 10/30/20 | 10/30/20 | 11/1/20 | 12 | 0.15 | 0.15 | 154594 | 155456 | 23.6 | 23.8 | 310050 | MOWI | Transfer Smolt | N/A | Yes | Ytre standal - bastlid | 6 | 4 | Closed | ||||||
3 | Aqua TEST2 | 9828792-2021-APPCOM007-023 | 2021/ 0012 | APPCOM007 | Shipping Letter WB | 1/24/21 | Approved | 1 | 1/23/21 | 1/23/21 | 1/23/21 | 1/23/21 | 1/24/21 | 7.5 | 0.12 | 0.15 | 169612 | 170525 | 340137 | MOWI | Transfer Smolt | N/A | Yes | Steinsvik til Voldnes | M9 | M10 | Closed | ||||||||
Data |
Monthly Report :
Vessel field=Unit Name
Charter=Customfield1
Site/Location=CustomFieldText5
Work Description=CustomFieldText2
Fish Loaded=SUM of CustomFieldNumeric4&5
Copy of Monthly Wellboat log test.xlsx | |||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | |||
6 | Month : | ||||||||||||||||||||||||
7 | Vessel: | ||||||||||||||||||||||||
8 | |||||||||||||||||||||||||
9 | Date | Charter | Shipping Letter No.: | Production Area | Site / Location | Harbour | Work description | Average Weight | Fish Loaded | Biomass Treated | Dead on arrival | Oil / Sludge disposal | Refuelling | Chemical Used | Sailing distance | Sailing time | Time consumed | Comments | |||||||
10 | [YYYY-NNN] | (P04 etc.) | [kg] | [pcs] | [ton] | [pcs] | [l] | [l] | [l] | [nm] | [h] | Work [h] | Harbour [h] | Wash [h] | Ozonation [h] | Veterinarian control | Quarantine | ||||||||
11 | |||||||||||||||||||||||||
12 | 1/1/21 | 0.0 | |||||||||||||||||||||||
13 | 1/2/21 | ||||||||||||||||||||||||
14 | 1/3/21 | ||||||||||||||||||||||||
15 | 1/4/21 | ||||||||||||||||||||||||
Monthly Report |
Cell Formulas | ||
---|---|---|
Range | Formula | |
K12 | K12 | =J12*I12/1000 |
Any help performing this task will be appreciated !