Numbers so each cell is 'YES' then 'YES '.

I want to check two cells in two different tables for the word 'YES', and if there are in each cell then the result is 'YES' or 'NO.' What is the formula?

Hi Bruce,.

Red blood cells are A1 of table 1 and table 2 A1.

= IF (OR (table 1::A1 = "YES", table 2::A1 = "YES"), 'YES', 'NO')

If there is more than one table named 'Table 1' in the document, you; Add the name of the worksheet that you control (ditto for "table 2).

The best way to get the correct addresses is to enter by placing the insertion point to the correct location in the formula, and then click the target cell. Numbers will automatically enter as much of the address because it must identify you cell.

Kind regards

Barry

Tags: iWork

Similar Questions

  • How can I select several albums in each cell in the row? Then, copy, delete, paste, change font?

    I have over 100 tables, each with about 40 individual cells that need to be revised. In each cell, there are 2 numbers stacked. The top number is "BOLD", the light at the bottom. My client wants that these figures transposed, with the new higher number as "BOLD" and the new substantive issue being as light. As you can see it will be very long and tedious to do.

    When I try to choose the number of albums, the 2nd number below is selected as well. Is there a way to select only the most important numbers in the cells, copy and paste them under the bottom numbers, and then change the font on both?

    I inserted two graphs as examples. The first 'Original' and the second 'publishes customers' to help illustrate my problem. Please keep in mind that I know little about scripting. I can open the AppleScript editor and that's all. I'm working on it in CS3. Please help me.

    Original Header 2 Header 3 Header 4

    100

    200

    200

    400

    400

    800

    800

    1200





















    Changes to clients

    Header 2 Header 3 Header 4

    200

    100

    400

    200

    800

    400

    1200

    800





    You are welcome! (Remember to press the button that says 'Response').

    The problem of font style is a well known, you can set the style of a font if that really exists. To fix it, change the background lines

    table. Rows [Row]. Cells [Cell] .paragraphs [0]. FontStyle = "Bold";

    apply evenly to the 2nd paragraph

    table. Rows [Row]. Cells [Cell] .paragraphs [1]. FontStyle = "Regular";

    TO

    table. Rows [Row]. Cells [Cell] .paragraphs [0] .appliedFont = "universe LT Bold Condensed Std\t67";

    apply evenly to the 2nd paragraph

    table. Rows [Row]. Cells [Cell] .paragraphs [1] .appliedFont = 'universe LT Std\t57 condensed. "

    (Off the top of my head; it is, first you give the name of the font family, then a tab-'\t' in Javascript-, then the font style).

  • How do you start endnote numbering in each section?

    How do you start endnote numbering in each section?

    Break the wires between the sections doesn't help, since the end notes

    and endnote in the text references are completely static, regular

    text. (However, if it is a long document, breaking the wire between

    sections/chapters can greatly speed up InDesign, and it is one of

    the first things I do when working on long documents.)

    Now, no doubt your references to endnotes in text have a character

    the style applied to them? Similarly, I hope that your note makes reference to

    at the beginning of each note also have a character applied to style

    them? If not, the first thing to do is to apply a tank style to these (do

    2 styles - one for arbitrators in the text, the other for numbers at the beginning

    end notes).

    Then, is to find a script that can do the math based on a character style.

    Must be somewhere... Well Yes, here

    You're going to:

    http://InDesignSecrets.com/free-script-to-change-all-numbers-in-a-document-using-math.php

    So, now you just need to run the script, understand how to subtract

    each style for each section of characters so that the first note is 1,.

    and your Uncle Bob.

  • How to copy the numbers in a cell to another cell and gets their total

    500.40

    192932.90

    231838 * 90

    290414 * 15

    222312 * 15

    222314 * 5

    141722 * 20

    Hello, can I ask how to copy the numbers after the period/asterisk to another cell and then add up all the numbers copied without having to type them.thank you

    Hi mirijin,

    Break the problem into small steps:

    Step 1. All separators (periods and asterisks) convert the asterisks.

    Formula in B2 (fill down)

    = SUBSTITUTE(A2,".","*")

    Step 2. Find the position of an asterisk in each cell.

    Formula in C2 (fill down)

    = FIND("*",B2)

    Step 3. Extract everything to the right of the asterisk.

    Formula in D2 (fill down)

    = RIGHT (B2, LEN (B2) −C2)

    Step 4. Convert the text to numbers re using the VALUE function.

    Formula in E2 (fill down)

    VALUE = (D2)

    This table has a header row and footer of the line, so the SUM in E9 apply to all cells in the body.

    = SUM (E)

    You can combine the individual forms in a unique and complex formula, or simply to hide intermediate columns B, C and D:

    Kind regards

    Ian.

  • Formula that multiplies the value in each cell in a column with another cell

    Hello

    is it possible to do a simple way?

    I need a formula that will multiply each cell in a column, one by one, with another cell. And then a way to fill the 32 raws and 12 columns.

    That's how I explain what I need simplified.

    G1 = ((chaque cellule de B1:B32, un par un) * E1) + (( B1:B32each cell, one by one) * E2) +...

    and then that again and again for coulumn 12.

    G1 to G12.

    G2 would be = ((chaque cellule de C1:C32, un par un) * E1) + ((each cell c1:C32, one by one) * E2) +... and so on...

    It would take weeks to do this manually.

    It is, for me, very complicated and my brain can not understand.

    very grateful for the help with this one.

    Thank you

    /Joakim

    Hello

    I can't imagine the structure of your table according to your descriptions, but formulas would be very simple if you calculate:

    G1 = (B1*E1 + B2*E1 + ... + B32*E1) + (B1*E2 + B2*E2 + ... + B32*E2) + ...
       = (B1 + B2 + ... + B32) * (E1 + E2 + ...)
    

    For example,.

    Table 1 (excerpt)
    
    A1 
    A2 
    A3 
    A4 
       
    B1  =RANDBETWEEN(0,5)
    B2  =RANDBETWEEN(0,5)
    B3  =RANDBETWEEN(0,5)
    B4  =RANDBETWEEN(0,5)
       
    C1  =RANDBETWEEN(0,5)
    C2  =RANDBETWEEN(0,5)
    C3  =RANDBETWEEN(0,5)
    C4  =RANDBETWEEN(0,5)
       
    D1 
    D2 
    D3 
    D4 
       
    E1  =RANDBETWEEN(0,5)
    E2  =RANDBETWEEN(0,5)
    E3  =RANDBETWEEN(0,5)
    E4  =RANDBETWEEN(0,5)
       
    F1 
    F2 
    F3 
    F4 
       
    G1  =SUM(B1:B32)*SUM(E)
    G2  =SUM(C1:C32)*SUM(E)
    G3 
    G4 
    

    * Table is designed with numbers v2.

    Kind regards

    H

  • How can I make a cell formula will apply for the entire column? For example D2 appears B2 - C2. How can I copy this formula for each cell in the column?

    How can I make a cell formula will apply for the entire column? For example D2 appears B2 - C2. How can I copy this formula for each cell in the column?

    If you want the formula is the same (B2 - C2) in the cell of each column you must change it as ($B$ - 2$ C$ 2). Then copy it, select the whole column and paste.

  • Numbers: The mobile cell formula

    This may work for you:

    E2 = if (value (D2) > 0, C2−D2, ' ')

    It's abbreviation dethrone select cell E2 and then type (or copy and paste it here) the formula:

    = IF (value (D2) > 0, C2−D2, ' ')

    Select cell E2, copy

    Select cells E2 at the end of column E, block

    F2 = SIERREUR (IF (AND (E2 = "", E1 > 0), C2 + CEILING (SUM($E$1:E1) ÷ (ROWS (D) −COUNTA (D)), 1), ' '), ' ')

    Select cell F2, copy

    Select cell F2 at the end of column F, dough

  • How to get the serial numbers of each part of my L875 satellite?

    Hello
    I found myself in need of some press information on parts of my toshiba Satellite L875
    How can I get the serial numbers of each part (motherboard, GPU, ram and HARD drive) of my computer?

    Unfortunately, you will not be able to find all of these data.
    What you'll find is the part number of compatible RAM or HARD drive. No more than that.

    What do you do exactly? Upgrade RAM? Change HARD drive?

  • I want to create a 2 cells in demand for numbers, the 1st cell is a dropdown menu with items of text, when choosing an item, that it would be represented by a numeric value in the other cell. How can I do?

    I want to create a 2 cells in demand for numbers, the 1st cell is a dropdown menu with items of text, when choosing an item, that it would be represented by a numeric value in the other cell. How can I do?

    You can use vlookup() like this:

    (1) crate a table like this:

    the first line is a heading row

    the first column contains the same list of items in the context menu

    the second column contains the corresponding values

    name of the table 'value '.

    In another table (where the pop-up menu), you can use the table of choice of 'Value' like this:

    create a drop-down list in cell B1

    Select cell C1 and type (or copy and paste) the formula:

    = VLOOKUP (B1, Value::A:B, 2, 0)

    short hand for this is:

    C1 = VLOOKUP (B1, Value::A:B, 2, 0)

    now change the pop-up to display the value in the change of cell C1

  • Explorer 8 is really bad compared to 6. It hangs very, very slow loading, if cela an inprovement, then you are in trouble!

    Explorer 8 is really bad compared to 6. It CRASHES constantly, is very slow loading. If cela an inprovement, then you're in trouble. The difficulty of this piece of garbage!

    Hello goodwrench70, welcome.

    Internet Explorer 8, the conditions are correct, will run at normal speed. If the browser is slow or if it crashes, it could be a number of possibilities.

    My suggestion would be to first try and launch IE8 in no add-on mode. This will allow us to see if maybe something 3 rd-party is causing the problem.

    1. click on START
    2. click on "programs".
    3. click on "Accessories".
    4. click on "system tools."
    5. click on 'Internet Explorer 8 (no add-on).

    If the browser still runs slowly or crashes, you can place the machine in a clean boot state.

    1. click on START
    2 type "msconfig" (without the quotes) and press enter
    3. go to the "Startup" tab and uncheck all the entries displayed
    4. click on 'Apply' at the bottom right
    5 restart your computer

    If the browser still runs slowly or crashes, you can try using a different browser to see if the problem is systemic, or just with Internet Explorer. Search "Web Browser" in your search engine. There are a number available there.

    If another browser to work properly, then I suggest to uninstall and reinstall Internet Explorer 8. After the reinstallation, I go to Windows Update and download all the updates that are available for IE8.

    Link reference for the manual uninstall IE8: http://support.microsoft.com/default.aspx/kb/957700

    Hope this helps,

    Thank you!

    Ryan Thieman
    Microsoft Answers Support Engineer
    Visit our Microsoft answers feedback Forum and let us know what you think.

  • for-each@cell inserts an extra empty column

    HI Experts,
    I use for-each@cell to be able to display columns of a report in excel. But this sentence, inserts an extra empty column in the report. Is it possible to get rid of this empty column.

    Thank you
    Swarna

    You can have so that it ignores the empty columns

  • Why a formula will work in each cell of each other than A column?

    Just for appearances, I would like to see the result of a formula in A4 format. When I enter the formula in A4, it returns an error. However, when I copy and paste the formula (or drag the cell) into any other cell in any column that does not have one, the function works perfectly.

    I recheck the formula after its entry into the cell in column A and all the characters in the formula are exactly the same as in any other cell in all other columns.

    Note: I have header columns and lines disabled for this table. I use version 3.6.2 of numbers.

    What is going on? I'm going nuts. How can I fix it?

    Thanks for any help.

    We really need to see the formula you are trying to use. sounds like your formula can refer to A column, which would create a circular reference. (as = Sum(A:A) who would try to summarize each number in A, but trying to sum column A4 has again and again...)

    If you can give us this information, we may be better able to help.

    Thank you

    Jason

  • Transfer of calls to telephone numbers in different cells of 2 numbers online

    I have 2 numbers online and I want figures online transmitted calls to 2 different cell phone numbers when I am not connected to Skype. Is this possible?

    Currently, it is not possible since the call is transferred from the Skype account, rather than directly from the number online.

    This option would be to create several accounts and buy separate number for each

    If the answer was helpful, please mark with congratulations , and if the problem is resolved you can mark it with solution. This will help other users found this answer more easily. Thanks in advance!

  • Why does not restart numbering in each of my chapters?

    For some reason, the figure of numbering just stopped covering chapters of my book.

    In other words, the first figure in each chapter is labeled Figure 1. All the chapters use the same

    paragraph 'Figure of legend' and this paragraph includes

    auto-numbering. And when I generate a LOF file for the book, FM has no difficulty

    to find them.

    It is a recent development because all the characters in the book used to be

    correctly numbered. I can't quite understand what has changed.

    My numbers are built this way: start with an anchored frame, import > file, then

    below the graphic frane imported itself, I insert a block of text and the number

    legend in it.

    I have never tinkered with any stream of text in the book - I just use everything which

    defaultes FM gave me

    As I said, this regime, used to work. Is it possible to explicitly

    tell FM to use the numbering continues?

    See you soon,.

    JP

    The other popular way for numbering to break in all of the component files is for auto-numbering formats paragraph do not use the same serial number, such as "F:" in:

    F:Figure\

    Or you do not have a serial number.

  • Notes - restart page numbering for each chapter (workaround)

    Hi all

    As far as I know, there is no way how to reset the reference numbering in ID CS4 (it would be ideal to have any possibility to choose the paragraph style, which could rely on that). Available only three options are available for the reset, all IMHO quite useless for documents faces double - pages numbered page and division (I located him so the names may differ). My chapters always starts on the front page. If the individual "divisions" would be created for each chapter and reset at the beginning of each division, as the division starts on the back page! (cannot be changed), it resets the previous chapter reference numbers, if they appear on this page at the back. But I agree that for documents single side, this option would be sufficient for me.

    Is there no workaround solution how to restart notes with each chapter numbering in the double faces documents? It could be scripted? I really need it...

    Kind regards

    Jan

    Hang on, I think I got it.

    When you're paging the regularly in your document, you use Alt + Pg. Prev / Alt + PgDown (Previous Spread) InDesign always selects the current spread. When you use SHIFT + PG. PREC and Shift + PgDown screen irritating jumps from the left to the right, so I do not use it, but it's the right page selected in the Pages panel.

    The difference is, when propagation is selected in the Pages panel, the new Section is automatically applied to the first (= left) page in which spread.

    If you right click on the page in the Pages panel, where do you want to actually start the new section, it will always apply to the correct. (And if you're a keyboard jockey, first navigate to the correct spread, then press on shift + page down once to get the point on the right page-- right.)

Maybe you are looking for

  • Firefox support website, but page, only on the desktop, no connection works fine on laptop

    Prosper.com homepage works fine, but when I try to sign in the new page not load, get only white screen. Works fine on the same computer in Chrome or IE, also works on laptop with the same version of Firefox. New problem started about 1 week ago.

  • Tecra A11 - 17V unable to connect to the WLan

    I have a Tecra A11 - 17V 15.6-inch and the problemis that i can´t get conection WiFi at home.With all of the other devices I come in my WLAN and the Tecra also in others, but not in mine. It is a WPA2-PSK AES and 128-bit encryption. This may be the c

  • 6259 PCI support Simulink

    I want to develop an application in real time on PCI-6259 with Matlab / Simulink, but I don ^ t know this device supports Simulink or not.

  • Reports of test bench is more generated

    Somewhere during development stopped reporting occurs. I received them very well until the end of last week. I looked at all the obvious things, but I was not able to solve the problem. I looked at the menu: "configure the report Options >" and he se

  • Event log Windows has stopped working due to an appcrash.

    Recently on windows problem reports and solutions, I got a note saying: windows event log has stopped working due to an appcrash. I went to the windows event logs and record the time and the problem. I'm relatively new to computers so I could not und