Forum Discussion
extract single value
It need not in a sequence .. the records in C3 will not be in sequence. In that how to resolve this?
Above solution doesn't work
- edhans6 years agoCommunity Champion
Anonymous can you be more specific? You keep saying for us to share the file, but my first post has the file link.
THen you keep responding that something isn't working. Can you please tell us EXACTLY what isn't working and what your expected output is? Help us help you. Just saying "it doesn't work" isn't helpful. Our solutions do work if implemented correctly and if we understand your requirements. You have to be very clear about what those requirements are, and what exactly isn't working to give those requirements
- v-lionel-msft6 years agoCommunity Support
Hi Anonymous ,
First sort the [C1] column in ascending order, then sort the [C2] column in ascending order, and finally add the [Index] column:
Column = MOD(Sheet3[Index], 2)Column 2 = IF( [Column] = 1, [C3], BLANK() )Best regards,
Lionel ChenIf this post helps, then please consider Accept it as the solution to help the other members find it more quickly.