Go | New | Find | Notify | Tools | Reply |
Transplanted Hillbilly |
I have an indentured Bill of Material (BOM). It is not indentured to my liking and would like to modify it. Instead of the indenturing being 1 or 2 or 3, etc., they put indenture dots in front of the part number. For instance, .1234, ..5678, ...abcd, ....efgh, etc. Here is what I would like to do. .1234 = 1 ..5678 = 2 ...abcd = 3 ....efgh = 4 Is there a formula to do this? Thanks for any help you can provide. | ||
|
Member |
This should get you started: https://exceljet.net/formula/c...characters-in-a-cell You can modify the formula to this since you're only wanting to count dots =LEN(B3)-LEN(SUBSTITUTE(B3,".","")) JP | |||
|
Member |
You can indent the text in 1 cell or a group of cells by all the same amount of indent. Highlight cell or group of cells, go to Format Cells, then Alignment. There is a little box to adjust the indent. I don't know if there is a formula to automatically increase the indent of each successive row by a set amount. | |||
|
Transplanted Hillbilly |
jprebb, That did the trick!! Thank you so much. You saved me HOURS of time. This forum is awesome for so many reasons! | |||
|
Member |
Glad I could help! | |||
|
Powered by Social Strata |
Please Wait. Your request is being processed... |