Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 127
Default Conditional Formatting in Excel

I have some columns that I want to format currency based on currency figures
in the column cells. Lets say Cell A2 = 1, B2 = 1.30, cell D2= 1.7

How do I make these figures be conditionally formatted so that cell A2 can
be = USD 1.00, cell B2 = EUR 1.30 and Cell D2 = GBP 1.7 - Where USD = 1.00,
Eur = 1.30, GBP = 1.7. I use Excel 2007.

All help totally appreciated. Thanks
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,805
Default Conditional Formatting in Excel

If you have the correct values in the cell then simply use Custom Format
in Col A use "USD" #,##0.00
in Col B use "EUR" #,##0.00
in Col D use "GBP" #,##0.00

If you have the base amount in USD in Col A
then use in B2
=A2*$M$1 assuming M1 has the conversion rate for USD to EUR
=A2*$M$2 assuming M2 has the conversion rate for USD to GBP
and format the columns as above

and so on

"Yossy" wrote:

I have some columns that I want to format currency based on currency figures
in the column cells. Lets say Cell A2 = 1, B2 = 1.30, cell D2= 1.7

How do I make these figures be conditionally formatted so that cell A2 can
be = USD 1.00, cell B2 = EUR 1.30 and Cell D2 = GBP 1.7 - Where USD = 1.00,
Eur = 1.30, GBP = 1.7. I use Excel 2007.

All help totally appreciated. Thanks

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Conditional Formatting for Excel XP. Ezlpo Excel Worksheet Functions 2 August 30th 06 11:00 PM
conditional formatting in excel Pritchett Excel Worksheet Functions 3 March 27th 06 11:37 AM
Conditional Formatting in Excel BaptistKitty Excel Worksheet Functions 2 February 5th 06 06:33 PM
Conditional Formatting in Excel Help Please..... Willie T Excel Discussion (Misc queries) 4 February 9th 05 02:28 PM
Conditional formatting not available in Excel BAB Excel Discussion (Misc queries) 2 January 1st 05 03:33 PM


All times are GMT +1. The time now is 05:38 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"