JasonEnsor
Programmer
Hi Guys,
I am working on some data from our PeopleSoft database in Excel 2010. It's nothing that really warrents coding as it is mainly using CountIF formulas. My issue is that many of the columns have Integer values that when they are being recognised by excel as text. This is giving me the little green corner on my cell where i am having to select to treat this as a number.
I have tried recording a macro for this and all i get is that i have selected a cell or a range. I can easily write code to loop through every cell in a column but i am not sure what command i will need to use to convert this integer that is being treated as text, to an integer that excel notices as an integer.
I know i could do this manually, but i would rather automate the process if possible...afterall what kind of programmer would i be if i just accepted that i had to do manual tasks?
Many Thanks
J.
I am working on some data from our PeopleSoft database in Excel 2010. It's nothing that really warrents coding as it is mainly using CountIF formulas. My issue is that many of the columns have Integer values that when they are being recognised by excel as text. This is giving me the little green corner on my cell where i am having to select to treat this as a number.
I have tried recording a macro for this and all i get is that i have selected a cell or a range. I can easily write code to loop through every cell in a column but i am not sure what command i will need to use to convert this integer that is being treated as text, to an integer that excel notices as an integer.
I know i could do this manually, but i would rather automate the process if possible...afterall what kind of programmer would i be if i just accepted that i had to do manual tasks?
Many Thanks
J.