Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
The -ve values of a field when read , are being converted in this format , (123345) (i.e. encapsulated by brackets). So are excluded in aggregations.
How to load the fields having -ve values.?
Any help is appreciated.
Thanks.
I figured it out.Issue was with the file.The Cell which holds these values has no format.I changed it to 'General'.
Thanks.
may be TextBetween(fieldname,'(',')') can help you.
I figured it out.Issue was with the file.The Cell which holds these values has no format.I changed it to 'General'.
Thanks.