Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi,
I have this rather poor formula to test whether whether N2 contains certain text (£$450) or is blank. =IF(ISBLANK(N2),"Missing Data",IF(ISERROR(FIND("£",N2)),IF(ISERROR(FIND("$" ,N2)),IF(ISERROR(FIND("4",N2)),IF(ISERROR(FIND("5" ,N2)),IF(ISERROR(FIND("0",N2)),N2,"Missing Data"),"Missing Data"),"Missing Data"),"Missing Data"),"Missing Data")) I would like to test for these !"£$%^&*.()_+-1234567890 (and to test for a blank) and if the cell contains any of them to return "Missing Data" otherwise returns the contents of the cell. I'd rather not have ten cells with the next set of criteria to test so any ideas would be most welcome! Best Regards, CalumMurdo Kennedy |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Conditional Formatting to Test Value in Cell | Excel Worksheet Functions | |||
Urgent date/scheduling calc needed | Excel Worksheet Functions | |||
hpw do I logic test a cell then copy the row to diff. SS | Excel Worksheet Functions | |||
Possible Lookup Table | Excel Worksheet Functions | |||
"criteria" in a sumif refering to the value in another cell | Excel Discussion (Misc queries) |