#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 5
Default excel formulas

How do you do formula's, calculations? If the condition in b15 is yes, then
the value in column d would change to whatever is in column F. If the
condition is no, then there would be a 0? I'm unfamiliar with doing formula's.
Thanx
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,123
Default excel formulas

For example In D30 this formula

=IF($B$15="yes",F30,0)


--
Regards Ron de Bruin
http://www.rondebruin.nl



"troy stud" wrote in message ...
How do you do formula's, calculations? If the condition in b15 is yes, then
the value in column d would change to whatever is in column F. If the
condition is no, then there would be a 0? I'm unfamiliar with doing formula's.
Thanx



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,574
Default excel formulas

=IF(B15="Yes",D15=F15,0)
--
Brevity is the soul of wit.


"troy stud" wrote:

How do you do formula's, calculations? If the condition in b15 is yes, then
the value in column d would change to whatever is in column F. If the
condition is no, then there would be a 0? I'm unfamiliar with doing formula's.
Thanx

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 5
Default excel formulas

I see the formulas but how do they go into an excel sheet and how do they
work? It sounds like he wants to type a yes or no into b15 or maybe even d15?
If the answer is yes, he wants d15 and f15 to match, such as 14,000, if it's
no then 0 for an amount?

"Dave F" wrote:

=IF(B15="Yes",D15=F15,0)
--
Brevity is the soul of wit.


"troy stud" wrote:

How do you do formula's, calculations? If the condition in b15 is yes, then
the value in column d would change to whatever is in column F. If the
condition is no, then there would be a 0? I'm unfamiliar with doing formula's.
Thanx

  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 618
Default excel formulas

That doesn't give the value of whatever is in column F, it gives a true or
false depending on whether D15 and F15 are equal (and of course it gives a
circular reference if you put it in D15).

Try Ron's formula.
--
David Biddulph

"Dave F" wrote in message
...
=IF(B15="Yes",D15=F15,0)
--
Brevity is the soul of wit.


"troy stud" wrote:

How do you do formula's, calculations? If the condition in b15 is yes,
then
the value in column d would change to whatever is in column F. If the
condition is no, then there would be a 0? I'm unfamiliar with doing
formula's.
Thanx



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
Excel considers my formulas as plain text Kimmo Kallio Excel Worksheet Functions 10 January 16th 14 05:48 PM
How do you print showing formulas in Excel 2000? Kim Excel Discussion (Misc queries) 3 June 16th 08 09:56 PM
Please help with Statistics Formulas in Excel Fonz Excel Discussion (Misc queries) 10 April 9th 06 03:22 PM
Help, Urgent Excel Formulas are not calculating maashoff Excel Discussion (Misc queries) 1 May 3rd 05 12:25 AM
I want Excel to allow cells with formulas and unrelated text blueboy Excel Discussion (Misc queries) 9 March 4th 05 12:22 AM


All times are GMT +1. The time now is 01:05 PM.

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

About Us

"It's about Microsoft Excel"