Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
BC BC is offline
external usenet poster
 
Posts: 26
Default if then statements

Based on a financial condition calculated in a cell, I either want to display
an alpha numberic result or want to run another calculation and show that
result in the cell. How is that done?
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 419
Default if then statements

BC

=IF(financial condition calculated in a cell, alpha numberic result, run
another calculation and show that result in the cell)

for example:

=IF(A110,"Your financial condition is true",A1*8.5)

or

=IF(A110,A1*7.5,"Your financial condition is false")

HTH,

Conan Kelly




"BC" wrote in message
...
Based on a financial condition calculated in a cell, I either want to
display
an alpha numberic result or want to run another calculation and show that
result in the cell. How is that done?



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 143
Default if then statements

=IF(A1="Something","Alphanumeric",calculation here)

--
Regards,

PJ
Please rate this post using the vote buttons if it was helpful.



"BC" wrote:

Based on a financial condition calculated in a cell, I either want to display
an alpha numberic result or want to run another calculation and show that
result in the cell. How is that done?

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
If Statements Motaad Excel Worksheet Functions 2 April 16th 07 05:50 PM
If Statements [email protected] Excel Discussion (Misc queries) 7 April 5th 07 02:01 PM
Dim statements in VBA Dave F Excel Discussion (Misc queries) 2 March 30th 07 04:20 PM
IF Statements (Mutliple Statements) Deezel Excel Worksheet Functions 3 October 19th 06 06:13 AM
How to Sum with two if statements jliz2803 Excel Worksheet Functions 1 February 23rd 06 07:22 PM


All times are GMT +1. The time now is 01:12 AM.

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"