Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi! I can not seem to figure out how to do the following:
I have a spreadsheet template which is populated by a 3rd party data source. One of the columns gets data in this format: 12345678. My users prefer seeing it in Millions rounded: 12.3(M). Is there a way I can program a formula to make this rounding automatic upon population? I do not see any functions to help me do that. Any ideas are greatly appreciated. Thank you in advance, |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() Custom format cell as #,##0.0,, VBA Noob -- VBA Noob ------------------------------------------------------------------------ VBA Noob's Profile: http://www.excelforum.com/member.php...o&userid=33833 View this thread: http://www.excelforum.com/showthread...hreadid=568526 |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Try formatting the cell as custom:
#,###.0,,"(M)"_);(#,###.0,,"(M)";0.0"(M)"_) -- Gary's Student "Mike" wrote: Hi! I can not seem to figure out how to do the following: I have a spreadsheet template which is populated by a 3rd party data source. One of the columns gets data in this format: 12345678. My users prefer seeing it in Millions rounded: 12.3(M). Is there a way I can program a formula to make this rounding automatic upon population? I do not see any functions to help me do that. Any ideas are greatly appreciated. Thank you in advance, |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Don 't forget the "(M)"
-- HTH Bob Phillips (replace xxxx in the email address with gmail if mailing direct) "VBA Noob" wrote in message ... Custom format cell as #,##0.0,, VBA Noob -- VBA Noob ------------------------------------------------------------------------ VBA Noob's Profile: http://www.excelforum.com/member.php...o&userid=33833 View this thread: http://www.excelforum.com/showthread...hreadid=568526 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Inserting a new line in spreadsheet | Excel Discussion (Misc queries) | |||
automtically change ranges in formulas when new data is entered | Excel Worksheet Functions | |||
Excel Macro to Copy & Paste | Excel Worksheet Functions | |||
From several workbooks onto one excel worksheet | Excel Discussion (Misc queries) | |||
Why won't my newly entered data sort with old data ? | Excel Discussion (Misc queries) |