Hi,
this should be simple but I think I'm over thinking this! I have a column filled with numbers and text. I need to convert the numbers to numbers and the text to 0. I'm doing this in powerpivot. I'm getting as far as a True or False but can't actually get the data to return properly.
The following formula is in the convert to number column. The table below shows the original data and what I want as the end result.
=IF(ISERROR(VALUE([Project Area New USF])),0,VALUE([Project Area New USF]))
[TABLE="width: 500"]
<tbody>[TR]
[TD]original data imported as text
[/TD]
[TD]end result should be...
[/TD]
[/TR]
[TR]
[TD]Project Area New USF
[/TD]
[TD]convert to number
[/TD]
[/TR]
[TR]
[TD]3600
[/TD]
[TD]3600
[/TD]
[/TR]
[TR]
[TD]NA
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]4500
[/TD]
[TD]4500
[/TD]
[/TR]
</tbody>[/TABLE]
Thanks for any help!
regards, Suzi
this should be simple but I think I'm over thinking this! I have a column filled with numbers and text. I need to convert the numbers to numbers and the text to 0. I'm doing this in powerpivot. I'm getting as far as a True or False but can't actually get the data to return properly.
The following formula is in the convert to number column. The table below shows the original data and what I want as the end result.
=IF(ISERROR(VALUE([Project Area New USF])),0,VALUE([Project Area New USF]))
[TABLE="width: 500"]
<tbody>[TR]
[TD]original data imported as text
[/TD]
[TD]end result should be...
[/TD]
[/TR]
[TR]
[TD]Project Area New USF
[/TD]
[TD]convert to number
[/TD]
[/TR]
[TR]
[TD]3600
[/TD]
[TD]3600
[/TD]
[/TR]
[TR]
[TD]NA
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]4500
[/TD]
[TD]4500
[/TD]
[/TR]
</tbody>[/TABLE]
Thanks for any help!
regards, Suzi