Do the numbers tell me the last date of a cell containing specific text

Hi guys,.

I'm setting up a pilot logbook and I need to keep track of when I lead some approaches to the instruments for the purposes of recency.

For example, the last time I did a VOR approach was April 20, 16.  I need the numbers to recognize the "VOR" text and give me the corresponding date.  I'm having numbers give me this date in a separate table.

Any ideas on how to do this would be greatly appreciated.

Thank you!

Hi Walter,

This is a roundabout way. Perhaps another user will display a more elegant way.

Table 1 is a version abridged your journal of driving. Here is table 2:

Table 2 uses the SIERREUR function to place "" (NULL) if the SEARCH fails to find a match between the value in the header line and an entry in the log of your flight.

Otherwise, it inserts a value (The FIND returns the starting position of a string in another).

Now we've found BK VOR (and fill to the right) and SID.

Columns needed for approaches more more!

Table 3 is a Date of any cell in table 2 which is not "" (NULL).

Formula in A2 (and fill down and fill the right)

= IF(Table 2::A2≠"",Table 1::$A2,"")

You can type this than = IF (table 2::A2 <>"", Table 1: $A2, "")

3 numbers will change <>≠

Formula of the cell footer of table 3 (for column A, then fill to the right)

= MAX (A)

To improve the 'presentation', move (copy / paste) 2 Table to another worksheet (TAB). The formulas will adjust automatically.

Happy flying!

Kind regards

Ian.

Tags: iWork

