Results 1 to 5 of 5

Conditional formating of numbers saved as text

Threaded View

  1. #1
    Registered User
    Join Date
    05-07-2009
    Location
    Iowa, USA
    MS-Off Ver
    Excel 2007
    Posts
    13

    Conditional formating of numbers saved as text

    Background of problem:

    Data the I receive is in the form of numbers stored as text. (Must keep significant figures)
    I track this with a formula to return the significant digits..

    The final form of the data should be stored as numbers as text. Currently using Fixed() function recalling the significant digits from the beginning.

    Problem:
    Ok my dilemma, the final thing I need to do is conditional formatting of the data using numbers.

    Example of single data entry
    Step 1
    '324.24 - Received from import
    Step 2
    Determine digits beyond decimal point =2
    Step 3
    Use Value() to turn into number.
    324.24000
    Step 4
    Apply Conditional format. (if < 350 and > 300 then green text and Underline)
    Step 5
    Reapply Significant Digits from Step 2 using Fixed(324.240000,2)
    324.24
    The issue is once I change the cell back to text the conditional formatting fails.

    Thank you in advance.
    Last edited by Palabalo; 03-07-2011 at 06:49 PM. Reason: Solved

Thread Information

Users Browsing this Thread

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

Tags for this Thread

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