+ Reply to Thread
Results 1 to 4 of 4

FORMULA OR CONDITIONAL FORMATTING BASED ON ANOTHER CELL currency

  1. #1
    Registered User
    Join Date
    08-31-2014
    Location
    London
    MS-Off Ver
    2013
    Posts
    21

    FORMULA OR CONDITIONAL FORMATTING BASED ON ANOTHER CELL currency

    Hi

    Im trying to work out a formula, where column column B formatting of the currency is based on column A. Is there a simple way to get this done?

    I have 1000 records and i need each cell formatting in the right currency based on column A

    Thank you
    Attached Files Attached Files

  2. #2
    Forum Expert 63falcondude's Avatar
    Join Date
    08-22-2016
    Location
    USA
    MS-Off Ver
    365
    Posts
    6,266

    Re: FORMULA OR CONDITIONAL FORMATTING BASED ON ANOTHER CELL currency

    I would create a lookup table that shows the formatting for each currency (I put this in F2:G7), then refer to that with a formula like this in C2:

    =TEXT(B2,VLOOKUP(A2,F$2:G$7,2,0))
    Drag the formula down.

    You can see what formatting is being used if you select a formatted cell then go to Format Cells > Custom > Then look under Type.

    See attachment.
    Attached Files Attached Files

  3. #3
    Registered User
    Join Date
    08-31-2014
    Location
    London
    MS-Off Ver
    2013
    Posts
    21

    Re: FORMULA OR CONDITIONAL FORMATTING BASED ON ANOTHER CELL currency

    Thank you this is amazing!!!!

  4. #4
    Forum Expert 63falcondude's Avatar
    Join Date
    08-22-2016
    Location
    USA
    MS-Off Ver
    365
    Posts
    6,266

    Re: FORMULA OR CONDITIONAL FORMATTING BASED ON ANOTHER CELL currency

    You're welcome. Happy to help.

    If that takes care of your original question, please select Thread Tools from the menu link above and mark this thread as SOLVED.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. [SOLVED] Conditional Formatting, with formula based on the value from another cell
    By Alphabex in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 08-26-2015, 07:43 PM
  2. Replies: 4
    Last Post: 04-29-2014, 05:02 PM
  3. Replies: 8
    Last Post: 12-03-2012, 08:21 AM
  4. [SOLVED] Conditional Currency Formatting based on the value of another cell
    By zuck in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 10-17-2012, 07:13 AM
  5. [SOLVED] change currency formatting based on value of another cell
    By 17ND in forum Excel General
    Replies: 14
    Last Post: 05-08-2010, 01:09 AM
  6. Replies: 4
    Last Post: 04-15-2009, 01:41 PM
  7. conditional formatting based on currency
    By carsto in forum Excel General
    Replies: 3
    Last Post: 10-29-2007, 09:34 PM

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