Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Is it possible to use wildcard characters in an IF formula? I tried
=IF(OR(H8="E*",H8="R*")=TRUE,AA12,0) but this did not work. Any help would be appreciated Thanks! |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Try it like this:
=IF(OR(LEFT(H8,1)="E",LEFT(H8,1)="R"),AA12,0) Hope this helps. Pete On Jul 25, 1:54*pm, lightbulb wrote: Is it possible to use wildcard characters in an IF formula? *I tried =IF(OR(H8="E*",H8="R*")=TRUE,AA12,0) but this did not work. *Any help would be appreciated Thanks! |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
you can use this as your conditional test
OR(COUNTIF(G46,"*A*"),COUNTIF(G46,"*A*")) COUNTIF and SUMIF support wildcards -- Tips for Excel, Word, PowerPoint and Other Applications http://www.kan.org/tips "lightbulb" wrote: Is it possible to use wildcard characters in an IF formula? I tried =IF(OR(H8="E*",H8="R*")=TRUE,AA12,0) but this did not work. Any help would be appreciated Thanks! |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Wildcard Character Placement in MS Query | Excel Discussion (Misc queries) | |||
Wildcard character in MS Query | Excel Discussion (Misc queries) | |||
How do I use the wildcard character and the NOT function? | Excel Worksheet Functions | |||
Wildcard character | Excel Discussion (Misc queries) | |||
Wildcard Character | Excel Worksheet Functions |