+ Reply to Thread
Results 1 to 3 of 3

Custom Format Cell

  1. #1
    nastech
    Guest

    Custom Format Cell

    Hi, I am looking for way to custom format cell to read 1.511B or 1.511M
    as: 1B 1M (also would like example for 1.5B or 1.5M). thanks

    already have cell formatted as Number, works with other work column with e.g.:
    =IF(OR(CE138=0,BZ138={0,"n/a"}),"",(LEFT(BZ138,LEN(BZ138)-1)*IF(RIGHT(BZ138,1)="b",10^9,1)/CE138*$BV$4))

    Just looking for custom formatting such as: ##0.0*

  2. #2
    Sandy Mann
    Guest

    Re: Custom Format Cell

    Try:

    =SUMIF(H1:H12,"<"&TODAY()-60,I1:I12)

    Adjust to suit your own ranges.
    --
    HTH

    Sandy
    In Perth, the ancient capital of Scotland

    sandymann2@mailinator.com
    Replace@mailinator.com with @tiscali.co.uk


    "nastech" <nastech@discussions.microsoft.com> wrote in message
    news:E9E5ED82-28B4-4FFB-AD3F-6F339A641AB2@microsoft.com...
    > Hi, I am looking for way to custom format cell to read 1.511B or 1.511M
    > as: 1B 1M (also would like example for 1.5B or 1.5M). thanks
    >
    > already have cell formatted as Number, works with other work column with
    > e.g.:
    > =IF(OR(CE138=0,BZ138={0,"n/a"}),"",(LEFT(BZ138,LEN(BZ138)-1)*IF(RIGHT(BZ138,1)="b",10^9,1)/CE138*$BV$4))
    >
    > Just looking for custom formatting such as: ##0.0*




  3. #3
    Sandy Mann
    Guest

    Re: Custom Format Cell

    Woops! Replied to the wrong post - sorry.

    --
    Sandy
    In Perth, the ancient capital of Scotland

    sandymann2@mailinator.com
    Replace@mailinator.com with @tiscali.co.uk


    "Sandy Mann" <sandymann2@mailinator.com> wrote in message
    news:eEBWhCKaGHA.3408@TK2MSFTNGP04.phx.gbl...
    > Try:
    >
    > =SUMIF(H1:H12,"<"&TODAY()-60,I1:I12)
    >
    > Adjust to suit your own ranges.
    > --
    > HTH
    >
    > Sandy
    > In Perth, the ancient capital of Scotland
    >
    > sandymann2@mailinator.com
    > Replace@mailinator.com with @tiscali.co.uk
    >
    >
    > "nastech" <nastech@discussions.microsoft.com> wrote in message
    > news:E9E5ED82-28B4-4FFB-AD3F-6F339A641AB2@microsoft.com...
    >> Hi, I am looking for way to custom format cell to read 1.511B or
    >> 1.511M
    >> as: 1B 1M (also would like example for 1.5B or 1.5M). thanks
    >>
    >> already have cell formatted as Number, works with other work column with
    >> e.g.:
    >> =IF(OR(CE138=0,BZ138={0,"n/a"}),"",(LEFT(BZ138,LEN(BZ138)-1)*IF(RIGHT(BZ138,1)="b",10^9,1)/CE138*$BV$4))
    >>
    >> Just looking for custom formatting such as: ##0.0*

    >
    >




+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1