ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   specify a range of numbers in excel formula (https://www.excelbanter.com/excel-programming/291121-specify-range-numbers-excel-formula.html)

Ron[_17_]

specify a range of numbers in excel formula
 
How do I specify a range of numbers in excel formula I tried 12:56 but
since I am not specifing cells.

mudraker[_155_]

specify a range of numbers in excel formula
 
=SUM(B1:B14)

or

=SUM(A1:B14)

or

=SUM(B1:B12,D1:D12)


---
Message posted from http://www.ExcelForum.com/


Vasant Nanavati

specify a range of numbers in excel formula
 
A little more detail would help. Why would you want a range of numbers in an
Excel formula?

--

Vasant

"Ron" wrote in message
om...
How do I specify a range of numbers in excel formula I tried 12:56 but
since I am not specifing cells.




Ron[_17_]

specify a range of numbers in excel formula
 
"Vasant Nanavati" <vasantn *AT* aol *DOT* com wrote in message ...
A little more detail would help. Why would you want a range of numbers in an
Excel formula?


This is the actual formula I have been try to work =IF(C65=2501:5000,0.02441,0)

Vasant Nanavati

specify a range of numbers in excel formula
 
Can't do that. Try:

=IF(AND(C65=2501,C65<=5000),0.02441,0)

--

Vasant


"Ron" wrote in message
om...
"Vasant Nanavati" <vasantn *AT* aol *DOT* com wrote in message

...
A little more detail would help. Why would you want a range of numbers

in an
Excel formula?


This is the actual formula I have been try to work

=IF(C65=2501:5000,0.02441,0)




All times are GMT +1. The time now is 12:06 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com