itsjamaalCopper ContributorMay 28, 2024Find qty of products based on total valuea = 72,000b = 68,500c = 83,000d = 99,900 x = Qty of a + Qty of b + Qty of c + Qty of da, b, c & d are constant, only 'x' value changes, I need to find the qty of a,b,c,d
1 ReplyReplies sorted by NewestSort ByMost LikedOldestNewestdscheikeyBronze ContributorMay 31, 2024itsjamaal Do you mean a simple sum?=SUM(72000,68500,83000,99900) =SUM(A1,B1,C1,D1) =SUM(A1:D1)
dscheikeyBronze ContributorMay 31, 2024itsjamaal Do you mean a simple sum?=SUM(72000,68500,83000,99900) =SUM(A1,B1,C1,D1) =SUM(A1:D1)