Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello!,
I have the following in sheet1 Range D4 and Range E4 have validation list. Range D4 picks the value from a list which is formatted as text and can have *,1, 2, 3, 100, 101 thru 400. Range D4 can have *, G, N I have a formula in say G4 based on the value in D4 and E4. I want to apply the following conditions. If D4 = "*" And E4 = "*" Then Formula 1 If D4 = "*" And E4 = 1 Or E4 = 2 Or E4 = 3 Then Formula 2 If D4 = "*" And E4 < 1 Or E4 < 2 Or E4 < 3 Or E4 < "*" Then Formula 3 If D4 < "*" And E4 = "*" Then Formula 4 If D4 < "*" And E4 = 1 Or E4 = 2 Or E4 = 3 Then Formula 5 If D4 < "*" And E4 < 1 Or E4 < 2 Or E4 < 3 Or E4 < "*" Then Formula 6 When I used if .. Elseif ..Endif my formula do not work! Ho can I make this using VBA? Is ther any conflict in my conditions there? Thanks |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Help to create a formulae | Excel Worksheet Functions | |||
Formulae needed | Excel Discussion (Misc queries) | |||
Formulae needed | New Users to Excel | |||
students grades, formulae to calculate what grade is needed based. | Excel Worksheet Functions | |||
Help needed to create a formula pls!!! | Excel Programming |