• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Value based Check data

Status
Not open for further replies.

bosco_yip

Excel Ninja
Hi,

Since your Source table range C2:I8 data is generated from formula and causing Circular References error.

I converted all your C2:I8 formula result into value

Then, In J2 CSE formula copied down :

=IF(INDEX(C2:I2,LARGE(IF(C2:I2<>"",COLUMN(C$1:I$1)-COLUMN(B$1)),2))&INDEX(C2:I2,LARGE(IF(C2:I2<>"",COLUMN(C$1:I$1)-COLUMN(B$1)),1))="0-","To Check","No Check")

80460
 

Attachments

Hi,

Since your Source table range C2:I8 data is generated from formula and causing Circular References error.

I converted all your C2:I8 formula result into value

Then, In J2 CSE formula copied down :

=IF(INDEX(C2:I2,LARGE(IF(C2:I2<>"",COLUMN(C$1:I$1)-COLUMN(B$1)),2))&INDEX(C2:I2,LARGE(IF(C2:I2<>"",COLUMN(C$1:I$1)-COLUMN(B$1)),1))="0-","To Check","No Check")

View attachment 80460
Thank you.
I tried with same formula copy pasted all the values from formula but observing the formula is skipping the condition.
 

Attachments

Modified the formula strange is when "A" is starting the series it is showing "To check" which is contradictory.

Formula : =IF(INDEX(B2:O2,LARGE(IF(B2:O2<>"",COLUMN(B$1:O$1)-COLUMN(A$1)),2))&INDEX(B2:O2,LARGE(IF(B2:O2<>"",COLUMN(B$1:O$1)-COLUMN(A$1)),1))="0-","To Check","No Check")

80464
 

Attachments

Last edited:
Status
Not open for further replies.
Top