Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi,
I have a select case statement and for one case I want the value to be between 250,000 and 1,000,000 SO I wanted something like Select Case XXX Case Is 250,000<XXX<1,000,000 but this was not working does anyone know the way to do this? Thanks for your help |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
On Wed, 25 Jan 2006 10:05:03 -0800, "Jeff"
wrote: Hi, I have a select case statement and for one case I want the value to be between 250,000 and 1,000,000 SO I wanted something like Select Case XXX Case Is 250,000<XXX<1,000,000 but this was not working does anyone know the way to do this? Thanks for your help Case 250000 to 1000000 --ron |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() if xxx 250000 AND xxx < 1000000 then end if "Jeff" wrote: Hi, I have a select case statement and for one case I want the value to be between 250,000 and 1,000,000 SO I wanted something like Select Case XXX Case Is 250,000<XXX<1,000,000 but this was not working does anyone know the way to do this? Thanks for your help |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Loop for VBA code? | Excel Worksheet Functions | |||
spell number | Excel Worksheet Functions | |||
Convert number into words | Excel Discussion (Misc queries) | |||
convert numbers to text | Excel Discussion (Misc queries) | |||
Conversion | Excel Worksheet Functions |