On google pages, 我有一个 p方案,更新4栏,每天有97列数据。 在第5栏中,我有一个用于跟踪销售的公式,但我不得不人工冲积或点击公式,以便在新的数据行中实现自动化。
I have tried using the ArrayFormula() function but since I am using Vlookup to search the name of the location in each individual row it is not working since the cell reference is not being dragged down with the formula. Is there another alternative that could be made in order to automatically fill in the extra rows without having to open the google sheet?
Vlookup Program: =IF(B2<VLOOKUP(A2,A3:D194, 2, FALSE), 0, B2-VLOOKUP(A2,A3:D194, 2, FALSE)
轨道设计: = ArrayFormula(IF(B2:B<VLOOKUP(A2:A, A3:D194, 2, FALSE), 0, B2:B-VLOOKUP(A2:A,A3:D194, 2, FALSE)
前线数据将照此办理,并重复不同地点的名称。
Location Name | Quantity | Date | Time | Daily Sales |
---|---|---|---|---|
Springville | 38 | 27/07/2023 | 19:12 | 1 |
Willow Creek | 37 | 27/07/2023 | 19:12 | 4 |
Pineview | 33 | 27/07/2023 | 19:12 | 3 |
Lakeside | 30 | 27/07/2023 | 19:12 | 1 |
Clearwater | 29 | 27/07/2023 | 19:12 | 0 |
Oakville | 29 | 27/07/2023 | 19:12 | 1 |
Meadowbrook | 28 | 27/07/2023 | 19:12 | 1 |
Cedar Ridge | 27 | 27/07/2023 | 19:12 | 0 |
Maplewood | 27 | 27/07/2023 | 19:12 | 0 |
Riverdale | 27 | 27/07/2023 | 19:12 | 1 |
Forest Hills | 26 | 27/07/2023 | 19:12 | 0 |
Sunnyside | 26 | 27/07/2023 | 19:12 | 0 |
Greenwood | 26 | 27/07/2023 | 19:12 | 1 |
Lakeview | 25 | 27/07/2023 | 19:12 | 0 |
Sunset Heights | 25 | 27/07/2023 | 19:12 | 2 |
Laurel Hill | 24 | 27/07/2023 | 19:12 | 1 |
Briarwood | 23 | 27/07/2023 | 19:12 | 1 |
Oakwood | 22 | 27/07/2023 | 19:12 | 1 |
Cedar Heights | 21 | 27/07/2023 | 19:12 | 16 |
Pinecrest | 21 | 27/07/2023 | 19:12 | 0 |
Mountain View | 21 | 27/07/2023 | 19:12 | 2 |
Willowbrook | 19 | 27/07/2023 | 19:12 | 0 |
Maple Valley | 19 | 27/07/2023 | 19:12 | 0 |
Riverside | 19 | 27/07/2023 | 19:12 | 1 |
Lakefront | 19 | 27/07/2023 | 19:12 | 1 |