Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
I want to do something like sumif(A1:A100,"<5",B1:B100). But now instead of
the constant 5 in the criteria I want to use a variable, means the value of the cell C1. How can i DO IT? |
#2
![]() |
|||
|
|||
![]()
=SUMIF(A1:A100,"<"&C1,B1:B100)
-- HTH RP (remove nothere from the email address if mailing direct) "DAVID" wrote in message ... I want to do something like sumif(A1:A100,"<5",B1:B100). But now instead of the constant 5 in the criteria I want to use a variable, means the value of the cell C1. How can i DO IT? |
#3
![]() |
|||
|
|||
![]()
Thanks a lot Bob!
"Bob Phillips" wrote: =SUMIF(A1:A100,"<"&C1,B1:B100) -- HTH RP (remove nothere from the email address if mailing direct) "DAVID" wrote in message ... I want to do something like sumif(A1:A100,"<5",B1:B100). But now instead of the constant 5 in the criteria I want to use a variable, means the value of the cell C1. How can i DO IT? |
#4
![]() |
|||
|
|||
![]()
Hi David
=SUMIF(A1:A100,"<"&C1,B1:B100) -- XL2002 Regards William "DAVID" wrote in message ... | I want to do something like sumif(A1:A100,"<5",B1:B100). But now instead of | the constant 5 in the criteria I want to use a variable, means the value of | the cell C1. How can i DO IT? |
#5
![]() |
|||
|
|||
![]()
Thank you as well, William!
"William" wrote: Hi David =SUMIF(A1:A100,"<"&C1,B1:B100) -- XL2002 Regards William "DAVID" wrote in message ... | I want to do something like sumif(A1:A100,"<5",B1:B100). But now instead of | the constant 5 in the criteria I want to use a variable, means the value of | the cell C1. How can i DO IT? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Convert data of cells to any type: Number, Date&Time, Text | Excel Discussion (Misc queries) | |||
Print cells that meet conditional formatting criteria | Excel Discussion (Misc queries) | |||
Counting rows based on criteria in multiple cells | Excel Discussion (Misc queries) | |||
Need formula to check values of data in several cells as criteria | Excel Worksheet Functions | |||
Counting "rows", i.e. simultaneous criteria for multiple cells | Excel Worksheet Functions |