#1   Report Post  
Khan
 
Posts: n/a
Default Excel Macro

I have 7000x2 matrix of data. Some have decimal value and some don't.
I just want to pick or sort out the ones WITHOUT decimals. Should I write a
macro for this and How?
  #2   Report Post  
Dave O
 
Posts: n/a
Default

You could write code, but don't necessarily have to. You can use this
formula to find all the decimal point in the adjacent cell; it returns
TRUE when the decimal is found and FALSE when it is not. Then sort the
spreadsheet using the TRUE/FALSE column.
=IF(ISNUMBER(FIND(".",A1,1)),TRUE,FALSE)

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
passing arguments from an excel macro to a word macro KWE39 Excel Discussion (Misc queries) 1 July 7th 05 03:56 PM
Excel macro that opens new MS Word file and pastes data as a pictu Rob Excel Worksheet Functions 0 July 6th 05 05:12 PM
Can't find macro in an Excel file to delete it Ron Excel Discussion (Misc queries) 3 July 1st 05 01:07 PM
Saving Excel using Macro mrbalaje Excel Discussion (Misc queries) 4 April 20th 05 02:32 PM
Problem Editing Macro in Shared Excel File [email protected] Excel Discussion (Misc queries) 1 March 19th 05 06:43 PM


All times are GMT +1. The time now is 02:26 AM.

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

About Us

"It's about Microsoft Excel"