Excel Numbering - (O365)

dgoodrid

New Member
Joined
May 17, 2010
Messages
17
Office Version
  1. 365
  2. 2019
Platform
  1. Windows
Hi, I am trying to create a report that shows if a the machines listed are at the latest BIOS versions from data from another report, I have mocked up a sheet to show that the info would be like and the strugles i have with some of the data as its reporting single numbers as 10's not Units (ie 9=90 not 09) i have even tried ti split all this and just extract the left and right to then add a 0 to the single number but obvs when you say take first or last of a cell with 4 in both will come back with 4 - so i guess whats the easiest way to convert 1.8.0 or 1.7.0 example to 1.08.0 or 1.07.0 but leave the ones as 1.32.0 alone

1704297022755.png
 

Excel Facts

Highlight Duplicates
Home, Conditional Formatting, Highlight Cells, Duplicate records, OK to add pink formatting to any duplicates in selected range.
Update: I would manually just do it but there are over 1500 devices and i dont want to check each one individually lol - also the data is updated every 2 weeks so the main data (Model and Current BIOS) would be replaced and maybe the latest if there is any
 
Upvote 0
How about?:

Libro1
DE
51.32.01.32.0
61.8.01.08.0
71.7.11.07.1
81.31.21.31.2
Hoja1
Cell Formulas
RangeFormula
E5:E8E5=LET(t,TEXTSPLIT(D5,"."),CHOOSECOLS(t,1)&"."&TEXT(CHOOSECOLS(t,2),"00")&"."&CHOOSECOLS(t,3))
 
Upvote 0
My apologies, I was not aware I could not post links. I do believe my solution will work for the OP, how do I get that info to him?
 
Upvote 0
You can either use the XL2BB add-in (see my signature for a link) or you can post the formula (using the "xls" code tag in the reply window) along with an explanation.
 
Upvote 0

Forum statistics

Threads
1,215,069
Messages
6,122,954
Members
449,095
Latest member
nmaske

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