Home |
Search |
Today's Posts |
#2
![]() |
|||
|
|||
![]()
Hi There,
I would try doing this in two steps which would require a spare cell somewhere. Call this spare cell S1 In the spare cell (S1) I would use; =if(A5=5, 1, if(A5=25, 1, if(A5=50, 1, ""))) This would give you a "1" in that cell for everytime the desired value (5,25,50) appeared. Then in cell D5 I would use; =if(S1=1, E5, F5) Hopefully that makes sense. Goodluck. Quote:
|
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Simple IF statement | Excel Discussion (Misc queries) | |||
simple IF statement | Excel Programming | |||
Simple IF statement | Excel Worksheet Functions | |||
Simple if statement? | Excel Programming | |||
Simple If Statement | Excel Programming |