Smart table?
Hi guys, I would like to know where I can find the ( "")
in the following formula: SUM(F10+[@Input]-[@Output]) must be appended so that if there is nothing to calculate, the cell remains empty????
Thank you thank you
Hi guys, I would like to know where I can find the ( "")
in the following formula: SUM(F10+[@Input]-[@Output]) must be appended so that if there is nothing to calculate, the cell remains empty????
Thank you thank you
Hello, could you please help me derive this function? f(x) = (-20x-40)*e^-0.5x And explain how you came to that conclusion? Thank you!
I have a website, and an analysis was performed. Here are the results, which I can't interpret ("my-website" in mail.my-website.net is a placeholder): – Problem: — Finding: Detected CVEs for ISC BIND 9.11.4 with CVSS above 7.0 — Asset: mail.my-website.net — Description: The detected technology has CVEs with a CVSS score higher than 7.0. It…
Hi, I want to buy a Mac mini to use Xcode. Which Mac mini would be the cheapest (used) that can install the latest version of Xcode and perhaps even run for a longer time? Thanks!
Can someone please explain the following example to me? I don't understand the solution. Information: Solution:
Hello dear community, As part of my physics exercises, I was given an exercise on collisions. It's supposed to be a perfectly elastic collision, with the velocity vectors of two colliding balls oriented in exactly opposite directions. Since nothing else is known about the collision, I wanted to ask: 1.) That doesn't necessarily mean that…
I would like to create a form for this purpose. I created the following: Add-Type -AssemblyName System.Windows.Forms Add-Type -AssemblyName System.Drawing $form = New-Object System.Windows.Forms.Form $form.Text = 'lokaler Benutzer' $form.Size = New-Object System.Drawing.Size(300,200) $form.StartPosition = 'CenterScreen' $okButton = New-Object System.Windows.Forms.Button $okButton.Location = New-Object System.Drawing.Point(75,120) $okButton.Size = New-Object System.Drawing.Size(75,23) $okButton.Text = 'OK' $okButton.DialogResult = [System.Windows.Forms.DialogResult]::OK $form.AcceptButton =…
e.g.
=WENN(F10+(A10-B10)=0;”;F10+(A10-B10))
… in table form
=WENN(+F10+[@Input]-[@Output]=0;”;+F10+[@Input]-[@Output]
Copy your formula here
Now a thank you again, and after having repaired my Excel version with my license dealer, everything works now!
=WENN(+[@input]-[@output]+F10=0;”;+F10+[@input]-[@output]
https://excelhero.de/functions/excelif-function/
in excel there is an if-then function. simply query if, for example, the input is empty, then it only gives a blank line