![]() |
|
#2
|
||||
|
||||
|
Power Query Solution for total. Simple math for the other issue =COUNTIF(Table1[2024 Inspection],"<>"&"")/C31
Code:
let
Source = Excel.CurrentWorkbook(){[Name="Table1"]}[Content],
#"Filtered Rows" = Table.SelectRows(Source, each ([2024 Inspection] <> null)),
#"Calculated Sum" = List.Sum(#"Filtered Rows"[Principle])
in
#"Calculated Sum"
__________________
Alan עַם יִשְׂרָאֵל חַ Using O365 v2511 |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
Sum & Percentage Based on Date Entry
|
Karen615 | Excel | 5 | 02-10-2024 08:44 PM |
Calculate week in Word document based on date entered into same document
|
ArviLaanemets | Word VBA | 4 | 11-18-2019 12:25 AM |
| Text Form Field -Calculate Percentage | Perk | Word | 5 | 04-18-2016 09:05 PM |
| How to calculate a rolling year-to-date percentage by quarter as the year progresses | sleake | Excel Programming | 2 | 04-23-2015 11:51 AM |
Formula to auto calculate Day of the week based on Date
|
prasad@dmci.ca | Excel | 1 | 11-29-2011 01:05 PM |