question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[BUG] Formules are not available

See original GitHub issue

🐛 Bug Report

Steps To Reproduce

cell.value.formula += `"blabla "&$E${i}-$D${i}&CHAR(10)`; //WORKED
cell.value.formula += `&"Rating "&IF(ROUND($G${i}; 1)=ROUND($F${i};1); "doesn't change"; "")&IF(ROUND($G${i}; 1)>ROUND($F${i};1); "raised "&ROUND($G${i}-$F${i};1); "")` //ERROR when open xlsx, but when you type this formula Excel works fine

IF - doesn’t work in value.formula How have I use formules for cells in Excel?

Issue Analytics

  • State:open
  • Created 3 years ago
  • Comments:11 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
bodyajoycommented, Jul 2, 2020

😃 I don’t understand what was written there. Screenshot_5 Screenshot_6 Screenshot_4

2. Could you do same thing like here:

<f>
"Написано положительных отзывов: "&$G6-$F6&CHAR(10)&"Рейтинг "&IF(ROUND($I6,1)=ROUND($H6,1),"не изменился","")&IF(ROUND($I6,1)<ROUND($H6,1),"упал на "&ROUND($H6-$I6, 1),"")&IF(ROUND($I6,1)>ROUND($H6,1),"вырос на "&ROUND($I6-$H6, 1),"")
</f>
<v>
Написано положительных отзывов: -5 Рейтинг упал на 4.3
</v>
0reactions
bodyajoycommented, Jul 4, 2020

has it any meaning?

No, its just others cells) Columns are the same

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to avoid broken formulas - Microsoft Support
The formula is not calculating​​ Follow these steps to check for Automatic calculation. Select the File tab, select Options, and then select the...
Read more >
Excel formulas not working, not updating, not calculating
In Excel 2010, Excel 2013, and Excel 2016, go to File > Options > Formulas > Calculation options section, and select Automatic under...
Read more >
Excel Formulas Not Working: Possible Reasons and How to ...
When I use the below VLOOKUP formula it gives me an error for some names. =VLOOKUP(E2,$A$2:$C$6,2). Wrong formula result due to missing ......
Read more >
Baby formula shortage: Deadly recall, supply issues ... - Fox 8
The FDA has not recalled specialty infant formulas from the Abbott Nutrition facility. The FDA says the risk of not having the specialty ......
Read more >
What Parents Need to Know About the Formula Shortage
Where to look for baby formula, how much to keep on hand when you find it, ... the amino-acid based formula EleCare, for...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found