Question number

I am trying to add today's date, in column B, when a box is check in column A.

What is the formula for this?

Thank you

Casey

I'm not clear what you mean.  When you say 'Add' are means means 'show' or a 'mathematical operation?

Whatever it is:

use the checkbox and assuming the box to tick is in cell B2

= If (B2, < WHAT to DO IF TICKED >, < WHAT to DO IF NOT CHECKED >)

If you just want to show the date when the box is checked, then:

= If (B2, today(), "")

Tags: iWork

Similar Questions

  • Question number on Quiz slides display

    How can I turn off the display of the number of Question on 5.5 Captivate quiz slides?  I don't want the "Question x of y" text is displayed.

    Hi Lieve

    Confused here. If they simply want to stop, why on earth they would need something they wanted to cut completely customize?

    Perplexed... Rick

    Useful and practical links

    Captivate wish form/Bug report form

    Certified Adobe Captivate training

    SorcerStone blog

    Captivate eBooks

  • BlackBerry 9700 Bold Blackberry Smartphones - Question number

    I got my phone Orange, United Kingdom

    the phone was provided with an 'original' phone number, so I carried on my cell phone I had for years

    When I go to make telephone calls the phone displays the number of 'old' not many 'right '.

    the identification of the caller on the other end is correct it's just the "BOLD" shows the wrong number on the screen.

    is it possible to fix it?

    Options > Advanced Options > SIM card.

    Press the Menu key > change the SIM phone number and place your correct phone number and SAVE it.

  • Question number Master Collection CS4 series

    Nice day

    My hard drive crashed and I can't turn off the serial number of CS4 on my new computer. Try the cat and said that it doesn't support CS4 more and use the forum to get help on this issue.

    Can anyone help?

    Thank you

    Serial number and activation support (no-Cloud) https://forums.adobe.com/thread/2041990 to adjust the number of activations

    -only Adobe can help with serial number problems, nobody here can access the activation server

  • HFM - HFR question: number of Page showing not

    Hello

    I'm on HFR 11.1.1.3 version. I created HFR report via the HFR studio and included the < < < card > > > function in the bottom to display the page number. When I run the report in PDF format, the page number is not displayed in the output report.

    Please can you help me solve this problem.

    Thank you

    Michel K

    I've recreated the book and got the page numbers. Thank you.

  • on question - number of attempts - 2: does not always allow 2nd attempt

    Captivate 8.0.1.242

    Put end, of course, quiz: I do not use quiz recovery option but am allowing the student 2 tries on the issue. In this way, that they failed to go all the way back and take questions. They just get a 2nd attempt on issues that don't miss. I've included a combination of multiple choice questions, multiple choice multiple answers, sequence and drag ' n drop. All types of letting the student takes the question 2 times - with the exception of multiple responses. Sometimes he gives 2 attempts and others not - there seems to be no consistency in when the 2nd attempt is allowed. Multiple answers are set up like this:

    MC top.pngMC bottom.png

    What can be done for multiple response questions to systematically give 2 attempts? I'm running out of ideas - and time!

    SMILES,

    Susann

    Reason is that a partially correct answer will not retry. Sorry, it's the "design" of this type of questions.

  • Question number building VMWare tools

    Hi all

    This article:

    http://KB.VMware.com/selfservice/microsites/search.do?language=en_US & cmd = displayKC & externalId = 1003947

    said that the version of VMWare tools number should be the same build number of the ESX host.

    This is not what I see here. Here's what we have:

    ESXi, 4.1.0 260247 (as reported by vSphere Client)

    VMWare tools Version 8.3.2 build 257589 (as reported by VMWare dialogue tools 'about')

    It is its own version of the tools for the host?

    I've uninstalled and reinstalled the tools on my guests several times, and they always communicate the same build number.

    Is it possible for a host to install a version of 'out of sync' tools? If so, how can I "Resync" it?

    Thanks for the pointers.

    Luke

    I would be grateful if you could tell me whether or not this file should be present on the guest operating system.

    Take a look at activation record for VMware Tools within an operating system called Windows debugging in this article that the location of the "tools.conf" queue is specified for different OS comments.

    I checked my VMs, I saw that there is a file with a name like on some VMS (but it is empty), while there is no file on others.

  • Around question number Q Q

    Hi all

    I can't use the rounded in the query in the query. I can get the entire number as:

    < cfquery dbtype = "query" >

    Select cast (myValue as integer) finalNumber

    from myQuery

    < / cfquery >

    where myValue = 65.7, but the result is 65 years old, it should be 66.

    It's a work around for this issue?

    Thank you!

    Select a static field for your q q.  Then loop through the results and update to aid querysetcell and round() coldfusion function.

  • License question: number of CPUs

    The key you get for the free ESXi is approved for 1 CPU. I'm just doing initial tests on a package with 4-core machine, so my question with the free version is: has this restriction 1CPU fot the CPU package or free ESXi indeed uses only 1 core? (which would be a shame with the technologies of todays HW, so I hope that this restriction is on the side of the package)

    Hello.

    It is through socket, not by heart.

  • Question number data type

    Dear all,

    I have the instruction insert statement in my form. Because I'm inserting fields numbers two at a table. These two fields are of the form variables. Those that contain the data type number. In the database, we have datatype as number (14.3) for these fields. These 2 areas containing value according to the 12-digit number.

    Where to insert it showing me an error message such as,
    ORA-01438: value superior to the precision specified for the column.

    Give me advice to solve this problem.

    Thanks in advance,
    Lakshmi.P.

    Hello

    Number (14.3) means 11 digits and 3 decimals. Display the number you are trying to insert. It must be greater than 99,999,999,999
    or maybe, you have a problem with the decimal separator character.

    François

  • Question number invalid where clause

    Hello

    I have the code snippet below fails with an ORA-01722 invalid number.
      select a.po_id, b.rb_mkstr_cd, a.insp_dt
      from Table1 a, Table2 b
       where  DECODE(SUBSTR(UPPER(a.PO_ID),1,1),'S','SP','U','SU','F','FA','H','HO') = b.Xse_Sesn_Cd (+)
        and     SUBSTR(LPAD(TRUNC((TO_CHAR(a.INSP_DT,'YY')+ 5 - SUBSTR(a.PO_ID,2,1))/10),2,'0'),2,1)||SUBSTR(a.PO_ID,2,1) = SUBSTR(CodeMsc.Xsn_Sesn_Yr_Rng(+),3,2)
    SUBSTR(a.PO_ID,2,1))/10 
    Select the portion of code where the arithmetic operation occurs has a null/empty character in the field of a.po_id, causing failure.

    I tried to use the NVL function on the substr (a.po_id, 2, 1)) / 10, but that did not work.
    Is there a work around to solve the error?

    Hello

    Change your code to

    SUBSTR(Case When Instr(a.po_id,' ') > 0 Then Null Else a.po_id End,2,1))/10)
    

    Hope this helps
    Christian Balz

  • Question number debits RTMP streaming

    Hello

    Currently, I use the JW Player when you deploy our FMS videos. Here is similar to what my HTML code looks like...

    < script type = "text/javascript" >

    var flashvars = {}

    file: '17qp1.xml. "

    };

    swfobject.embedSWF ("player.swf", "playerspace", "718", "522", "9.0.0",)

    "expressInstall.swf", flashvars);

    < /script >

    < / head >

    < body >

    < div id = 'player' name 'player' = >

    " < an id ="playerspace"name ="playerspace"href =" http://www.Adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash"> download Adobe Flash Player to see this video." < /a > < / div >

    < / body >

    _____

    And here is what the XML file looks like...

    < rss version = "2.0".

    " = xmlns:media 'http://search.yahoo.com/mrss/"" "

    " xmlns:jwplayer ="http://developer.longtailvideo.com/trac/wiki/FlashFormats"> ".

    < String >

    < item >

    <: Media Group >

    < media: bitrate = url = "17qp1_1000.flv"1000"" width = "1280" height = "930" / > "

    < bitrate: media content = "800" url = "17qp1_800.flv" width = "718" height = "522" / > "

    "" < media: thumbnail url = "... / pictures/17qp1.jpg" / >

    < / media: Group >

    RTMP < jwplayer:type > < / jwplayer:type >

    address of the server rtmp < jwplayer:streamer > < / jwplayer:streamer >

    < / point >

    < / channel >

    < / rss >

    _____

    I'm basically wanting to implement this same functionality using Strobe Media Playback. I didn't know all the information about the implementation for flow rates, nor I have seen any information on how to set everything up in an xml file.

    I think I want to use the support of the m3u playlist too. Can I specify several stream flows in the m3u playlist?

    I'm new on OSMF and Strobe, information point in the right direction would be very useful. I've seen many examples online, but I have not seen examples of specific flow rates via the XML playlist calls flow. I don't want to have to open Flash Builder, whenever I have deploy video. We work with a lot of video, and having the XML/HTML support for paths is crucial.

    Thank you very much for your help!

    Dean

    "I think I want to use the support of the m3u playlist too. Can I specify several stream flows in the m3u playlist? »

    Yes, you can. Just put in the playlist .m3u file a line pointing to the manifest of the .f4m of the active dynamic streaming.

    If you have not prepared, you can test your playlist with:

    http://mediapm.edgesuite.NET/OSMF/content/test/manifest-files/dynamic_Streaming.F4M

  • Excited Photoshop Newbie Question number 2

    Hi all

    I am new to Adobe (Photoshop, Fireworks, Dreamweaver).

    For now I see there are some cool features in Fireworks, can be used to make beautiful graphics and process the images.

    Can someone explain in a few words the difference between Fireworks and Photoshop?

    I am also after a few tutorials of http://www.adobe.com/devnet/dreamweaver/articles/building_a_website_intro.html. They have there an example a .psd document seeks beautiful extremelly. I wonder if can someone rough for me what would be the learning curve for creating these nice documents in Photoshop (or someone has NEED of BE trylly artistically gifted to do and no matter how much learning will not help it!).

    Thank you for your reply,

    Carly

    CarlyJ wrote:

    Can someone explain in a few words the difference between Fireworks and Photoshop?

    Adobe's Photoshop. Macromedia's Fireworks (and Dreamweaver). Both are clever image editors. Adobe Macromedia bought a couple years ago. Adobe has now two image editors who do much of the same thing for a web designer. If you are looking for a tight integration with Dreamweaver (and you have Fireworks), consider using Fireworks for web design since it has a long history of development with Dreamweaver and can do some nice functional prototypes.

    CarlyJ wrote:

    I wonder if can someone rough for me what would be the learning curve for creating these nice documents in Photoshop (or someone has NEED of BE trylly artistically gifted to do and no matter how much learning will not help it!).

    Michaelangelo even need someone to show him how nail to the rock. Everyone is challenged with a new learning tool. Consider a site like Lynda.com to learn more about Photoshop, Fireworks, and Dreamweaver.

  • Number formatting Question

    Hi all..

    Please help with this question number formatting.

    I think that this question could have asked a lot of time, but I could not able to find the answer.

    I would format a number with 3 decimal places

    I mean.

    Ex:

    123456 to 123456.000

    12.1 to 12,100

    12.12 to 12.120

    12.123 to 12.123

    12.1234 to 12.123

    1234.12345 to 1234.123

    Please help me with this.

    Thank you

    Use TO_CHAR and mask format:

    SQL> -- generating sample data:
    SQL> with t as (
      2  select 123456 n from dual union
      3  select 12.1 from dual union
      4  select 12.12 from dual union
      5  select 12.123 from dual union
      6  select 12.1234 from dual union
      7  select 1234.12345 from dual
      8  )
      9  --
     10  -- actual query:
     11  --
     12  select n
     13  ,      to_char(n, '999999d000') c
     14  from   t;
             N C
    ---------- -----------
          12.1      12.100
         12.12      12.120
        12.123      12.123
       12.1234      12.123
    1234.12345    1234.123
        123456  123456.000
    6 rows selected.
    
  • I asked a question and I received a confirmation e-mail; where can I find my question?

    I asked a question and I received a confirmation e-mail; where can I find my question?

    Your message would have provided you with a link. But you can find your comments and answers to them via the 'My Contributions' link. (you must be logged in)

    https://support.Mozilla.com/questions?filter=my-contributions

    You will find at the top of the page by removing the question number leaving

    https://support.Mozilla.com/questions/

    More tips by clicking on my profile, Avatar, or my name to the left of this message.

    This message was also sent to your Inbox, if you see it here first, then you will see a small black box with the number of messages unread in it next to the "Inbox" in the upper part where you see your name or when you "Sign In" or Out. David McRitchie

Maybe you are looking for