+ Reply to Thread
Results 1 to 5 of 5

#Change decimal to power#

  1. #1
    Valued Forum Contributor
    Join Date
    11-28-2015
    Location
    indo
    MS-Off Ver
    2016 64 bitt
    Posts
    1,268

    #Change decimal to power#

    In A 1 = 0,0003
    Result in B1= 3 ,c1 =4
    D1 = 3 x 10^-4

    If A2= 0,0028
    B1= 2,8 ,c1= 3 ,d1 = 2,8 ^-3
    I want to change decimal to power
    What is formula ??
    "ThankyouFor Attention * And Your Help!!"

  2. #2
    Forum Expert kersplash's Avatar
    Join Date
    11-22-2016
    Location
    Perth
    MS-Off Ver
    Home 2016 (Windows 10)/Work 2013 Pro Plus (Windows 10)
    Posts
    2,012

    Re: #Change decimal to power#

    So the input is in Column A, and you want to determine by formulas the values in Columns B, C & D?

  3. #3
    Valued Forum Contributor
    Join Date
    11-28-2015
    Location
    indo
    MS-Off Ver
    2016 64 bitt
    Posts
    1,268

    Re: #Change decimal to power#

    Yes maybe in b1 using int,or in c1 using round in d1 using power

  4. #4
    Forum Guru samba_ravi's Avatar
    Join Date
    07-26-2011
    Location
    Hyderabad, India
    MS-Off Ver
    Excel 2021
    Posts
    8,914

    Re: #Change decimal to power#

    May the below

    =IF(MOD(A1,1)>0,A1*10^LEN(INT(1/A1))&" X 10^-"&LEN(INT(1/A1)),A1)
    hope some one come with better formula
    Samba

    Say thanks to those who have helped you by clicking Add Reputation star.

  5. #5
    Valued Forum Contributor
    Join Date
    11-28-2015
    Location
    indo
    MS-Off Ver
    2016 64 bitt
    Posts
    1,268

    Re: #Change decimal to power#

    thank very match

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. error in power query & power pivot
    By Baldev Kumar in forum Excel Charting & Pivots
    Replies: 8
    Last Post: 01-03-2018, 01:34 AM
  2. Change filter in power pivot table using VBA
    By Abc123456789 in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 11-14-2017, 04:12 AM
  3. Does My VBA Code To Refresh CSV Power Query Connections Need To Change for MySQL Queries?
    By beaglesBuddy in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 10-11-2017, 02:57 PM
  4. [SOLVED] Change data structure using Formula or Power Query ( Get & Transform)
    By chullan88 in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 05-04-2017, 02:58 AM
  5. Decimal power of a negative value
    By hinubhai in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 11-06-2014, 01:27 PM
  6. Export power View to Power Point
    By Trinhhai in forum Excel Charting & Pivots
    Replies: 3
    Last Post: 05-09-2014, 05:32 AM
  7. Replies: 0
    Last Post: 04-23-2007, 11:03 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1