Excel formula if any cell in a range has a value get the value of another cell -


मेरे पास निम्न तालिका है

  AB 1 3 Val1 2 2 Val2 3 2 Val3 4 1 Val1 5 5 Val3  

क्या कोई बी कॉलम के मानों के आधार पर वर्गीकृत ए कॉलम से कक्ष मूल्यों को योग करने के लिए एक सूत्र के साथ मेरी मदद कर सकता है

= 4 वैल = 2 के लिए वैल = 2 के लिए दूसरा सूत्र = 7

मेरे पास निम्न है लेकिन यह बहुत बदसूरत है:

  = IF (बी 1 = "वाल 1"; ए 1 ) + IF (B2 = "Val1"; A2) + IF (B3 = "Val1"; A3) + IF (बी 4 = "वाल 1"; ए 4) + IF (B5 = "Val1"; A5)  < प्रत्येक वैलक्स के लिए इस सूत्र का उपयोग कर सकते हैं: 

  = SUMIF (बी 1)    


Comments

Popular posts from this blog

apache - 504 Gateway Time-out The server didn't respond in time. How to fix it? -

c# - .net WebSocket: CloseOutputAsync vs CloseAsync -

c++ - How to properly scale qgroupbox title with stylesheet for high resolution display? -