Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() Hi all, Thank you for reading this, I was wondering if it was possible to have a macro convert a colum of data from Kb to MB ? Thanks ! -- almostki ------------------------------------------------------------------------ almostki's Profile: http://www.excelforum.com/member.php...o&userid=37659 View this thread: http://www.excelforum.com/showthread...hreadid=572651 |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi, if my understand was correct divide by 1024
1024kb = 1MB hth -- regards from Brazil Thanks in advance for your feedback. Marcelo "almostki" escreveu: Hi all, Thank you for reading this, I was wondering if it was possible to have a macro convert a colum of data from Kb to MB ? Thanks ! -- almostki ------------------------------------------------------------------------ almostki's Profile: http://www.excelforum.com/member.php...o&userid=37659 View this thread: http://www.excelforum.com/showthread...hreadid=572651 |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() thanks! but i am very new to excel, how would i set this up as a macro to go down the colum and turn all of the numbers to mb? Thanks again! -- almostki ------------------------------------------------------------------------ almostki's Profile: http://www.excelforum.com/member.php...o&userid=37659 View this thread: http://www.excelforum.com/showthread...hreadid=572651 |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
almostki wrote:
thanks! but i am very new to excel, how would i set this up as a macro to go down the colum and turn all of the numbers to mb? Would it be helpful to know that you do not need to use a macro? Alternatively, you can do the following: 1. Put the number 1024 into a cell. 2. Copy that cell (right-click, select Copy). 3. Select the range of cells to be changed. 4. Right-click, select Paste Special Divide. |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
You don't need a macro.
Enter 1024 in an unused cell. Copy that cell. Select your column and EditPaste SpecialDivideOKEsc Delete the cell with 1024 Gord Dibben MS Excel MVP On Thu, 17 Aug 2006 11:17:47 -0400, almostki wrote: thanks! but i am very new to excel, how would i set this up as a macro to go down the colum and turn all of the numbers to mb? Thanks again! |
#6
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
You don't need a macro.
Put 1024 in an empty cell. edit|copy that cell select the range of numbers to convert edit|Paste special|check divide clean up that cell with 1024 in it. almostki wrote: Hi all, Thank you for reading this, I was wondering if it was possible to have a macro convert a colum of data from Kb to MB ? Thanks ! -- almostki ------------------------------------------------------------------------ almostki's Profile: http://www.excelforum.com/member.php...o&userid=37659 View this thread: http://www.excelforum.com/showthread...hreadid=572651 -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Stock data manipulation | Excel Worksheet Functions | |||
ranking query | Excel Discussion (Misc queries) | |||
Data in table, may need to convert to columns with OFFSET? | Excel Discussion (Misc queries) | |||
How can I convert a data from multiple rows into 1 column? | Excel Worksheet Functions | |||
convert column data into text | Excel Discussion (Misc queries) |