![]() |
Sumit
TIA:
Trying to do this: =sumif(A1:A10,"<B10",A1:A10) but "<B10" is taken literally, not as a value of B10. Anyway to set criteria as cell reference such as <B10 ?? Thanks, Joel |
Sumit
Do it this way:
=sumif(A1:A10,"<"&B10,A1:A10) Regards, Fred "Joel" wrote in message ... TIA: Trying to do this: =sumif(A1:A10,"<B10",A1:A10) but "<B10" is taken literally, not as a value of B10. Anyway to set criteria as cell reference such as <B10 ?? Thanks, Joel |
Sumit
Use
A1:A10,"<"&B10, when you test for cell contents -- Regards, Peo Sjoblom "Joel" wrote in message ... TIA: Trying to do this: =sumif(A1:A10,"<B10",A1:A10) but "<B10" is taken literally, not as a value of B10. Anyway to set criteria as cell reference such as <B10 ?? Thanks, Joel |
Sumit
Thank you so much!
Joel "Fred Smith" wrote: Do it this way: =sumif(A1:A10,"<"&B10,A1:A10) Regards, Fred "Joel" wrote in message ... TIA: Trying to do this: =sumif(A1:A10,"<B10",A1:A10) but "<B10" is taken literally, not as a value of B10. Anyway to set criteria as cell reference such as <B10 ?? Thanks, Joel . |
Sumit
Peo:
Thanks so much! Joel "Peo Sjoblom" wrote: Use A1:A10,"<"&B10, when you test for cell contents -- Regards, Peo Sjoblom "Joel" wrote in message ... TIA: Trying to do this: =sumif(A1:A10,"<B10",A1:A10) but "<B10" is taken literally, not as a value of B10. Anyway to set criteria as cell reference such as <B10 ?? Thanks, Joel . |
All times are GMT +1. The time now is 10:34 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com