ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Formula based on source = 30% (https://www.excelbanter.com/excel-discussion-misc-queries/232746-formula-based-source-%3D-30%25.html)

ccKennedy

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?

Luke M

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?


ccKennedy

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?


joeu2004

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?




All times are GMT +1. The time now is 03:04 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com