Forum Discussion

anupambit1797's avatar
anupambit1797
Iron Contributor
Apr 02, 2025
Solved

Value Error

Dear Experts,                    I have few questions on my calculation below:- Q1) In "C2", I need to populate the value from Column "Z", corresponding to the value set in N5, So, if I set N5 = t...
  • m_tarler's avatar
    m_tarler
    Apr 04, 2025

    You say it is "breaking this" but don't say how.  This should work, maybe try again? 

    =WRAPROWS( SEQUENCE( ,C3,0),C2, "x")

    alternatively you can do a replacement using IF:

    =LET( orig, SEQUENCE( ROUNDUP( C3/C2,0), C2, 0, 1), IF( orig<=C3, orig, "x")

Resources