F5F Stay Refreshed Software Operating Systems Discuss sorting techniques in Excel.

Discuss sorting techniques in Excel.

Discuss sorting techniques in Excel.

B
butswaggington
Junior Member
6
11-17-2016, 03:22 AM
#1
You can filter the whole numbers quickly using Excel’s built-in functions. Apply a formula like =IF(A1>0,ROUND(A1,2),0) to extract only the integer values from your list.
B
butswaggington
11-17-2016, 03:22 AM #1

You can filter the whole numbers quickly using Excel’s built-in functions. Apply a formula like =IF(A1>0,ROUND(A1,2),0) to extract only the integer values from your list.

N
NinjaTurtleNL
Member
207
11-24-2016, 04:48 AM
#2
Explore tips on transforming decimal values into whole numbers using Excel. Discover practical methods shared by experts on the forum.
N
NinjaTurtleNL
11-24-2016, 04:48 AM #2

Explore tips on transforming decimal values into whole numbers using Excel. Discover practical methods shared by experts on the forum.

G
GimlixNL
Member
145
11-28-2016, 08:04 AM
#3
Two options come to mind right away. Are you aiming to change all decimal values into integers, or are you simply looking for the whole number results? For instance, take the integer part of the highlighted number. A B (Result) 5.5 = INT(A1) 5 You can set up a formula in Column B, such as 4.9 = INT(A2) 4 and then drag it down to fill additional cells. Similarly, 5.5 6 4.9 5 4.2 4 can be processed by highlighting Column A, right-clicking, selecting "Format Cells," choosing "Number" under Category, and setting decimal places to zero. This will convert the numbers into whole values while keeping the decimal information intact for further calculations.
G
GimlixNL
11-28-2016, 08:04 AM #3

Two options come to mind right away. Are you aiming to change all decimal values into integers, or are you simply looking for the whole number results? For instance, take the integer part of the highlighted number. A B (Result) 5.5 = INT(A1) 5 You can set up a formula in Column B, such as 4.9 = INT(A2) 4 and then drag it down to fill additional cells. Similarly, 5.5 6 4.9 5 4.2 4 can be processed by highlighting Column A, right-clicking, selecting "Format Cells," choosing "Number" under Category, and setting decimal places to zero. This will convert the numbers into whole values while keeping the decimal information intact for further calculations.

P
pennyboobkid
Junior Member
39
11-29-2016, 11:52 PM
#4
Looking for all integers. Excluding any that aren't whole numbers.
P
pennyboobkid
11-29-2016, 11:52 PM #4

Looking for all integers. Excluding any that aren't whole numbers.

L
Lover_Girl
Member
197
12-01-2016, 09:48 AM
#5
On the Home tab, then in the Number sub-tab, use the left and right move decimal buttons to adjust the displayed numbers. You can also switch between General, Scientific notation, and percentages in the number tab. Engineering notation is often preferred. Hope this assists! Remember to mark Answered!
L
Lover_Girl
12-01-2016, 09:48 AM #5

On the Home tab, then in the Number sub-tab, use the left and right move decimal buttons to adjust the displayed numbers. You can also switch between General, Scientific notation, and percentages in the number tab. Engineering notation is often preferred. Hope this assists! Remember to mark Answered!

T
TheDoctor1601
Junior Member
6
12-01-2016, 11:10 AM
#6
Use this formula in the adjacent cell to check if a value is an integer. It returns True for whole numbers and False otherwise. You can adjust the output as needed, but this will help you start. For instance, after getting True and False values, you can tally the cells marked as true. REMEMBER: blank cells will show as True. You might also check the length if you want to exclude them.
T
TheDoctor1601
12-01-2016, 11:10 AM #6

Use this formula in the adjacent cell to check if a value is an integer. It returns True for whole numbers and False otherwise. You can adjust the output as needed, but this will help you start. For instance, after getting True and False values, you can tally the cells marked as true. REMEMBER: blank cells will show as True. You might also check the length if you want to exclude them.

S
spitfiremk25
Junior Member
6
12-03-2016, 06:02 AM
#7
Smart idea! I checked for any issues with rounded= not rounded. Perfect match what I needed. Appreciate the help!
S
spitfiremk25
12-03-2016, 06:02 AM #7

Smart idea! I checked for any issues with rounded= not rounded. Perfect match what I needed. Appreciate the help!