I have a table that records revenue by project (Column B). The table has two revenue types(Columns L & N) that feed a total revenue column (Column K). Each revenue type is broken out by project on a separate line. Some projects may only have revenue type, thus only one line, where others contain both types and require two lines.
How can I sum Columns L & N in Column from all rows that match Column B while also totaling single rows in Column K?
How can I sum Columns L & N in Column from all rows that match Column B while also totaling single rows in Column K?