Giter Site home page Giter Site logo

Comments (8)

godefy avatar godefy commented on September 12, 2024

=INDEX($D:$D,MATCH($R4,$D:$D,0))
这样也不行

from excelformulabeautifier.

AntoniotheFuture avatar AntoniotheFuture commented on September 12, 2024

已在最新的提交中修复此BUG

from excelformulabeautifier.

godefy avatar godefy commented on September 12, 2024

谢谢。
我刚才试了一下,这个很长的公式也解析不出来,能否再看一下是否哪里出了问题?
=@if($R4=IFERROR(INDEX($D:$D,MATCH($R4,$D:$D,0)),0),INDEX($A:$A,MATCH($R4,$D:$D,0)+1),IFERROR((@Index($B:$B,IFERROR(MATCH($R4,$D:$D,1),1)+1)-IFERROR(INDEX($B:$B,MATCH($R4,$D:$D,1)),0))/@Index($E:$E,IFERROR(MATCH($R4,$D:$D,1),1)+1)+$T3,1))

from excelformulabeautifier.

AntoniotheFuture avatar AntoniotheFuture commented on September 12, 2024

谢谢。 我刚才试了一下,这个很长的公式也解析不出来,能否再看一下是否哪里出了问题? =@if($R4=IFERROR(INDEX($D:$D,MATCH($R4,$D:$D,0)),0),INDEX($A:$A,MATCH($R4,$D:$D,0)+1),IFERROR((@Index($B:$B,IFERROR(MATCH($R4,$D:$D,1),1)+1)-IFERROR(INDEX($B:$B,MATCH($R4,$D:$D,1)),0))/@Index($E:$E,IFERROR(MATCH($R4,$D:$D,1),1)+1)+$T3,1))

此公式应该不是直接在Excel中复制出来的,因为他的函数名不是大写,我的程序只能识别大写的函数名,请将此公式复制到Excel的公式编辑器后再复制出来,这样我的程序才能够识别,在刚才的提交中,同时还修复了由此公式发现的另一个问题,可以使用最新的版本。

from excelformulabeautifier.

godefy avatar godefy commented on September 12, 2024

=@if($R4=IFERROR(INDEX($D:$D,MATCH($R4,$D:$D,0)),0),INDEX($A:$A,MATCH($R4,$D:$D,0)+1),IFERROR((@Index($B:$B,IFERROR(MATCH($R4,$D:$D,1),1)+1)-IFERROR(INDEX($B:$B,MATCH($R4,$D:$D,1)),0))/@Index($E:$E,IFERROR(MATCH($R4,$D:$D,1),1)+1)+$T3,1))
应该是这个,我在那个网站上仍解析不出来。

from excelformulabeautifier.

godefy avatar godefy commented on September 12, 2024

=@if($R4=IFERROR(INDEX($D:$D,MATCH($R4,$D:$D,0)),0),INDEX($A:$A,MATCH($R4,$D:$D,0)+1),IFERROR((@Index($B:$B,IFERROR(MATCH($R4,$D:$D,1),1)+1)-IFERROR(INDEX($B:$B,MATCH($R4,$D:$D,1)),0))/@Index($E:$E,IFERROR(MATCH($R4,$D:$D,1),1)+1)+$T3,1))
image
编辑器自动给转化的。。我试试放到代码格式里:
=@IF($R4=IFERROR(INDEX($D:$D,MATCH($R4,$D:$D,0)),0),INDEX($A:$A,MATCH($R4,$D:$D,0)+1),IFERROR((@INDEX($B:$B,IFERROR(MATCH($R4,$D:$D,1),1)+1)-IFERROR(INDEX($B:$B,MATCH($R4,$D:$D,1)),0))/@INDEX($E:$E,IFERROR(MATCH($R4,$D:$D,1),1)+1)+$T3,1))

from excelformulabeautifier.

AntoniotheFuture avatar AntoniotheFuture commented on September 12, 2024

image

from excelformulabeautifier.

godefy avatar godefy commented on September 12, 2024

可以了,谢谢~
可能我之前试的时候还没刷新缓存。

from excelformulabeautifier.

Related Issues (4)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.