#1   Report Post  
 
Posts: n/a
Default if then function

In an if then statement, how do I get the value to be a
result for instance If b12b13, then b12*5%
  #2   Report Post  
 
Posts: n/a
Default

hi,
=if(condition, true, false)
=if(B12B13,B12*.05,something else)
-----Original Message-----
In an if then statement, how do I get the value to be a
result for instance If b12b13, then b12*5%
.

  #3   Report Post  
Larry harman
 
Posts: n/a
Default


-----Original Message-----
In an if then statement, how do I get the value to be a
result for instance If b12b13, then b12*5%
.


I had this problem which i eventually solved my slef using
this

=IF(C5C6,C37,IF(C5<C6,C6-C5,IF(C5=0,C8+C9+C10+C12)))

so in answer to your question
=IF(B12B13,B12*5%)
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
Trim function doesn't clean out ASCII Code 160 (Space) Ronald Dodge Excel Worksheet Functions 6 January 27th 05 03:48 AM
Formula to list unique values JaneC Excel Worksheet Functions 4 December 10th 04 12:25 AM
Find a Function to use accross different worksheets R. Hale Excel Worksheet Functions 3 November 25th 04 07:07 AM
change function variable prompts?? thinkingfield Excel Worksheet Functions 1 November 8th 04 04:01 PM
Counting Function Dilemma Simon Lloyd Excel Worksheet Functions 0 November 8th 04 03:13 PM


All times are GMT +1. The time now is 10:53 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"