Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Is it possible to use wildcards in formulas?
I want to look at a cell and if it has the characters "-051" then I would have the formula carry on to do something. the characters in the cell are either ???????-051or #######-### the last three numbers being 00# Thanks rd |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=if(right(a1,4)="-051","something","something else")
This assumes that the hyphen is really in the cell--not just a number format that displays it. RD wrote: Is it possible to use wildcards in formulas? I want to look at a cell and if it has the characters "-051" then I would have the formula carry on to do something. the characters in the cell are either ???????-051or #######-### the last three numbers being 00# Thanks rd -- Dave Peterson |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Thanks Dave,
Gotta love newsgroups! rd "Dave Peterson" wrote in message ... =if(right(a1,4)="-051","something","something else") This assumes that the hyphen is really in the cell--not just a number format that displays it. RD wrote: Is it possible to use wildcards in formulas? I want to look at a cell and if it has the characters "-051" then I would have the formula carry on to do something. the characters in the cell are either ???????-051or #######-### the last three numbers being 00# Thanks rd -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Formulas not recognizing new data | Excel Discussion (Misc queries) | |||
Countif formulas change after doing a sort | Excel Worksheet Functions | |||
wildcards in formulas | Excel Discussion (Misc queries) | |||
Wildcards in Formulas | Excel Discussion (Misc queries) | |||
Wildcards in formulas? | Excel Worksheet Functions |