Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 30
Default specific data

Hi all, I have a column of over a 1000 account numbers , some of then end in C.
I would like to filter out these values into a separate column . for eg
IF last character = C then insert value else blank.
Thanks for you r help again, everyone.
--
delmac
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,646
Default specific data

Say your column is A, then insert this formula in an unused column, row 2,
and drag down as necessary:
=IF(RIGHT(A2,1)="C",A2,"")

Regards,
Stefi


€˛delmac€¯ ezt Ć*rta:

Hi all, I have a column of over a 1000 account numbers , some of then end in C.
I would like to filter out these values into a separate column . for eg
IF last character = C then insert value else blank.
Thanks for you r help again, everyone.
--
delmac

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
specific data points in data range Roy Gudgeon[_2_] Excel Discussion (Misc queries) 0 January 5th 10 02:30 PM
Import data to specific cells for a specific row Netta Excel Discussion (Misc queries) 0 January 27th 09 04:23 PM
Getting specific data into specific cells? Kram Excel Discussion (Misc queries) 0 November 6th 08 03:09 AM
HOw do i find and sort out data repeats for specific data set JRDePaul Excel Discussion (Misc queries) 0 February 26th 07 11:55 PM
How do I color specific data series based on location on data she Havard Charts and Charting in Excel 1 July 1st 05 02:06 PM


All times are GMT +1. The time now is 09:12 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"