Can you transfer data from one numbers spreadsheet to another using conditional formatting?

I have a tracker document set up for client payments and when I indicate payment received, it  flags green using conditional formatting. However I would like these to automatically transfer to another sheet - without having to cut and paste the associated data to the other sheet. Can I set up conditional formatting to do this? If not how could I get and automatic transfer?
thanks forum.

Hi Kangers,
There are a number of ways to transfer data from one table to the next. It should not be hard to set up.
Conditional formatting would not be involved it moving the data but you could set it up to flag the data in the new table.
Without knowing what your tables and data look like it is hard to propose a solution.
quinn

Similar Messages

  • Can I transfer data from one external drive to another using my MacAir as a platform?

    I am trying to transfer about 94 Gigs of data from one external drive (Touro) to another (Seagate) using my Mac Air which only has about 14 Gigs of available space.  How best can I accomplish this operation?

    Niel - I know that I must be a real dunce on this.  I tried opening the additional window on finder and then dragging and dropping from the Touro drive to the other open finder window for the Seagate drive.  Again, it bounced back.  What is NTFS? And how do I find if either or both of the drives are formatted in that manner?
    Again, thanks for you help on this.
    JC
    PS  I just got the info on the Seagate that it is Windows NTFS formatted.  What do I do now?  Is Paragon something I can download off the Internet?  Why, since I formatted the Seagate to run on my Mac Air would there still be a problem?  The packaging on the Seagate says it is compatible with Mac OS systems. jc

  • Can you transfer data from one apple id to another?

    i ave 3 devices hooked up to 1 apple id.
    im looking to transfer the data from this to a new apple ID and restore the original id.
    is this possible?

    tully1986 wrote:
    i ave 3 devices hooked up to 1 apple id.
    im looking to transfer the data from this to a new apple ID and restore the original id.
    Any reason you created a new AppleID?
    iTunes purchases are permanently tied to the AppleID used to purchase. This cannot be changed.
    What do you mean by "restore the original id"?
    You can easily merge content from different AppleIDs into one iTunes library.

  • How can you transfer data from one ipod to another ?

    How can you transfer data from one ipod to another ipod ?

    The geniusbar told me what to do, I understood but there is still a problem for me >:/ It's not showing up though. Like "device."  Nothing is happening, and I tried as soon as I got home. Then after half an hour, then an hour, then 3 hours. My problem is that it's not showing up! It's stuck in recovery mode! There's still like 25% battery. So I have no idea why.

  • I can not transfer date from one hard drive to another, I keep getting an error because I have two of the same file names and one file name is in caps and I cant change the file name

    can not transfer date from one hard drive to another, I keep getting an error because I have two of the same file names and one file name is in caps and I cant change the file name. My original external has an error and needs to be reformatted but I dont want to lose this informations its my entire Itunes library.

    Sounds like the source drive is formatted as case sensitive and the destination drive is not. The preferred format for OS X is case insensitive unless there is a compelling reason to go case sensitive.
    Why can't you change the filename? Is it because the source drive is having problems?  If so is this happening with only one or two or a few files? If so the best thing would be to copy those over individually and then rename them on the destination drive.
    If it is more then you can do manually and you can't change the name on the source you will have to reformat the destination as case sensitive.
    Btw this group is for discussion of the Support Communities itself, you;d do better posting to Lion group. I'll see if a host will move it.

  • Can You Transfer iTunes from One Log-in to another Log-in on the SAME computer with SAME account?

    How do You Transfer iTunes from One Log-in to another Log-in on the SAME computer with SAME account?

    Move the files to the /Users/Shared/ folder and then to the other account's home folder.
    (85927)

  • Can you transfer data from one iPad to another iPad

    Can you transfer data, books and music from one iPad to another .

    You can use iCloud to sync your books and music bought in the iTunes Store, but for anything that you didn't purchased in iTunes Store you must use iTunes

  • Can you transfer data from one iphone to a new iphone

    I have an iPhone 4 and I am upgrading to an iPhone 5C.  The problem I have is that my computer that has my iTunes is dead.  If I purchase a new phone can the phone store transfer all of my data from my old phone to my new phone?

    Yes, but not directly. Sync old phone with iTunes then sync new phone with iTunes.
    iOS- How to transfer or sync content to your computer
    iOS- Transferring information from your current iPhone/iPad/iPod touch to a new device
    iPhone- Transferring information from your current iPhone to a new iPhone

  • Can you transfer data from one IPad to another?

    I want to get a new IPad and I would like to transfer what I have on my old IPad to the new one, is this possible without a computer?

    You can use iCloud to sync your books and music bought in the iTunes Store, but for anything that you didn't purchased in iTunes Store you must use iTunes

  • Can you transfer music from one iTunes account to another?

    I want to make another apple ID but I don't want to lose all my old music.

    Hmm.  I just discovered that quite some time ago I set up a second account.  Don't remember why, but just realized that some songs from my old account wouldn't sync to my new IPad.  Managed to get them synced by entering the old account ID (thank goodness it came up as a default).  But am wondering if there's any way to move those songs to my current ID.  I'm suspecting based on your first sentence above Roger that I can't.  That would really suck.  I know the next time I have to go through this process I will have forgotten that I have two IDs.

  • HT1711 can u transfer music from one itunes account to another if belonging to the same household

    Can you transfer music from one itunes account to another if in the same household ??

    You can give the person a copy of the song files, which they can then add to their iTunes library.

  • Can you transfer music from one ipad to another

    can you transfer music from one ipad to another??

    Are you trying to share music with a friend or are you putting music from an old ipad to a new one?

  • How do i transfer data from one internal tabe to another.

    Hi All,
             How do i transfer data from one internal tabe to another.
             Can i do it ebven if he tables are different in structure.
    Please Advice.
    Thanks in advance.

    Hi Saket Tiwari,
    I hope the earlier post by kashyap is good enough an answer. anywas in addition to it let me give a detailed
    explanation of how you can populate an internal table.
    1) Append data line by line.
         Syntax :  APPEND [<wa> TO / INITIAL LINE TO] <itab>.
    this appends new line to internal table <itab>.
    2) Using COLLECT statement.
                 COLLECT is another form of statement used for populating the internal tables.  Generally COLLECT is used while inserting lines into an internal table with unique standard key. The syntax for COLLECT statement is as shown
         Syntax : COLLECT [<wa> INTO] <itab>.
    3) Using INSERT statement
         Syntax  INSERT [<wa> INTO / INITIAL LINE INTO] <itab> [index <idx>].
    INSERT statement adds a line/work area to the internal table. You can specify the position at which the new line is to be added by using the INDEX clause with the INSERT statement.
    Now coming to your request..
    To append part or all of an internal table
         Syntax
                  APPEND LINES OF <itab1> [FROM <n1>] [TO <n2>] TO <itab2>.
    *     Note:
    Without the FROM and TO options, this statement appends the entire table <itab1> to <itab2>.*
    b) To insert part or all of an internal table into another internal table
         Syntax
              INSERT LINES OF <itab1> [FROM <n1>] [TO <n2>]
              INTO <itab2> [INDEX <idx>].
    c) Using Move statement.
    To copy entire contents of one table into another in one execution
         Syntax MOVE  <itab1> To <itab2>.
                   OR
              <itab1> = <itab2>.
    but u hav to be careful because he contents of itab2 will eb overwritten on the execution of this statement.
    These copy the contents of ITAB1 to ITAB2. Incase of internal tables with header line we have to use [] inorder to distinguish from work area. So, to copy contents of internal tables with header line  the syntax becomes,
    ITAB1[] = ITAB2[].
    Coming to the letter part of your question, Yes, we can copy values between tables having different structures.
    for this we use    
                                MOVE-CORRESPONDING <itab1> TO <itab2>
        this executes the statement for their header lines. Searches for the sub-fields which occur both in itab1 and itab2 and then generates, for all relevant field pairs which correspond to the
            sub-fields ni , statements of the form MOVE itab1-ni TO itab2-ni. The other fields remain unchanged.
    I hope the information provided has been of your help.
    Reward if useful.
    Regards,
    Jose

  • How do I transfer data from one exterior harddrive to another?

    How do I transfer data from one exterior harddrive to another when they are both connected to our Imac Desktop?

    Depends what you want to transfer...
    A few more Details about what you are trying to achieve would be good.

  • HT1918 can we transfer credit from one itunes account to another?

    can we transfer credit from one itunes account to another?

    If you haven't spent any of it, the iTunes Store staff can put the balance back onto the card, which can then be redeemed into another account.
    (84293)

