Eliminating Columns and Rows

Philly2034

New Member
Joined
Jun 10, 2014
Messages
4
I have a spreadsheet. Latitudes are across row 1. Latitudes are across row A. The lower case letters are values of some function. I would like to delete all the columns and rows in the spreadsheet except for those that are closest to .00, .25,.50, .75.
For example, this
A
B
C
D
E
1
-91.5125
-91.5042
-91.4959
-91.4875
2
42.52124
a
b
c
d
3
42.5129
e
f
g
h
4
42.50457
i
j
k
l
5
42.49624
m
n
o
p

<colgroup><col><col width="*"><col width="*"><col width="*"><col width="*"><col width="*"></colgroup><tbody>
</tbody>






would turn out to this...
-91.4959
42.49624
o

<colgroup><col><col width="*"><col width="*"></colgroup><tbody>
</tbody>
 

Excel Facts

Easy bullets in Excel
If you have a numeric keypad, press Alt+7 on numeric keypad to type a bullet in Excel.
Given in A1:


Excel 2010
ABCDE
1-91.5125-91.5042-91.496-91.4875
242.52124abcd
342.5129efgh
442.50457ijkl
542.4962mnop
6
7
8-91.496
942.4962
10o
Sheet3


Formula in A10 is =VLOOKUP(A9,A2:E5,MATCH(A8,A1:E1,0),0).
Would that work for you?
 
Upvote 0

Forum statistics

Threads
1,214,915
Messages
6,122,217
Members
449,074
Latest member
cancansova

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top