I have the following issue using Excel.
I have a table with thousands of rows. Each row represents a room in a construciton site. There are 4 columns associated with the region [ie. building complex, building, floor, floor department]. The rest of the columns are details, such as room area. Example here:
What I want to do, is to find for each row the room area average of the room's region. I can't use sumif and countif, because I don't have only one region column but 4. So how can I get over with this?