Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi Jerome,
What should the cell be if A2 not =1? Let's say zero. To be able to sum, don't use quotes, it will make the cell text instead of number,so it can not be summed. =IF(A2=1,90,0) -- Kind regards, Niek Otten "Jerome" wrote in message ... |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Is this what you're looking for:
=SUMPRODUCT((A2:A30=1)*90) OR =COUNTIF(A2:A30,1)*90 ? -- HTH, RD ================================================== === Please keep all correspondence within the Group, so all may benefit! ================================================== === "Jerome" wrote in message ... |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() "Niek Otten" wrote: Hi Jerome, What should the cell be if A2 not =1? Let's say zero. To be able to sum, don't use quotes, it will make the cell text instead of number,so it can not be summed. =IF(A2=1,90,0) -- Kind regards, Niek Otten "Jerome" wrote in message ... ok what i have 46 diff (=if ) in 8 diff cell now im trying to add them all up. i could send you the file so you can see what it look like |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Adding a row to worksheet does not update cell references in another. | Excel Worksheet Functions | |||
Instead of a negative number, I'd like to show zero... | Excel Worksheet Functions | |||
Cell color based upon cell value | Excel Discussion (Misc queries) | |||
cell color index comparison | New Users to Excel | |||
GET.CELL | Excel Worksheet Functions |