Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi all! We have been experiencing an issue on site where threads have been missing the latest postings. The platform host Vanilla are working on this issue. A workaround that has been used by some is to navigate back from 1 to 10+ pages to re-sync the thread and this will then show the latest posts. Thanks, Mike.
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

Excel query

  • 30-11-2011 12:57pm
    #1
    Registered Users, Registered Users 2 Posts: 20,558 ✭✭✭✭


    I have 278184 lines of individual dates, i need to pivot table each by month :( For a quantity relating to the 2nd cell.

    Trying to use IF and it doesnt seem to work, i have

    A1 B1
    1/1/2010 Paul
    4/1/2010 paul
    6/1/2010 brian etc

    I need to make a pivot on Paul/Brian for Jan 2010 to now.

    Anyone know how i can use IF to make the date become Jan 10 as Format Cells for some reason doesnt work in a pivot table (excel 2007) it reverts back to 1/1/2010.

    thanks


Comments

  • Closed Accounts Posts: 5,019 ✭✭✭ct5amr2ig1nfhp


    Try using the following formula in column C:

    =TEXT(A1,"mmm yyyy")

    It'll format the date to "Jan 2010" and you can then go ahead with your pivot.

    BN


  • Registered Users, Registered Users 2 Posts: 20,558 ✭✭✭✭dreamers75


    Excellent works perfectly.

    thanks


  • Closed Accounts Posts: 5,019 ✭✭✭ct5amr2ig1nfhp


    No problem. The TEXT() function is very handy for formatting numbers and dates to the desired format.

    Check out this link for any further information.

    BN


Advertisement