Not a serious problem But if it will be fixed ...... #3202
Unanswered
ouhaohan8023
asked this question in
Q&A
Replies: 1 comment 1 reply
-
There are improvements in working with column ranges like |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, there is a problem with calcuate formulas when import excels.
my excel function is like this :
=IF(B:B="APPLE",100%,IF(B:B="PEACH","65%",IF(B:B="ORANGE","12%",IF(OR(B:B="COG",B:B="MGE",B:B="AFH",B:B="OOL"),"13%",0%))))
Everytime when the program run to this cell , it will stop until the memory out of limit.
I found it will work when I change the excel function like this
=IF(B3="APPLE",100%,IF(B3="PEACH","65%",IF(B3="ORANGE","12%",IF(OR(B3="COG",B3="MGE",B3="AFH",B3="OOL"),"13%",0%))))
I wonder if it will be better to make it work with
B:B
?Beta Was this translation helpful? Give feedback.
All reactions