Advertisement
Help Keep Boards Alive. Support us by going ad free today. See here: https://subscriptions.boards.ie/.
https://www.boards.ie/group/1878-subscribers-forum

Private Group for paid up members of Boards.ie. Join the club.
Hi all, please see this major site announcement: https://www.boards.ie/discussion/2058427594/boards-ie-2026

Excel question about %

  • 10-08-2015 03:00PM
    #1
    Registered Users, Registered Users 2 Posts: 797 ✭✭✭


    Hi there

    I had to paste a % from one sheet to the other. It's in percentage format (ie 25%) but I need to get it to just read 25.

    The problem is if I make it 'general' or a 'number' then it reads 0.25143

    How do I get it to just read 25

    Thanks in advance!


Comments

  • Registered Users, Registered Users 2 Posts: 24 Pullover


    Format the cell, change it to number or general and change the number of decimal places to zero.


  • Registered Users, Registered Users 2 Posts: 5,969 ✭✭✭hardCopy


    The right function can be used to give you the two right most digits i.e. '25'

    Where A1 = 0.25, use
    RIGHT(A1,2)


    EDIT: Forget that, you may as well just multiply by 100


  • Registered Users, Registered Users 2 Posts: 5,069 ✭✭✭homer911


    Fill the target cells with 100 and then Copy > Paste Special > Multiply


Advertisement