![]() |
HOW DO I ... (ASAP PLEASE!!!)
.... write the formula for the following in cell K23:
If A23 has a name entered, k23 returns $10; otherwise, k23 is blank. Thank you! |
HOW DO I ... (ASAP PLEASE!!!)
"NewbieNeedsHelp" wrote:
... write the formula for the following in cell K23: If A23 has a name entered, k23 returns $10; otherwise, k23 is blank. Perhaps put the following formula into K23: =if(A23="", "", 10) formatted as Currency or Accounting with 0 decimal places. |
HOW DO I ... (ASAP PLEASE!!!)
These may help you out.
=IF(COUNTIF(A1,"*")=1,"$10","") =IF(COUNTA(A1)=1,"$10","") HTH Regards, Howard "NewbieNeedsHelp" wrote in message ... ... write the formula for the following in cell K23: If A23 has a name entered, k23 returns $10; otherwise, k23 is blank. Thank you! |
All times are GMT +1. The time now is 09:43 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com