Hi,
I am having trouble converting an excel formula into a power query statement.
The formula is =VALUE(IF(ISNUMBER(VALUE(MID([DocNum],6,1))),[DocNum],LEFT([DocNum],5)))
I have it in a custom column, but would like it to ideally be used as a formula in the [DocNum] column in power query if that is possible.
The issue I have is that there a few entries in the source data where there is a document number which will have a letter suffix. (123A, 234A, etc) when the source data is formatted as a text, any entry which has the letter suffix imports as an error and a null cell in power query.
How do I get around this where I can simply drop the suffix letter and import the numbers before that.
Thanks!
I am having trouble converting an excel formula into a power query statement.
The formula is =VALUE(IF(ISNUMBER(VALUE(MID([DocNum],6,1))),[DocNum],LEFT([DocNum],5)))
I have it in a custom column, but would like it to ideally be used as a formula in the [DocNum] column in power query if that is possible.
The issue I have is that there a few entries in the source data where there is a document number which will have a letter suffix. (123A, 234A, etc) when the source data is formatted as a text, any entry which has the letter suffix imports as an error and a null cell in power query.
How do I get around this where I can simply drop the suffix letter and import the numbers before that.
Thanks!