Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Would really appreciate it if you can help with the following nested if
example: Example: A1 B1 Large 2009 100 Medium 2009 200 Medium 2008 500 Large 2008 300 Other 2009 400 I want to set up a nested if formula to pick up the value in B1 if there is the word "Large" in A1 or if there's "Medium" in A1, else enter zero. I was going with this but it didn't work: =if(or(A1="Large*",A1="Medium*"),B1,0) Can someone help? Thank you. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel - Golf - how to display "-2" as "2 Under" or "4"as "+4" or "4 Over" in a calculation cell | Excel Discussion (Misc queries) | |||
change "true" and "false" to "availble" and "out of stock" | Excel Worksheet Functions | |||
trying to do custom autofilter but its not recognising "*"as wild | Excel Discussion (Misc queries) | |||
Count occurences of "1"/"0" (or"TRUE"/"FALSE") in a row w. conditions in the next | New Users to Excel | |||
Wild Characters in "IF" function | Excel Discussion (Misc queries) |