Hi,
I apologize to my English.
I have stood on this issue, please help
Formula works fine with number.
How in the above expression number 10 replaced with list which is located in column [Position], so that the individual takes the value from the list.
(Columns [Position] and [Marker] are the list)
I apologize to my English.
I have stood on this issue, please help
Code:
#"Added Custom3" = Table.AddColumn(#"Added Custom4", "Replace", each Text.ReplaceRange([Text], List.Min(List.Select([Marker], each _ > [COLOR=#ff0000][B]10[/B][/COLOR])), 0, "Sign"))
Formula works fine with number.
How in the above expression number 10 replaced with list which is located in column [Position], so that the individual takes the value from the list.
(Columns [Position] and [Marker] are the list)
Last edited: