Ana içeriğe atla

Excel'de sütun ve satır ölçütlerine göre nasıl toplanır? 

Satır ve sütun başlıklarını içeren bir dizi veri var, şimdi hem sütun hem de satır başlığı ölçütlerini karşılayan hücrelerin toplamını almak istiyorum. Örneğin, aşağıdaki ekran görüntüsü gibi sütun ölçütü Tom ve satır ölçütü Feb olan hücreleri toplamak için. Bu yazıda, onu çözmek için bazı yararlı formüllerden bahsedeceğim.

doc toplam sütun satır ölçütleri 1

Formüllerle sütun ve satır ölçütlerine dayalı olarak toplam hücreleri


ok mavi sağ balon Formüllerle sütun ve satır ölçütlerine dayalı olarak toplam hücreleri

Burada, hücreleri hem sütun hem de satır ölçütlerine göre toplamak için aşağıdaki formülleri uygulayabilirsiniz, lütfen şu şekilde yapın:

Aşağıdaki formüllerden herhangi birini, sonucun çıktısını almak istediğiniz boş bir hücreye girin:

=SUMPRODUCT((A2:A7="Tom")*(B1:J1="Feb")*(B2:J7))

=SUM(IF(B1:J1="Feb",IF(A2:A7="Tom",B2:J7)))

Ve sonra tuşuna basın. ÜstKrktr + Ctrl + Enter sonucu almak için anahtarları bir araya getirin, ekran görüntüsüne bakın:

doc toplam sütun satır ölçütleri 2

not: Yukarıdaki formüllerde: Tom ve Şubat ayında temel alan sütun ve satır ölçütleridir, A2: A7, B1: J1 sütun başlıkları ve satır başlıkları kriterleri içeriyor mu, B2: J7 toplamak istediğiniz veri aralığıdır.

En İyi Ofis Üretkenlik Araçları

🤖 Kutools AI Yardımcısı: Aşağıdakilere dayalı olarak veri analizinde devrim yaratın: Akıllı Yürütme   |  Kodunu oluşturun  |  Özel Formüller Oluşturun  |  Verileri Analiz Edin ve Grafikler Oluşturun  |  Kutools İşlevlerini Çağır...
Popüler Özellikler: Yinelenenleri Bul, Vurgula veya Tanımla   |  Boş Satırları Sil   |  Veri Kaybı Olmadan Sütunları veya Hücreleri Birleştirin   |   Formülsüz Tur ...
Süper Arama: Çoklu Ölçütlü VLookup    Çoklu Değer VLookup  |   Birden Çok Sayfada VLookup   |   Bulanık Arama ....
Gelişmiş Açılır Liste: Hızla Açılır Liste Oluşturun   |  Bağımlı Açılır Liste   |  Çoklu Seçim Açılır Liste ....
Sütun Yöneticisi: Belirli Sayıda Sütun Ekleme  |  Sütunları Taşı  |  Gizli Sütunların Görünürlük Durumunu Değiştir  |  Aralıkları ve Sütunları Karşılaştırın ...
Öne Çıkan Özellikler: Izgara Odağı   |  Tasarım görünümü   |   Büyük Formül Çubuğu    Çalışma Kitabı ve Sayfa Yöneticisi   |  Kaynak Kütüphanesi (Otomatik metin)   |  Tarih Seçici   |  Çalışma Sayfalarını Birleştirin   |  Hücreleri Şifrele/Şifresini Çöz    E-postaları Listeye Göre Gönder   |  Süper Filtre   |   Özel Filtre (kalın/italik/üstü çizili filtre...) ...
En İyi 15 Araç Seti12 Metin Tools (Metin ekle, Karakterleri Kaldır, ...)   |   50+ Grafik Türleri (Gantt şeması, ...)   |   40+ Pratik Formüller (Yaşı doğum gününe göre hesapla, ...)   |   19 sokma Tools (QR Kodunu Girin, Yoldan Resim Ekle, ...)   |   12 Dönüştürme Tools (Sayılardan Kelimelere, Para Birimi Dönüştürme, ...)   |   7 Birleştir ve Böl Tools (Gelişmiş Kombine Satırları, Bölünmüş hücreler, ...)   |   ... ve dahası

Kutools for Excel ile Excel Becerilerinizi Güçlendirin ve Daha Önce Hiç Olmadığı Gibi Verimliliği Deneyimleyin. Kutools for Excel, Üretkenliği Artırmak ve Zamandan Tasarruf Etmek için 300'den Fazla Gelişmiş Özellik Sunar.  En Çok İhtiyacınız Olan Özelliği Almak İçin Buraya Tıklayın...

Açıklama


Office Tab, Office'e Sekmeli Arayüz Getirir ve İşinizi Çok Daha Kolay Hale Getirir

  • Word, Excel, PowerPoint'te sekmeli düzenlemeyi ve okumayı etkinleştirin, Publisher, Access, Visio ve Project.
  • Yeni pencereler yerine aynı pencerenin yeni sekmelerinde birden çok belge açın ve oluşturun.
  • Üretkenliğinizi% 50 artırır ve her gün sizin için yüzlerce fare tıklamasını azaltır!
