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 / oo question

  • 27-03-2009 9:48am
    #1
    Registered Users, Registered Users 2 Posts: 4,471 ✭✭✭


    right ive a spreadsheet doc with about 200 sheets in it

    basicly i want to try and make my job of counting each sheet quicker

    is there any way i can get it multiply column a by column c of each sheet and add the totals

    or if i i go through each sheet manually auto sum them so that cell e5 has the totals is there any way i can get it to auto sum sheet 1-200 e5 ?

    hope i havent confused anyone with that .


Comments

  • Registered Users Posts: 79 ✭✭Eoinsku


    I'm no programming whizz, but couldn't you write some macro to do it?


  • Moderators, Recreation & Hobbies Moderators, Science, Health & Environment Moderators, Technology & Internet Moderators Posts: 92,438 Mod ✭✭✭✭Capt'n Midnight


    In a sheet cell you can show a reference to a cell in another sheet.
    1.Open a new, empty spreadsheet.
    2.By way of example, enter the following formula in cell A1 of Sheet1:
    =Sheet2.A1

    this works =sheet1.e5+sheet2.e5 so plan B is to have a long expression
    Try =sum(sheet1.e5:sheet200.e5)


  • Registered Users, Registered Users 2 Posts: 4,471 ✭✭✭elexes


    cool will give it a go

    alas no it didnt work looks like copy and paist


  • Registered Users, Registered Users 2 Posts: 32,417 ✭✭✭✭watty


    TWO hundred sheets???
    Someone needs a Database.


  • Registered Users, Registered Users 2 Posts: 37,304 ✭✭✭✭the_syco


    =sum(Sheet1:Sheet3!C20)
    
    The above is Sheet1 to Sheet 3, using cell C20. Change it to suit yourself.


  • Advertisement
Advertisement