Discussion:
formatting a function
(too old to reply)
p***@comcast.net
2013-02-01 17:05:00 UTC
Permalink
I have an iif function that pulls in either a date or a percentage. The date is fine, but when it is a percentage it is a date or a time. How do i format?
Bob Barrows
2013-02-01 17:29:56 UTC
Permalink
Post by p***@comcast.net
I have an iif function that pulls in either a date or a percentage.
The date is fine, but when it is a percentage it is a date or a time.
How do i format?
There is a Format() function. It returns a string in a specified format.
If that doesn't help, we can't debug what we can't see ...
p***@comcast.net
2013-02-01 18:08:32 UTC
Permalink
i used format percent and it worked

Loading...