Maybe you are looking for

  • Month view- I lose part of the event...

    When I am in month view, many events only show part of the event in the particular day. Such as "Soccer with Alex" will show in the day as " 10:00 AM Soccer with". Now, if you click on the event, you can see all of the details in the pane to the righ

  • GP Preference Items Throwing "Could not find a part of the path" Error in GP Management Console

    Hello,  For background, I recovered two Server 2008 R2 Domain Controllers in the same domain from a JRNL_WRAP_ERROR using the BurFlags registry key as outlined in KB290762. The non-authoritative restore seemed to resolve NtFrs/replication challenges,

  • Error boxes on jsp

    I have a jsp login page.When a person does not enter anything into the password and username fields they can access the site.As you know i cant use a JOptionPane.I want a box to appear to tell the user to enter a username and password so that if they

  • SQL Query for max values!!

    Hi to all, I have four tables Tbl_one Tbl_two Tbl_three Tbl_four the relation between these tables is Tbl_one.SEQ = Tbl_two.SEQ) and tbl_two.case_SEQ = Tbl_four.SEQ AND Tbl_two.ORDER_SEQ = tbl_three.SEQ)) I want a query like this Select tbl_one.com_n

  • Changing column name

    Hi Gurus is it possible(any built in function or commands) changing columns name which moving out the data in the column. create table xyz(x number);---it contains data after change column name...it should be... create table xyz(y number);