diff --git a/CompanyWise/Olx.md b/CompanyWise/Olx.md new file mode 100644 index 0000000..cd61f7e --- /dev/null +++ b/CompanyWise/Olx.md @@ -0,0 +1,6 @@ +# OLX + +## [Find Excel column name from a given column number](https://www.geeksforgeeks.org/find-excel-column-name-given-number/) +MS Excel columns has a pattern like A, B, C, …, Z, AA, AB, AC, …., AZ, BA, BB, … ZZ, AAA, AAB ….. etc. In other words, column 1 is named as “A”, column 2 as “B”, column 27 as “AA”. +Given a column number, find its corresponding Excel column name. +