D
Dingy101
Several people have been helpful getting me to point I am now at with this
spreadsheet.
Using formula below, is there a way to ignore data to right of decimal point?
I need to retain data to right in sorted answer.
Example at bottom is what I am trying to do now.
Data in the range A2:B17
In cell C2, key in
=IF(COUNTIF(A:A,B2)>COUNTIF(B$2:B2,B2)-1,B2,"")
A---------------------------B------------------------C
0.203 ------ 0.203 ------ 270.413
280.213 ------ 270.213 ------ 270.403
280.413 ------ 270.413 ------ 265.113
280.403 ------ 270.403 ------ 262.313
260.201 ------ 255.201 ------ 262.301
0.211 ------ 0.211 ------ 260.111
0.411 ------ 0.411 ------ 0.411
0.401 ------ 0.401 ------ 0.401
265.101 ------ 268.101 ------ 0.211
265.111 ------ 260.111 ------ 0.203
262.311 ------ 258.311 ------
262.301 ------ 258.301 ------
275.103 ------ 268.103 ------
272.113 ------ 265.113 ------
270.313 ------ 262.313 ------
270.303 ------ 262.303 ------
Thank You,
Gary
spreadsheet.
Using formula below, is there a way to ignore data to right of decimal point?
I need to retain data to right in sorted answer.
Example at bottom is what I am trying to do now.
Data in the range A2:B17
In cell C2, key in
=IF(COUNTIF(A:A,B2)>COUNTIF(B$2:B2,B2)-1,B2,"")
A---------------------------B------------------------C
0.203 ------ 0.203 ------ 270.413
280.213 ------ 270.213 ------ 270.403
280.413 ------ 270.413 ------ 265.113
280.403 ------ 270.403 ------ 262.313
260.201 ------ 255.201 ------ 262.301
0.211 ------ 0.211 ------ 260.111
0.411 ------ 0.411 ------ 0.411
0.401 ------ 0.401 ------ 0.401
265.101 ------ 268.101 ------ 0.211
265.111 ------ 260.111 ------ 0.203
262.311 ------ 258.311 ------
262.301 ------ 258.301 ------
275.103 ------ 268.103 ------
272.113 ------ 265.113 ------
270.313 ------ 262.313 ------
270.303 ------ 262.303 ------
Thank You,
Gary