Help with If formula writing

Hypothetical, if cell A2 is less than cell B2 and then cell A36 = 5, if cell A2 is more than cell B2 and then cell A36 =-5. If cell A3 is cell B3 below then cell A36 = 5, if cell A3 is cell B3 and cell A36 =-5. And then for the A36 cell permanently keep a total.  Can anyone help with a formula for something like that?

You can do something like this:

C2 = 5 × IF (A2, B2, 1, IF (A2 > B2, −1, 0))

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

= 5 * IF (A2, B2, 1, IF (A2 > B2, −1, 0))

Select the cell S2, copy

Select cells C2 through C35, dough

C36 = SUM (C2:C35)

< B > - 5

A > B->-5

A=B                 -> 0

Tags: iWork

Similar Questions

  • Need help with the FORMULA by the numbers

    I need a table to calculate my order of shirt by color and size. What I am doing wrong?   Thank you

    If by "score" you mean County, you could do something like this:

    The formula in B2, filled and right at the bottom, is:

    = COUNTIFS(Table 1::$B,$A2,Table 1::$E,B$1)

    COUNTIF is built using a series of pairs of the condition column.

    And if you mean by 'score', for example, the amounts in the column amount instead of the counts, he could do something like this:

    = SUMIFS(Table 1::$G,Table 1::$B,$A2,Table 1::$E,B$1)

    Make sure that your table with the data from the source (in my example, table 1) is a separate table is not part of a larger table (as your screenshot seems to suggest).

    SG

  • Help with MDX formula

    Hi all

    I have valid MDX formula, but does not result, can you guide me in the right direction to solve the problem.

    Is that what I'm trying to accomplish?


    Mode 1, mode (gross) 2 (adjusted)
    Bill FCST law FCST Calc Calc
    X     X     X          X     X     X
    0     0     0          0     X     0
    0     X     X          X     0     0
    X     0     X          0     0     0

    If the Act or FCST is '0' in RAW it has everything replaced by '0' in the answer key. otherwise copy actual and forecast adjusted values.


    "case when is ([Raw], [Actuals]) = '0' or ([set], [forecast]) = '0' then '0' other ([actual] = [Raw], [Actuals]) and [forecast] = ([Raw], [Forecast]) ' this is my formula that is posted, but I don't see any results.

    Help will be boiled very much appreciated.

    Thanks in advance

    VIC...

    Hello

    I do not know which Member you are trying to write this formula on. It should be on "Adjusted" Member because that's what you want to calculate. I don't know how your formula has posted - you can try one of these formula or change your formula on similar lines and it should work.

    BOX WHEN ([Raw], [Bill]) = 0 OR ([Raw], [last]) = 0
    THEN
    0
    ON THE OTHER
    [Raw]
    END

    *******************

    IIF (([Raw], [Loi]) = 0 OR ([Raw], [last]) = 0, 0, [Raw])

    Kind regards
    Sunil

    Published by: sunil k on January 17, 2013 14:28

  • Worksheet Excel with a formula that must be in PDF format, helping with Javascript commands.

    I have a field whose value of the gross amount of the losses.

    When a number is entered the amount of the service is calculated with the formula below.

    = IF (F21 < 1, MAX (P3:P20),MAX(Q3:Q4))

    He is referring to the table below...

    so if the gross amount of the loss is less than 500 and then the amount of the service's 148

    If it is less than 2500 is the amount of the service of 1 290

    and so on.

    0-500= IF(I21>0,148)= IF (F21 = 1, 90)
    500-2500= IF(I21>500.01,290)= IF (F21 = 2, 125)
    2500-5000= IF(I21>2500.01,420)
    5000-10000= IF(I21>5000.01,585)
    10000-20000

    = IF(I21>10000.01,790)

    20000-50000= IF(I21>20000.01,965)
    50000-100000= IF(I21>50000.01,1640)
    more than 100000= IF(I21>100000.01,I21*0.024)

    Can I create a script that does essentially the same thing?

    The line which reads:

    var nGrossLoss = this.getField("GrossLoss").value;) get the value of the gross loss

    must be:

    var nGrossLoss = this.getField("GrossLoss").value; get the value of the gross loss

  • Need help with a declaration of 'IfThenIfNot '.

    Every year couple I need help with a script statement and these forums have been incredibly useful. Once more, I was hoping that someone out there had knowledge of something I am writing for a form, I need to automate:

    In the jargon of Excel that I try to write to would state so @if (("Subtotal"+"InvestigativeFee"+"PlanReviewFee") > 1000, + 100, + (("Sous-total" + "Investigativ Manar" + "PlanReviewFee") *. 1))

    What I have here is three form named subtotal, InvestigativeFee & PlanReviewFee fields.  The formula in question says it's a 'technology assessment fee"of 10% on the total part of what above mentioned 3 fields but there is a maximum charge of $100 for this tax.  The statement that I wrote above would have worked in Excel (not tested, but generally is the idea).  I was hoping someone mastering JavaScript could help me with a statement that I needed to do this work.

    Hope to hear from someone,

    Warmly yours.

    Steven L in Eugene OR

    Try the following in the custom calculation of the fresh field of evaluation script:

    Custom calculation script

    (function () {}

    Maximum package

    var max_taf = 100;

    Get the values of the field as numbers

    var v1 = + getField("Subtotal").value;
    var v2 = + getField("InvestigativeFee").value;
    var v3 = + getField("PlanReviewFee").value;

    Calculation of tax

    TAF var = (v1 + v2 + v3) / 10;

    Set this field to royalty calculated value if less than maximum, otherwise the maximum value

    Event.Value = (taf< 100)="" taf="" :="">

    })();

  • Ahhh need help with numbers - too use to Excel!

    Hello

    I am very new to numbers. I have a spreadsheet and a column, I have the following:-

    AB071602 then below I have AB071604 and so on - I have to do is to change the 07 to the 08 and 16 and 17 on each cell, more than 200. I know there is a way to do this with a formula in excel, but I'm not sure about numbers? I don't want to sit and manually change each cell.

    I also have all these numbers in another column and have a .jpeg at the end of each of them, once again, I'm sure there must be a formula to add it automatically.

    Can someone help me?

    Thank you in advance.

    Assuming you have something like this:

    You can create the file name replacing "0817" "0716" and adding ".jpg" at the end.

    the id of the original photo is in column A and the name of the update file is in column B (in this example.

    B2 = SUBSTITUTE (A2, "0716", "0817") & ".jpg".

    It is a shortcut to select cell B2 and type (or copy and paste it here) the formula:

    = SUBSTITUTE(A2, "0716", "0817") & ".jpg".

    to fill down, select cell B2, copy

    Select the cells B2 at the end of column B (or), and then paste

  • Help with the Structures of the case

    I have a problem switching between the true and false cases between the structures of the case. I'm writing a VI that generates a random number between 0 and 10 once every 0.5 seconds, and then adds the numbers until the total reaches or exceeds 100. At that time, it should start to subtract the number generated at random until it reaches 0, then switch again adding etc.

    I have a problem switching to the case of 'false' once the sum exceeds 100. If anyone can help with that would be great!

    To make things more simple exchange the Boolean value for an enumeration with only two values you can call "Count Up" and "Count Down".

    Create a second shift register to hold the enumerated value specifying whether to "Count Up" or "Count Down". Initialize the new register shift to count up, and in the case of "Count Up" in the structure of the case, increment the value of data and test to see if it is greater than 100. If this is not the case, do not change the value in the registry to shift direction. If data has exceeded the limit, change the values in the shift of direction register account to "Count Down".

    In the case of 'Count Down', decrement the value of data and test a value less than 0. When the value of the data is less than the lower limit, change the values in the change of direction of the County Register to "Count Up" and you're done.

    Mike...

  • help with looping equation

    I'm really bad here with this (apparently) pretty simple problem of labview.  I have a set of equations that rely on the response of the other previous formula and so on.  I can do that easily enough in excel.  I tried to recreate this function in labview and were really struggling to make it work.  I tried to use while loops and for loops, I think that's what I have to do here, but I have a lot of success.  in any case, I've attached the worksheet with two formulas, a .png showing the relationship between the formulas in the worksheet and my .VI.  Thank you for your help in advance.

    You need both a loop and a shift register.

    Lynn

  • Help with the Powershell script to collect logs from all domain controllers

    I am writing a script to retrieve the last 5 days of application, security and log files from all domain controllers. The script runs, but fire the logs from the local server only. The variable $Computer has all of my DC so it's the fine mark. I guess it's a problem with my line ForEach-Object, but is not error. See the below script.

    $log = 'application '.
    $date = get-date-format MM-DD-YYYY
    $now = get-date
    $subtractDays = new-object System.TimeSpan 5,0,0,0,0
    $then = $Now.Subtract ($subtractDays)
    $Computers = get-ADDomainController-filter *.
    ForEach-Object - InputObject $Computers - process {Get-EventLog - LogName $log - after $then - before $now - EntryType error | select EventID, MachineName, Message, Source, TimeGenerated |} ConvertTo-html | {Out-file $env:TEMP\Applicationlog.htm}
    Invoke-Expression $env:TEMP\Applicationlog.htm

    Thank you

    Rich

    Hello

    To help with the repost the question script to the script Center Forum

    http://social.technet.Microsoft.com/forums/scriptcenter/en-us/home

  • Where clause ' where 1 = 1 ' help with SQL tuning

    Hello Tuning specialists,.
    It is useful to use ' where 1 = 1 ' and then type all joins and conditions in the statements 'AND' of the SQL when writing SQL queries. I would like to know if it helps with the writing queirs this way SQL query performance.

    Thanks in advance.

    Published by: oracle_developer on October 8, 2012 10:41

    oracle_developer wrote:
    Hello Tuning specialists,.
    It is useful to use ' where 1 = 1 ' and then type all joins and joins in the statements "AND" when writing SQL queries.
    I would like to know if it helps with the writing queirs this way SQL query performance.

    He has No. performance impact.
    It is done when building dynamic SQL, so each sentence can start with AND

  • Help with effect

    Hello.

    First of all; I'm not English, so sorry for the possible errors in writing.

    Well, to understand my doubt, you must watch the following video:

    http://www.YouTube.com/watch?v=6h1QsRcxmzs & feature = youtu.be

    As you can see, this is a clip of Battlefield 3. We're making a movie, but... some soldiers have a blue icons over their heads. So, I'm trying to remove these icons... but I can't. I tried all kinds of videos on Youtube, but no one is certainly good.

    That's all... I need help with it, I don't know if it is easy to do but I'm begineer with this programs (I have AE CS4)

    Go to the window - timeline and press play to check and make sure that your animation plays correctly.  Then go to file - export - rendered Video.  Choose the settings that match the rest of your film.

  • Need help with query SQL Inline views + Group

    Hello gurus,

    I would really appreciate your time and effort on this application. I have the following data set.

    Reference_No---Check_Number---Check_Date---description---Invoice_Number---Invoice_Type---Paid_Amount---Vendor_Number
    1234567 11223 - 05/07/2008 -paid for cleaning- 44345563-I-* 20.00 *---19
    1234567 11223 - 05/07/2008 - 44345563 -a--10,00---19 ofbad quality adjustment
    7654321 11223 - 05/07/2008 - setting the last billing cycle - 23543556 - A - 50.00 - 19
    4653456 11223 - 05/07/2008 - paid for cleaning - 35654765 - I - 30, 00-19

    Please ignore '-' added for clarity

    I'm writing a paid_amount based on Reference_No, Check_Number, Payment_Date, Invoice_Number, aggregate query Invoice_Type, Vendor_Number and display description with Invoice_type 'I' when there are multiple records with the same Reference_No, Check_Number, Payment_Date, Invoice_Type, Invoice_Number, Vendor_Number. When there are no more records I want to display the respective Description.

    The query should return the following data set

    Reference_No---Check_Number---Check_Date---description---Invoice_Number---Invoice_Type---Paid_Amount---Vendor_Number
    1234567 11223 - 05/07/2008 -paid for cleaning- 44345563-I-* 10.00 *---19
    7654321 11223 - 05/07/2008 - setting the last billing cycle - 23543556 - A - 50.00 - 19
    4653456 11223 - 05/07/2008 - paid for cleaning - 35654765 - I - 30, 00-19
    Here's my query. I'm a little lost.

    Select b., A.sequence_id, A.check_date, A.check_number, A.invoice_number, A.amount, A.vendor_number
    de)
    Select sequence_id, check_number, check_date, invoice_number, sum (paid_amount) sum, vendor_number
    of the INVOICE
    Sequence_id group check_date, check_number, invoice_number, vendor_number
    ) A, B OF INVOICE
    where A.sequence_id = B.sequence_id


    Thank you
    Nick

    It seems that this is a duplicate thread - correct me if I am wrong in this case->

    Need help with query SQL Inline views + Group

    Kind regards.

    LOULOU.

  • Problem with Zoom-&gt; formula option in Excel add in

    Hi all

    In the worksheet, add in the I have activate the option, Essbase-> Options-> Zoom-> options, and then do a recovery operation for a member of level 0 with a formula in the general plan, she referred the members that are included in the formula. The above works fine for an application of OSI.
    But when I do the same operation on a member of level 0 of a request for ASO, which has an associated formula does not retrieve the formula members.

    Can someone help me on above.

    Thank you
    Raja

    I'm guessing that the zoom in formula does not MDX. IT works for the cube of the BSO on simple calculations, because he can understand the calc script language and understand the names of members. When it comes to complex formulas in BSO he cannot do more. MDX is a different animal for Essbase, and I bet they never thought to change the add-in for ASO. As much as I know there is none of the changes to the add-in for ASO

  • Need help with Macbook

    Hello, I recently bought a Macbook from a friend and since I got the Mac it's very very slow at doing things like browsing the internet using Safari, it takes forever to load, web pages and all sorts of things that I'd like to get help with this problem maybe a few recommendations and also on how to speed up... If you need to care about Macbook, I can give these thx.

    To sell or transfer ownership of a Mac, even to a member of your family, you must follow these instructions. So far, you will have continuous problems.

    Refer to what to do before you sell or give away your Mac

    1. If you have enabled FileVault, disable it in system preferences > Security and privacy.
    2. "Remove" your iTunes account. Ditto for Audible if you have one.
    3. System Preferences > iCloud > deselect 'Back to My Mac' and 'find my Mac '.
    4. Disconnect from iCloud. Select "Delete from Mac" when it appears.

    Next: delete all of your personal information by erasing the internal storage of the Mac completely.

    1. If your Mac comes with a grey system installation DVD, start up your Mac with this disc in the optical drive, all holding the key c to boot from it instead of its internal volume, which must be erased before selling.
      • Apple stopped Macs shipment requiring these discs in August 2011.
    2. If your Mac does not comes with disks, boot OS X Internet Recovery:
      • using three fingers press on and hold the following keys: (command), optionand R.
      • With a fourth finger, press the power button to turn on the Mac.
      • Keep the other three fingers here where they are until you see the icon "spinning globe.
      • This method force the Mac to download BONES initially installed from Apple servers, that won't require not an Apple ID install.
    3. Remove any password Open Firmware, if you created a: select utility password firmware in the Utilities menu and remove.
    4. Select disk utility from the utilities menu.
    5. Delete all partitions that can be created.
    6. Select the icon for the hard drive to the Mac, and then select the tab "delete".
    7. Click on the 'Security Options' button and erase the drive.
      • More "robustly" you erase the disc, the longer it will.
      • The fastest method is sufficient, since all but the techniques more expensive and equipment will be able to recover data deleted safely.
    8. When he finishes, quit disk utility.
    9. In the utility menu, select Install Mac OS X .
      • An identifier Apple won't be necessary. If a prompt for an Apple ID, return to step 5.
      • Do not create user accounts.
    10. When he finishes, shut down the computer.
    11. If you want to install the bundled apps that have been included with your Mac, restart using your DVD Applications if it was included and install the bundled apps.
      • Apps, delivered with the new Macs sold without disks cannot be transferred. His new owner must buy them from the Mac App Store with its own Apple ID.

    If the Mac is sold to someone outside the family, consider the following additional information:

    1. System provided with your Mac installation DVD must stay with him forever and be included in the sale.
    2. Consider including your AppleCare certificate if you bought it, documents printed, same box if you have.
      • AppleCare remains with the equipment and can be transferred.
    3. Run an invoice indicating the serial number of the Mac.
    4. Once is no longer in your possession, remove the Mac of your devices in my support profile.
  • Help with horror? El Capitan Mac

    Hello, I have major issues with horror.  It interferes with almost all of the process: navigation (Firefox or Chrome), MS Office, Adobe Pro, Finder...  I ran a report EtreCheck (see below) and the major problem seems to be Firefox.  I was wondering if someone could take a look at this and make other suggestions.

    Thank you!

    EtreCheck version: 3.0 (300)

    Report generated 2016-08-12 12:44:23

    Download https://etrecheck.com EtreCheck

    Time 06:53

    Performance: average

    Click the [Support] links to help with non-Apple products.

    Click the [details] links for more information on this line.

    Problem: Beachballing

    Description:

    Beach ball with Firefox, Chrome, MS Office, Adobe Pro, Finder

    Hardware information: ⓘ

    MacBook Pro Intel Core i5, Intel Core i7, 13 "(mid-2012)"

    [Technical details] - [User Guide] - [warranty & Service]

    MacBook Pro - model: MacBookPro9, 2

    1 2.5 GHz Intel Core i5 CPU: 2 strands

    8 GB of RAM expandable - [Instructions]

    BANK 0/DIMM0

    OK 4 GB DDR3 1600 MHz

    BANK 1/DIMM0

    OK 4 GB DDR3 1600 MHz

    Bluetooth: Good - transfer/Airdrop2 taken in charge

    Wireless: en1: 802.11 a/b/g/n

    Battery: Health = Normal - Cycle count = 38

    Video information: ⓘ

    Graphics Intel HD 4000

    LED Cinema Display 1920 x 1200

    System software: ⓘ

    OS X El Capitan 10.11.6 15G (31) - since the start time: about 3 days

    Disk information: ⓘ

    HTS545050A7E362 disk HARD APPLE disk0: (500,11 GB) (rotation)

    EFI (disk0s1) < not mounted >: 210 MB

    Macintosh HD (disk0s2) /: 499,25 (Go 150,27 free)

    Recovery HD (disk0s3) < not mounted > [recovery]: 650 MB

    MATSHITADVD-R UJ - 8À8)

    USB information: ⓘ

    RD Slim BUP Seagate 2 TB

    EFI (disk1s1) < not mounted >: 210 MB

    SEAGATE External 2 to (disk1s2) Volumes/external Seagate 2 Tb: 2.00 TB free 1.20

    Apple Inc. Apple LED Cinema Display

    ISight Apple Display Inc.

    Apple Inc. Apple's USB audio device

    Apple Inc. FaceTime HD camera (built-in)

    Apple Inc. Apple keyboard / Trackpad

    Computer, Inc. Apple IR receiver.

    Apple Inc. BRCM20702 hub.

    Apple Inc. Bluetooth USB host controller.

    Hub keyboard Apple, Inc.

    Logitech USB-PS/2 optical mouse

    Apple Inc. Apple Keyboard

    Information crush: ⓘ

    Apple Inc. Thunderbolt_bus.

    Goalkeeper: ⓘ

    Mac App Store and identified developers

    Kernel Extensions: ⓘ

    / Library/Extensions

    [loading] com.sophos.kext.sav (9.4.52 - SDK 10.9 - 2016-08-05) [Support]

    [loading] com.sophos.nke.swi (9.4.53 - SDK 10.9 - 2016-08-05) [Support]

    Launch system officers: ⓘ

    [loaded] 8 tasks Apple

    [loading] 152 tasks Apple

    [operation] 65 tasks Apple

    [killed] 13 tasks Apple

    13 killed process lack of RAM

    Demons of launch system: ⓘ

    [loaded] 46 tasks Apple

    [loading] 150 tasks Apple

    [operation] 89 tasks Apple

    [killed] 6 tasks Apple

    6 killed process lack of RAM

    Launch officers: ⓘ

    [no charge] com.adobe.AAM.Updater - 1.0.plist (2016-05-02) [Support]

    [operation] com.brother.LOGINserver.plist (2016-03-10)

    [loading] com.gog.galaxy.commservice.plist (2016-04-24) [Support]

    [failure] com.maintain.PurgeInactiveMemory.plist (2016-06-09) [Support]

    com.maintain.Restart.plist [no charge] (2016-06-09) [Support]

    com.maintain.ShutDown.plist [no charge] (2016-06-09) [Support]

    [operation] com.maintain.SystemEvents.plist (2016-06-09)

    [operation] com.sophos.uiserver.plist (2016-05-12)

    Launch of the demons: ⓘ

    [performance]    BESAgentDaemon.plist (2016-05-16)

    [loading] com.adobe.fpsaud.plist (2016-06-28)

    [loading] com.gog.galaxy.clientservice.plist (2016-04-24) [Support]

    com.maintain.HideSpotlightMenuBarIcon.plist [no charge] (2016-06-09) [Support]

    [loading] com.microsoft.office.licensing.helper.plist (2010-08-25)

    [operation] com.prey.agent.plist (2016-05-17)

    [operation] com.sophos.common.servicemanager.plist (2016-05-12)

    Launch User Agents: ⓘ

    [loading] com.adobe.ARM. [...]. plist (2016-04-22)

    [loading] com.bittorrent.uTorrent.plist (2016-04-19) [Support]

    [loading] com.google.keystone.agent.plist (2016-07-11)

    [operation] com.spotify.webhelper.plist (2016-08-10) [Support]

    [loading] com.valvesoftware.steamclean.plist (2016-07-14)

    org.Hola.VPN.plist [no charge] (2016-08-01) [Support]

    User login items: ⓘ

    iTunesHelper Application (/ Applications/iTunes.app/Contents/MacOS/iTunesHelper.app)

    ClipMenu application (/ Applications/ClipMenu.app)

    Agent application of file transfer Android (~/Library/Application Support/Google/Android File transfer/Android File Transfer Agent.app)

    MightyText application (/ Applications/MightyText.app)

    Internet Plug-ins: ⓘ

    AdobeAAMDetect: AdobeAAMDetect 1.0.0.0 - SDK 10.6 (2016-05-02) [Support]

    FlashPlayer - 10.6: 22.0.0.209 - SDK 10.9 (2016-07-13) [Support]

    QuickTime Plugin: 7.7.3 (2016-07-29)

    AdobePDFViewerNPAPI: 11.0.15 - SDK 10.6 (2016-05-02) [Support]

    AdobePDFViewer: 11.0.15 - SDK 10.6 (2016-05-02) [Support]

    Flash Player: 22.0.0.209 - SDK 10.9 (2016-07-13) [Support]

    Default browser: 601 - SDK 10.11 (2016-07-29)

    SharePointBrowserPlugin: 14.6.6 - SDK 10.6 (2016-07-28) [Support]

    Silverlight: 5.1.50428.0 - SDK 10.6 (2016-07-29) [Support]

    The internet user Plug-ins: ⓘ

    Picasa: 1.0 - SDK 10.6 (2015-10-13) [Support]

    3rd party preference panes: ⓘ

    Flash Player (2016-06-28) [Support]

    Time Machine: ⓘ

    Automatic backup: YES

    Volumes to back up:

    Macintosh HD: Disc size: 499,25 GB disc used: 348,98 GB

    Destinations:

    TB external Seagate 2 [Local]

    Total size: 2.00 TB

    Total number of backups: 29

    An older backup: 15/05/16, 06:27

    Last backup: 12/08/16, 11:45

    Size of backup drive: Excellent

    Size of backup 2.00 TB > (disk size 499,25 GB X 3)

    Top of page process CPU: ⓘ

    35% firefox

    11% kernel_task

    7% mdworker (13)

    4% WindowServer

    2% BESAgent

    Top of the process of memory: ⓘ

    GB firefox 3.08

    Kernel_task 848 MB

    180 MB mdworker (13)

    90 MB Microsoft Word

    Finder 82 MB

    Information about virtual memory: ⓘ

    24 MB of free RAM

    7.98 GB RAM (1.31 GB being cached) used

    3.01 GB used Swap

    Diagnostic information: ⓘ

    August 12, 2016, 12:24:55 PM/Library/Logs/DiagnosticReports/SophosWebIntelligence_2016-08-12-122455_ [redact ed] .crash

    / Library/Sophos Anti-Virus/SophosWebIntelligence.bundle/Contents/MacOS/SophosWebIntelligence

    August 12, 2016, 12:00:06 PM/Library/Logs/DiagnosticReports/SophosWebIntelligence_2016-08-12-120006_ [redact ed] .crash

    August 11, 2016, 01:40:07 PM/Library/Logs/DiagnosticReports/SophosWebIntelligence_2016-08-11-134007_ [redact ed] .crash

    August 11, 2016, 10:17:21 /Library/Logs/DiagnosticReports/tcosrj_2016-08-11-101721_[redacted].hang

    / Volumes/VOLUME / * / Romeo & Juliet.app/Contents/MacOS/tcosrj

    August 11, 2016, 06:33:30 /Library/Logs/DiagnosticReports/_2016-08-11-063330_[redacted].crash

    ???

    August 10, 2016, 13:44:38 /Library/Logs/DiagnosticReports/firefox_2016-08-10-134438_[redacted].cpu_resour ce.diag [details]

    /Applications/Firefox.app/Contents/MacOS/Firefox

    August 10, 2016, 06:43:13 AM/Library/Logs/DiagnosticReports/SophosWebIntelligence_2016-08-10-064313_ [redact ed] .crash

    9 August 2016, 15:17:53 self-test - spent

    First uninstall Sophos. Anti virus apps are not necessary and may cause problems. Remove the bittorrent as well. It can be a source od malware.

Maybe you are looking for

  • W510 Displayport to HDMI audio

    Hi guys,. I bought 2 diferent displayport to HDMI, 1 is displayport to HDMI (FEMALE) and another 1 displayport to HDMI (male). The two produces no sound at all. I went to the sound and check if there is any what HD audio, NVIDIA or TV selection, but

  • HELP URGENT WINDOWS SERVER

    Hi, I downloaded windows Server2008 Standerd from the microsoft Web site and I was wondering if it is embemed with a product that is all key thank you

  • Lord of the problem online rings

    Whenever I start the Lord of the rings online, it closes as soon as I connect. I then load the program again, and then it is charging correctly. Does anyone know what causes this?

  • 15 HP Pavilion

    Hello friends I have a hp Pavilion 15 and forgotten my password. I disable code as 87702124. can someone please help

  • Need help with Windows logon: LongonUI.exe - bad Image

    I recently received this message when you try to start windows: Longon window: LogonUI.exe - bad Image C:\Windows\system32\dwmapi.dll is not designed to run on Windows or it contains an error. Try to install the program by using the original installa