Skip to content

Commit

Permalink
Match blog entry
Browse files Browse the repository at this point in the history
  • Loading branch information
jdunkerley committed Aug 10, 2016
1 parent 72ed88a commit 178378b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions FirstAddIn.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@
<Name>PHI</Name>
<NumParams variable="false">0</NumParams>
<Category>Math</Category>
<InsertText>PHI()</InsertText>
<Description>The Golden Ratio</Description>
<InsertText>PHI()</InsertText>
<Formula>(1 + SQRT(5)) / 2</Formula>
</Function>
<Function>
<Name>IFNULL</Name>
<NumParams variable="false">2</NumParams>
<Category>Specialized</Category>
<InsertText>IFNULL(Val1, Val2)</InsertText>
<Description>Val1 if not null or Val2</Description>
<Description>If the first parameter is null replace with the second</Description>
<InsertText>IFNULL(Value, ValueIfNull)</InsertText>
<Formula>IIF(ISNULL(P1),P2,P1)</Formula>
</Function>
</FormulaAddIn>

0 comments on commit 178378b

Please sign in to comment.