Similar Questions

  • To get the last date of the year

    Can someone tell me how to get the date of the year from the first date of last year:
    My query below gives the last date of the month

    SELECT LAST_DAY (ADD_MONTHS (TO_DATE (JANUARY 1, 2012 "," DD/MM/YYYY '), 12-))
    TO_NUMBER (to_char (sysdate, 'mm'))) OF the DOUBLE

    Thnx in advance
    SELECT LAST_DAY (ADD_MONTHS (TO_DATE ('01/01/2012', 'DD/MM/YYYY'), 11))
      FROM DUAL
    
  • Don't know how it happened but my file deleted is past the last date in an alphabetical list.

    Don't know how it happened but my file deleted is past the last date in an alphabetical list. How ti to return with the last date in?

    original title: deleted file.

    If you mean the trash in Explorer mode, simply click on the column heading "Date deleted" until the most recent appears first on the list. If you do not have this column, do a right click No matter what column header and click to put a check on 'Delete Date' in the context menu that appears.

  • retrieve the last date of the month

    Hello

    I give myself a date. I want to find the last date of the month containing the given date.

    Is there any built-in why?

    Thanks in advance.

    DateTimeUtilities.getNumberOfDaysInMonth (cal.get (Calendar.MONTH), cal.get (Calendar.YEAR));

  • How to get the last date of 3 days for the current month?

    Hello. Guy

    How to get the last date of 3 days for the current month?

    MY OUTPUT WOULD LOOK LIKE THIS

    JANUARY 29, 2016

    JANUARY 30, 2016

    JANUARY 31, 2016


    GUYS HELP ME / / /...

    SQL > select last_day (sysdate) - level + 1 double connect by level<= 3="" order="" by="">

    LAST_DAY)

    ---------

    29 JANUARY 16

    30 JANUARY 16

    31 JANUARY 16

  • How to find the last date of execution of the objects in database

    Hi all

    We're going for an upgrade of the database 11g and for the same thing, we want to know the last date of the following-

    Packages, Tables, views
    Conc. programs / value Sets / look up / profile options

    Is there a way we can find the same thing.
    The answers would be really useful.

    Kind regards
    Shruti

    So can you provide clues on how to find the last opportunity registration

    I don't think you can find such a script with having activated audit.

    Thank you
    Hussein

  • Get the amount of the last date

    Greedings,

    Sorry for my question of amateur but how is it possible to get the (column1) amount of the last date (column2)
    To get the last date we use Column2 but how to get the amount of this line of Column1?

    Thank you for your help

    Another way using analytical functions...

    SQL> select distinct first_value(sal) over (order by hiredate desc) from emp;
    
    FIRST_VALUE(SAL)OVER(ORDERBYHIREDATEDESC)
    -----------------------------------------
                                         1100
    

    Order by hiredate desc, gives us the dates in descending order, the 'maximum' date is first, then we can get the first_value of the column we want based on that (give us the first value of lines in ascending order of lines). Because this is an analytic function, it applies the same value to all the rows in the table, then use separate to get just the value of a.

  • Numbers - how to import external data to a cell in a single file into a new cell in another file?

    Numbers - how to import external data to a cell in a single file into a new cell in another file?

    I want to do the same thing in numbers (3.6.2 (2577) I used to do in Excel (any version):)

    to import a calculation of a cell in a file in a new cell in another file.

    Example: I want to import the result of a sum in a specific cell of my accountant in August to a cell in comparison in my accounting of September.

    It was so easy in Excel. Until the reference computer broke down.

    By the numbers, I tried to copy - paste the contents of the cell formulated, but not good.

    No help manual online or anywhere. I think that maybe the function is absent in number.

    Then I return to MicroSoft Excel, that I have used for many years and I am sorry to say feel much more wysiwyg.

    Formulas in a numbers document cannot reference cells in other documents of numbers.

    "Much more wysiwyg" is another way to express what many of those who "used (MS Excel) for many years" expressed as "more intuitive. These two descriptions usually boil up to ' what I'm used to, ", which is also true in the other sense.

    Whatever the real explanation, the standard advice is "the tool that will do the job." If "the job" requires referencing values in a separate document, the numbers (alone and without the help of AppleScript) are not the best tool for this job.

    Kind regards

    Barry

  • Filling of updated by and the last Date of update in Wizard generated shape tab

    Version 4.2.6.00.03

    Hello

    I have a wizard generated shape tab and I have to fill two columns last updated by and last Date of update.

    I have a horrible time to do something which should be easy enough.

    I created a page process:

    BEGIN

    BECAUSE me in 1... APEX_APPLICATION.g_f01. COUNTY

    LOOP

    UPDATE high_level_estimate

    SET last_updated_date = SYSDATE

    , last_updated_by =: APP_USER

    WHERE high_level_estimate_id = APEX_APPLICATION.g_f03 (i);

    END LOOP;

    END;

    But the columns are not updated.

    The primary key column and the primary key column appears in do not appear that's why I think the columns are not updated.

    So when a new row is added or an existing row is updated when the user clicks on the button submit these two columns need to be updated.

    Can someone help me get this to work?

    Can what information I provide?

    Thank you

    Joe

    Jen,

    Wow! Thanks for checking back!

    I had finally it works. Sorry I didn't update the post.

    I used the trigger approach, although I do not like but it is.

    What I did try to find out which of these two areas were the origin of the problem. So said the two fields in the query and ran the page and update the page and there is no error of course since I commented on the columns.

    Then I've uncommented a column, repeated updates, and worked, and this column has been updated.

    I uncommented the other column, repeated that updates and work again and again update the two columns.

    I have NO IDEA why. Somehow something has been corrupted, and comment and uncomment the columns set.

    I have no change to relax during this process. The relaxation I posted earlier is the same code.

    Thank you very much for your help Jen!

    Thank you

    Joe

  • Select the last Date of multicolumn and its value adjustent cust_id

    I have a Table with 5 customer_id and 5 Dates with each belonging to its cust_id.

    I need to take the last, in my example would be CUSTID_5.  I know

    this with the GREATEST who select the CHANGE_DATE_5 (in my example), but

    How to choose the CUSTID_x? that goes along with the winning Date?

    create table test_tbl)

    number of custid_1

    date of change_date_1,

    number of custid_2

    date of change_date_2,

    number of custid_3

    date of change_date_3,

    number of custid_4

    date of change_date_4,

    number of custid_5

    date of change_date_5

    );

    INSERT INTO test_tbl

    (CUSTID_1, CHANGE_DATE_1, CUSTID_2, CHANGE_DATE_2, CUSTID_3, CHANGE_DATE_3, CUSTID_4, CHANGE_DATE_4, CUSTID_5, CHANGE_DATE_5)

    VALUES

    (111, sysdate, 222, sysdate + 1, 333, sysdate + 2, 444, sysdate + 3, 555, sysdate + 4);

    commit;

    Hello

    Here's one way:

    WITH unpivoted_data AS

    (

    SELECT custid, change_date

    , EVALUATE () OVER (ORDER BY change_date DESC) AS r_num

    OF test_tbl

    UNPIVOT ((custid, change_date)

    Label ((custid_1, change_date_1) AS 1)

    , (custid_2, change_date_2) AS 2

    , (custid_3, change_date_3) AS 3

    , (custid_4, change_date_4) AS 4

    , (custid_5, change_date_5) AS 5

    )

    )

    )

    SELECT custid, change_date

    Of unpivoted_data

    WHERE r_num = 1

    ;

    Having several columns for several occurrences of basically the same thing is a bad table.  This problem would be much simpler, but also more effective if each pair custid/change_date has been strored on a separate line.  In addition, you would not be limited to 5 pairs.

  • Extract the first and the last Date of the previous month

    This seems to be a delicate but again it is perhaps easy for some of you people.

    Here is how I find the previous month

    Any ideas on how to get the first and last date of the previous month?

    Thanks in advance.

    Hello!

    SQL>
    SQL> select last_day(add_months(sysdate,-1)) from dual;
    
    LAST_DAY
    --------
    28.02.10
    
    SQL> select trunc(add_months(sysdate,-1),'MM') from dual
    
    TRUNC(AD
    --------
    01.02.10
    
    SQL> 
    

    T

  • Select the last date

    Hello

    I have a table that looks like this:

    no date of activity
    1 sport 2008-11-23
    2 bike 12/15/2008
    3-Dy free 01/05/2009


    How to choose the last day in the table above? I tried this:

    Select the activity of tbl_above
    where < < date is the last > >

    I want back the 'activity' only, so I got to put the 'check' the ' where clause'

    Any idea?

    Please see this...

    SQL > select * from emp;

    EMPNO, ENAME, JOB HIREDATE DEPTNO COMM SAL MGR
    ---------- ---------- --------- ---------- --------- ---------- ---------- ----------
    7369 SMITH COMMITTED 7902 17 DECEMBER 20 800 80
    7499 ALLEN 7698 1600 20 FEBRUARY SALESMAN 81 300 30
    7521 WARD 7698 1250 22 FEBRUARY SALESMAN 81 500 30
    7566 JONES MANAGER 7839 2975 2 APRIL 81 20
    7654 MARTIN 7698 28 - SEP - 81 1250 1400 30 SALESMAN
    7698 BLAKE MANAGER 7839 2850 MAY 1, 81 30
    7782 CLARK MANAGER 7839 2450 JUNE 9 81 10
    7788 SCOTT ANALYST 7566 3000 APRIL 19, 87 20
    PRESIDENT OF 7839 17 NOVEMBER KING 81 5000 10
    7844 TURNER 7698 08 - SEP - 81 1500 0 30 SALESMAN
    7876 ADAMS 7788 1100 23 MAY CLERK 87 20

    EMPNO, ENAME, JOB HIREDATE DEPTNO COMM SAL MGR
    ---------- ---------- --------- ---------- --------- ---------- ---------- ----------
    7900 7698 DECEMBER 3, CLERK JAMES 81 950 30
    7902 7566 3000 3 DECEMBER ANALYST FORD 81 20
    7934 MILLER COMMITTED JANUARY 7782 1300 23 82 10
    1-1-10

    15 selected lines.

    SQL > select empno from emp where hiredate = (select max (hiredate) from emp);

    EMPNO
    ----------
    7876

    SQL >

    Concerning

  • How can we change the date of the restoration (windows 7) beyond the last date indicated (as August 30, 2011)?

    I would like to change my date of restoration to August 30, 2011.  I tried to put the new date, but when I put the date of restoration, it came on today with my new date next to her.  I'm not savvy in computer, is if there is a step by step fix.

    Hello

    I ask you to answer this question, so that we can better help you:

    You try to restore the system to August 30, 2011 or you try to create a restore point?

    If you try to run the system restore, then I suggest you follow this link:

    System restore
    http://Windows.Microsoft.com/en-in/Windows7/products/features/system-restore

    If you want to create a system restore point, and then refer to this link:

    Create a restore point
    http://Windows.Microsoft.com/en-in/Windows7/create-a-restore-point

    Important: System Restore will return all system files not as documents, email, music, etc., to a previous state. These files of types are completely affected by the restoration of the system. If it was your intention with this tool to recover a deleted file to non-system, try using a file instead of system restore recovery program.

    Note: it is recommended to backup your data to be on the safer side.

    Please get back to us with the State of the question.

  • A script to apply the style of cell to whole lines containing specific text

    Hello

    I use InDesign CC 2014

    Does anyone know how apply a cellstyle based on the content of text found in a cell in javascript?

    I need to find the document and change cell style in the entire line to 'cellStyle01' If the 'etc' text appears in the cell.

    I found a similar script here to the forum which apply the table style, but do not know how to change it to apply the cell style!

    var curDoc = app.activeDocument;
    var allTables = curDoc.stories.everyItem().tables.everyItem();
      
    app.findTextPreferences = app.changeTextPreferences = null;
    app.findTextPreferences.findWhat = "someText";
    var allFounds = allTables.findText();
    app.findTextPreferences = app.changeTextPreferences = null;
      
    for ( var i = 0; i < allFounds.length; i++ ) {
    var curFound = allFounds[i];
    if ( curFound.length == 1 ) {
    var curFoundParent = curFound[0].parent;  
    // curFoundParent.parent.appliedTableStyle = curDoc.tableStyles.itemByName( "tableStyle" );  
    curFoundParent.parent.appliedCellStyle = curDoc.cellStyles.itemByName("cellStyle01");  
    }
    }
    
    

    Thank you!

    Hello

    in this new case, you can't just change the last line, because yo I want to find not the entire table and lines and cells.

    Try this modified version:

    var curDoc = app.activeDocument;
    var allTables = curDoc.stories.everyItem().tables.everyItem(); 
    
    app.findTextPreferences = app.changeTextPreferences = null;
    app.findTextPreferences.findWhat = "some Text";
    var allFounds = allTables.findText();
    app.findTextPreferences = app.changeTextPreferences = null;
    
    for ( var i = 0; i < allFounds.length; i++ ) {
        var tableFound = allFounds[i];
        if ( tableFound.length > 0 ) {
            for ( var j = 0; j < tableFound.length; j++ ) {
                var curFound = tableFound[j];
                var cellsInRow = curFound.parent.parentRow.cells.everyItem();
                cellsInRow.appliedCellStyle = curDoc.cellStyles.itemByName( "cellStyle01" );
                cellsInRow.clearCellStyleOverrides( true );
            } // end for
        } // end if
    } // end for
    
  • Summary of amounts with the last date of activity

    Here is my table:
    select * from amounts_tab;
     
          CODE     AMOUNT ACTIVITY_DATE
    ---------- ---------- -------------
             1        250 9/13/2011 3:2
             1       -250 9/13/2011 3:2
    For each code, I need to get the sum of amount and the date of the activity of the most recent entry of this code. In other words, my query would return this result:
          CODE AMOUNT_SUM AMOUNT_DATE
    ---------- ---------- -----------
             1          0 9/13/2011 3
    The only way I can think to do is writing a query like this, which works. But I'm not bad at SQL. Is there a better approach that I'm missing?
    SELECT amounts.code, amount_sum, amount_date
    FROM   (SELECT code, MAX(activity_date) amount_date
            FROM   amounts_tab
            GROUP  BY code) dates
    JOIN   (SELECT code, SUM(amount) amount_sum
            FROM   amounts_tab
            GROUP  BY code) amounts
    ON     dates.code = amounts.code;
    Thank you!

    Hello

    You can do a number any of global functions and any combination of them, in the same query. There is no need to do them in separate queries.
    In particular, you can do SUM and MAX in the same query, as follows:

    SELECT       code
    ,       SUM (amount)          AS amount_sum
    ,       MAX (activity_date)     AS amount_date
    FROM       amounts_tab
    GROUP BY  code
    ;
    

    I hope that answers your question.
    If not, post a small example of data (CREATE TABLE and only relevant columns, INSERT statements) for all tables and also post the results desired from these data.
    Explain, using specific examples, how you get these results from these data.
    Always tell what version of Oracle you are using.

Maybe you are looking for

  • Mobile Firefox crashes when opening multiple tabs on the s3 Galaxy

    Request, I open my Tumblr page and even a tab additional mobile Firefox dingle train and then eventually crashes on my T - Mobile Samsung Galaxy s3 running Jelly Bean. Only, I noticed the error when Tumblr is open. is there a specific conflict with t

  • "FlashCards" don't popup on my Satellite C855

    Hello Toshiba Satellite C855 - T13 Windows 7 64 bit I had a problem with my LAN card. After a lot of work trying to fix it, I had a Restore Point which fixed it. However my FlashCards don't popup more, although the function keys work fine.I tried to

  • Windows 7 update problem

    I have Windows 7.  Upward until October 2010, I was able to run Windows Update, receive updates, and install them.  Now when I run Windows Update, the download is in progress, but the status bar remains at 0% and 0 kb.  As a result, no update is down

  • Not possible to burn audio tracks on CD

    Windows media player I am trying to burn a CD with the song 23 and it ejects after the first song... ruined 5 already... ending with a song of each.

  • How can I get the list of recorded TV to display in columns?

    Windows Media Center displays TV recorded in columns on one of my PC and in a long horizontal flow on another PC. Both are Windows Vista.