Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I am trying to filter a list to show only rows that contain a number
ending in a specific digit. The problem I've encountered is the numbers have 2 deciaml places and I cannot determine how to set the criteria. For example, the numbers are 9.99, 1.49, 2.73, 4.56, 7.31, 1.89 -- I want to only view those rows that contain data ending with the .*9 -- how can I do this? |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Add a helper column, formula
=RIGHT(A2,1)="9" and filter this column for TRUE. -- HTH Bob Phillips (replace somewhere in email address with gmail if mailing direct) "tmj" wrote in message ps.com... I am trying to filter a list to show only rows that contain a number ending in a specific digit. The problem I've encountered is the numbers have 2 deciaml places and I cannot determine how to set the criteria. For example, the numbers are 9.99, 1.49, 2.73, 4.56, 7.31, 1.89 -- I want to only view those rows that contain data ending with the .*9 -- how can I do this? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Returning Results Based on Two Criteria | Excel Worksheet Functions | |||
Filtering by criteria in two columns | Excel Worksheet Functions | |||
sorting more than 3 keys | Excel Discussion (Misc queries) | |||
Advanced Filtering - Computed Criteria | Excel Worksheet Functions | |||
SUMPRODUCT Formula to Count Row of data Below Matched Criteria | Excel Worksheet Functions |