Hello,
I have the following data in cells:
1
1.12.1.1.2
1.12.1.1.3
1.12.1.1.4
1.12.1.1.4.8
1.12.1.1.5
1.12.1.1.6
1.12.1.1.7
1.12.1.1.8
1.12.1.1.9
1.12.1.1.9.9
1.12.1.1.10
1.12.1.1.10.8
1.12.1.2
1.12.2
1.12.2.1
1.12.3
1.12.3.1
1.12.3.1.1.4
1.12.3.1.1.10
1.12.3.1.2.4
1.12.3.1.3
1.12.3.1.3.1
1.12.3.1.3.4
1.12.3.1.3.7
1.12.3.1.4
1.12.3.1.4.4
I need to write a nested IF formula where the adjacent cells bring back a certain value based on the number of “.” (fullstops) in the cell.
I have tried =IF(LEN(A1)…. But does not give me the desired results for all cells.
Any assistance would be greatly appreciated.
Thank you.
I have the following data in cells:
1
1.12.1.1.2
1.12.1.1.3
1.12.1.1.4
1.12.1.1.4.8
1.12.1.1.5
1.12.1.1.6
1.12.1.1.7
1.12.1.1.8
1.12.1.1.9
1.12.1.1.9.9
1.12.1.1.10
1.12.1.1.10.8
1.12.1.2
1.12.2
1.12.2.1
1.12.3
1.12.3.1
1.12.3.1.1.4
1.12.3.1.1.10
1.12.3.1.2.4
1.12.3.1.3
1.12.3.1.3.1
1.12.3.1.3.4
1.12.3.1.3.7
1.12.3.1.4
1.12.3.1.4.4
I need to write a nested IF formula where the adjacent cells bring back a certain value based on the number of “.” (fullstops) in the cell.
I have tried =IF(LEN(A1)…. But does not give me the desired results for all cells.
Any assistance would be greatly appreciated.
Thank you.