Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 13
Default Formula based on source = 30%

hi,
i need a formula to input $200 if the cell in another workbook is greater
than or equal to 30%.
any ideas?
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,722
Default Formula based on source = 30%

(Note that 30% = 0.3)
Something like the following:

=IF(A2=0.3, 200, "Does not meet criteria")
and format cell as currency/accounting to get the dollar symbol to appear
correctly.
--
Best Regards,

Luke M
*Remember to click "yes" if this post helped you!*


"ccKennedy" wrote:

hi,
i need a formula to input $200 if the cell in another workbook is greater
than or equal to 30%.
any ideas?

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 13
Default Formula based on source = 30%

Brilliant! thank you!

"Luke M" wrote:

(Note that 30% = 0.3)
Something like the following:

=IF(A2=0.3, 200, "Does not meet criteria")
and format cell as currency/accounting to get the dollar symbol to appear
correctly.
--
Best Regards,

Luke M
*Remember to click "yes" if this post helped you!*


"ccKennedy" wrote:

hi,
i need a formula to input $200 if the cell in another workbook is greater
than or equal to 30%.
any ideas?

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,059
Default Formula based on source = 30%

"Luke M" wrote in message
...
(Note that 30% = 0.3)
Something like the following:
=IF(A2=0.3, 200, "Does not meet criteria")


And note that you can write A2=30%, if you prefer.


----- original message -----

"Luke M" wrote in message
...
(Note that 30% = 0.3)
Something like the following:

=IF(A2=0.3, 200, "Does not meet criteria")
and format cell as currency/accounting to get the dollar symbol to appear
correctly.
--
Best Regards,

Luke M
*Remember to click "yes" if this post helped you!*


"ccKennedy" wrote:

hi,
i need a formula to input $200 if the cell in another workbook is greater
than or equal to 30%.
any ideas?


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
Dynamic source data based on Today SPISO Charts and Charting in Excel 3 April 21st 09 04:33 PM
Source Range Data changing based on drop-down menu [email protected] Charts and Charting in Excel 3 March 9th 08 06:19 PM
Change Pie Chart segment color based on value in source data Doug Charts and Charting in Excel 2 March 2nd 08 04:12 PM
Using formulas to source a value based on 2 variables bsmith69 Excel Worksheet Functions 2 June 14th 06 11:12 PM
formatting color based on source column NickPR Excel Discussion (Misc queries) 1 September 20th 05 02:08 AM


All times are GMT +1. The time now is 07:37 PM.

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

About Us

"It's about Microsoft Excel"