need to find with 1 decimal data.

sksanjeev786

Well-known Member
Joined
Aug 5, 2020
Messages
961
Office Version
  1. 365
  2. 2016
Platform
  1. Windows
Hi Team,

I have copied the below table from the PPT table so for few data decimal got miss with 0 so can I find where ever .0 is missed in the below table
Like in D1 and D2 it should be 3.60 and 6.6 but on the PPT table it is with 1 decimal so I wanted to know where it got missed in the table

book2
ABCDEF
14.11 BCD3.563.693.63.743.76
24.825.125.416.66.485.91
34.464.344.574.564.364.55
4
5
6---3.473.283.52
73.433.193.213.133.333.48 D
83.40 C3.16333.033.33 C
9353748303952
10
113.413.582.733.43.193.14
122.642.422.362.532.552.45
133.423.233.163.23.23.04
144.30 B3.964.144.274.184.35
152.82 C2.482.323.19 A3.01 B2.92 C
164.02 BC3.453.433.853.96 B3.80 C
174.11 BCD3.543.53.653.733.77
Sheet1


Thanks
Sanjeev
 

Excel Facts

How to create a cell-sized chart?
Tiny charts, called Sparklines, were added to Excel 2010. Look for Sparklines on the Insert tab.
Conditional format. =IF(LEN(cell)<4,TRUE,FALSE)
Just an FYI, equality and inequality formulas return boolean results themselves, so there is no need to wrap them in an IF formula.
You can simply write the formula like:
Excel Formula:
=LEN(cell)<4
 
Upvote 0
Just an FYI, equality and inequality formulas return boolean results themselves, so there is no need to wrap them in an IF formula.
You can simply write the formula like:
Excel Formula:
=LEN(cell)<4
Done!!!! thanks Joe for helping on this....
 
Upvote 0

Forum statistics

Threads
1,223,243
Messages
6,170,971
Members
452,371
Latest member
Frana

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