Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
The equation I give only sums cells whose value is 1. It ignores 2.
-- Brevity is the soul of wit. "Jshendel" wrote: I thought of this, too. But, if cell A1 is a 2 and D1 is a 1, your equation will still return true, when it is false. Thanks anyway, Josh "Dave F" wrote: =IF(SUMIF([YOUR RANGE],1)=40,"TRUE","FALSE") This returns the sum of all 1s in the range, and if it equals 40, then TRUE is returned, else FALSE is returned. Dave -- Brevity is the soul of wit. "Jshendel" wrote: A challenge: I have a list that has 48 columns in each row. Each cell has a score of 1-4. I would like a "true" return if specifically and only these cells have a 1 and others do not have a 1. For example: A1, b1, c1, e1, g1, h1, i1, (etc.) have to be a 1 for the line to be true D1, f1, j1, k1, (etc.) if any or all of these are not a 1, the line is true Basically I have 40 cells that need to be a 1 and 8 cells that at least one has a different number. I could write if a1=b1=c1=e1=g1 etc., but that is a very long equation. Thank you |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Return all matching values | Excel Worksheet Functions | |||
Looking up multiple values for a single name | Excel Worksheet Functions | |||
find largest values, then return corresponding row values. | Excel Discussion (Misc queries) | |||
return multiple corresponding values in excel | Excel Worksheet Functions | |||
Return Range of Numerical Values in Single Column based on Frequency Percentage | Excel Worksheet Functions |