❓ Help About excel

Status
Not open for further replies.
gusto ko isum lahat kaso everytime na lilitaw ang name ni "product1" gusto wag sya maisama sa total.
 

Attachments

  • Screenshot_2022-01-09-19-15-24-91_87869c5c71fa0655e350912352595c23.webp
    Screenshot_2022-01-09-19-15-24-91_87869c5c71fa0655e350912352595c23.webp
    36.2 KB · Views: 26
Solution
sum sa whole column range minus sum if (condition = product 1)
sa example mo:
=sum(C6:C9) - sumif(A6:A9, "product1", C6:C9)

better formula:
=sumif(A6:A9, "<>product1", C6:C9)
meaning, summing C6 to C9 excluding product1 in column A6 to A9
sum sa whole column range minus sum if (condition = product 1)
sa example mo:
=sum(C6:C9) - sumif(A6:A9, "product1", C6:C9)

better formula:
=sumif(A6:A9, "<>product1", C6:C9)
meaning, summing C6 to C9 excluding product1 in column A6 to A9
 
Solution

Attachments

  • IMG_20220116_083241.webp
    IMG_20220116_083241.webp
    61.6 KB · Views: 17
ganito sana. kapag ung 29 dinagdagan ko ng .1 palitawin sa ung value na 33.8
ahh.. need mo mag set ng range of values nyan tapos vlookup..
kasi parang specific value yata gusto mo hindi logical based sa example mo.

hindi ko kasi masyadong ma gets yung equivalent value ng CM.. san mo ba na derived yun??
kasi you could use the derivation as formula para maging automatic..yun sana sagot sa gusto mong mangyari
 
ahh.. need mo mag set ng range of values nyan tapos vlookup..
kasi parang specific value yata gusto mo hindi logical based sa example mo.

hindi ko kasi masyadong ma gets yung equivalent value ng CM.. san mo ba na derived yun??
kasi you could use the derivation as formula para maging automatic..yun sana sagot sa gusto mong mangyari
salamat ok na sya.
 
Status
Not open for further replies.

Similar threads

About this Thread

  • 7
    Replies
  • 441
    Views
  • 2
    Participants
Last reply from:
usersusername

Trending Topics

Online now

Members online
688
Guests online
934
Total visitors
1,622

Forum statistics

Threads
2,273,098
Posts
28,947,582
Members
1,235,625
Latest member
paloss
Back
Top