Forum Discussion
Phil-365
Apr 07, 2020Copper Contributor
excel Variables
Hi
Im trying to use a numeric system of Version numbers for my various programs eg 1.0000 however i seem to try and declare the variable when collecting the Version number from a selected cell, the number is either missing the end zero or the number is placed in quotation Marks any help would be gratefully appreciated
3 Replies
- mathetesGold Contributor
You can use number formatting to increase the number of figures behind the decimal point, so that if desired it will display your 1 as 1.0000 and still be a number, a number that could be incremented to 1.0001 by adding that small fraction to it.