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

Can Excel do this?

  • 27-08-2012 4:11pm
    #1
    Registered Users, Registered Users 2 Posts: 17,736 ✭✭✭✭


    This might be a bit complicated, and possibly impossible, but here goes:

    I am doing some work with Excel at the moment, and what I'm looking to do is to have rows automatically copy to Sheet 3 when certain criteria are met; i.e when F21=Yes then row 21 automatically copies to Sheet 3. It's for an order form so it's for when someone fills in an order in the catalogue on Sheet 1 it automatically fills in the order form on Sheet 3.

    Hopefully this makes some sense; thanks in advance


Comments

  • Registered Users, Registered Users 2 Posts: 951 ✭✭✭MiniNukinfuts


    Have a look at this link: reference other sheets

    That's the first result I got from google, so there should be much better pages out there.


  • Registered Users, Registered Users 2 Posts: 17,736 ✭✭✭✭kylith


    Have a look at this link: reference other sheets

    That's the first result I got from google, so there should be much better pages out there.
    Thanks for that, it's tricky because I don't really know how to phrase it for a search.

    I'm familiar with =Sheet1!A15 etc, what I'd be looking for is more =if(Sheet1!A15>0)then copy A1:A20 onto Sheet3.


  • Registered Users, Registered Users 2 Posts: 951 ✭✭✭MiniNukinfuts


    I just wrote this there, is this what you need:

    =IF(Sheet1!C1 = "YES", SUM(Sheet1!A1,Sheet1!B1),0)


  • Registered Users, Registered Users 2 Posts: 1,092 ✭✭✭KAGY


    You could just try a simple filter.

    Or look into pivot tables, they will create a summary, including any multiplication or summing you need to do.


Advertisement