Comments (16)
No ratings yet. Be the first to rate!
This comment was minimized by the moderator on the site
My data that I am trying to retrieve is in a table. Would this impact the result at all? I have:

=SUM(IF('[Primary Controller Active Project Database (KC notes)1.xlsx]Active Project Tracking'!$B2:$B66=X2,IF('[Primary Controller Active Project Database (KC notes)1.xlsx]Active Project Tracking'!$A1:$AV1=AH10,'[Primary Controller Active Project Database (KC notes)1.xlsx]Active Project Tracking'!$H$2:$AV$66)))

So I think the equivalent would be if you did your information above, but in a table in a different workbook. Thoughts?
This comment was minimized by the moderator on the site
If there were negatives in the matrix and you only wanted to include the positives, what would you do? 
I tried to do something like this:

=SUMPRODUCT((Column = Criteria)* ( Row = Criteria) * (second column = Criteria) * (Matrix) * (Matrix >0))

This comment was minimized by the moderator on the site
Is there a way to do this but instead of writing "Tom" & "Feb" in the formula, you are able to reference the criteria cells e.g.A11 & A12?
This comment was minimized by the moderator on the site
Hello, Rianna,Yest, as you said, you can use the cell references to replace the text in the formula, such as:
=SUMPRODUCT((A2:A7=A2)*(B1:J1=C1)*(B2:J7))
=SUM(IF(B1:J1=C1,IF(A2:A7=A2,B2:J7)))
This comment was minimized by the moderator on the site
In the above example which formula should I use if I wanted calculate the sum of the amounts earned by Tom Ruby & Nicol in March?
This comment was minimized by the moderator on the site
Hello, Nabar,To get the result you want, please apply the below formula:=SUMPRODUCT(((A2:A7="Tom")+(A2:A7="Nicol")+(A2:A7="Ruby"))*(B1:J1="Mar")*(B2:J7))
Please try, hope it can help you!
This comment was minimized by the moderator on the site
Hello Skyyang,
Thank you for your response. I tried the formula you suggested but I am not getting the right answer. Probably I wasn't able to put my query correctly. Let me try again I have a spreadsheet with data with daily calculation, I have numbered the first row 1,2,3,4.....132. 2nd, 3rd 4th &5th rows has table headings. The first column has line no's numbered 1, 2,3,.....3005 starting from row 6,range B6:EF3005 has data filled in on everyday basis. In second sheet i have a table in which I want to apply a formula which will look up two line numbers fed in two different rows and calculate the sum from the range B6: EF3005 from the data spreadsheet between the two line numbers from a certain column viz sum of values in column 15 between rows (line No's) 50 & 85.
This comment was minimized by the moderator on the site
Is there a way to make this work with wildcard characters? I'd like to use it on everything starting with certain characters, but with (a fixed number of) undefined characters at the end, i.e. =SUM(IF(B1:J1="Fe*",IF(A2:A7="To*",B2:J7)))
This comment was minimized by the moderator on the site
Should anyone have the same question, this is how I solved it (in Google Sheets, not tested in Excel):

=ArrayFormula(SUM(IF(regexmatch(O5:W5,"^Fe."),IF(regexmatch(N6:N11,"^To."),O6:W11))))

Note that the IF function does not support wildcard characters and that for regexmatch the wildcards are different and can be found here: https://github.com/google/re2/blob/master/doc/syntax.txt
In this particular instance, I used ^ to indicate that Fe & Tom occur at the beginning of text and . to allow for any following character (* would mean zero or more of the previous character, e.g. Fe* would only look for instances with 1 or more "e"s after F)
This comment was minimized by the moderator on the site
I tried to create a formula to calculate if the D12 is blank, it will calculate from K12 to AH12 but it seems this part ' regexmatch(D12,"")' is not working
ArrayFormula(SUM(IF(regexmatch(D12,""),K12:AH12)))
This comment was minimized by the moderator on the site
Thank you so much! You made my day!! @TeSageDS
This comment was minimized by the moderator on the site
how would you do this same formula if you wanted to sum both Feb and March together? please help! thanks

=SUMPRODUCT((A2:A7="Tom")*(B1:J1="Feb")*(B2:J7))
This comment was minimized by the moderator on the site
Hello,Angela,
To solve your problem, you just need to apply the below formula, please try it.

=SUMPRODUCT((A2:A7="Tom")*((B1:J1="Feb")+(B1:J1="Mar"))*(B2:J7)).

Hope it can help you!
This comment was minimized by the moderator on the site
Brilliant
This comment was minimized by the moderator on the site
Worth pointing out that of the two formulas provided above you do not need to enter the SUMPRODUCT formula with Ctrl + Shift + Enter. It will work perfectly well without it.
This comment was minimized by the moderator on the site
Awesome, this is the one what i was looking for. thanks for the help
There are no comments posted here yet
Please leave your comments in English
Posting as Guest
×
Rate this post:
0   Characters
Suggested Locations