Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I'm trying to build a vacation tracker but i don't know VB. Is there a way
to get muliple if statements using the function built into excel? This is what I would ike to use: If (e) <= (365) Then (f)= "0 Weeks" End If if (e) (365) and <= (730) then (f) = "1 week" End If if (e) (730) and <= (1825) then (f) = "2 Weeks" End If if (e) (1825) and <= (3650) then (f) = "3 Weeks" End If If (e) (3650) Then (f) = "4 Weeks" End If (e) and (f) are the columns Thanks in advance Rob |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Text "comparison" operator for "contains" used in an "IF" Function | Excel Worksheet Functions | |||
Multiple "IF" statements in a formula | Excel Discussion (Misc queries) | |||
Creating an "If" Function with multiple "if"s | Excel Worksheet Functions | |||
How can I have multiple "If" statements in one formula? | Excel Discussion (Misc queries) | |||
Multiple "IF" statements every cell in range | Excel Programming |