Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Here's what I've got:
Select Case Maxdpd Case Is <= 39 dpdval = R15 Case Is <= 59 39 dpdval = R2 Case Is <= 89 59 dpdval = R3 Case Is 89 dpdval = R4 End Select As you can probably guess, this is not working. dpdval is returning 0 for every case except the <= 39. How do i fix this? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
change data of entire column from small case to upper case | Excel Worksheet Functions | |||
How do I change from upper case to proper case in excel 2002 | Excel Discussion (Misc queries) | |||
Changing multiple cell text from lower case to upper case | Excel Discussion (Misc queries) | |||
Change the text from lower case to upper case in an Excel work boo | Excel Discussion (Misc queries) | |||
How to use formula auditing to change upper case to Title Case. | Excel Worksheet Functions |