Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Jniedfeldt
 
Posts: n/a
Default How do I create If then statements

I am looking to create an if then statement to create an equation

If b5 is greater than or equal to B17; then b5*f1

If b5 is less than b17 then b5*f2

Can anyone help me form this into an excel cell to calculate?

Thank you

Julie Niedfeldt

  #2   Report Post  
PCLIVE
 
Posts: n/a
Default

Try this:

=IF(B5<B17,B5*F2,B5*F1)

HTH,
Paul

"Jniedfeldt" wrote in message
...
I am looking to create an if then statement to create an equation

If b5 is greater than or equal to B17; then b5*f1

If b5 is less than b17 then b5*f2

Can anyone help me form this into an excel cell to calculate?

Thank you

Julie Niedfeldt



  #3   Report Post  
Chris Lavender
 
Posts: n/a
Default

Hi Julie
A straight If formula should do that:

=if(B5=B17,B5*F1,B5*F2)

IF (condition, condition true, condition false)

Best regds

Chris Lav

"Jniedfeldt" wrote in message
...
I am looking to create an if then statement to create an equation

If b5 is greater than or equal to B17; then b5*f1

If b5 is less than b17 then b5*f2

Can anyone help me form this into an excel cell to calculate?

Thank you

Julie Niedfeldt



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
Linking two IF statements together trixma Excel Discussion (Misc queries) 2 September 29th 05 06:07 AM
Create a tabular control rkg Excel Discussion (Misc queries) 0 August 8th 05 09:25 PM
Can't create dynamic charts Brian Sells Charts and Charting in Excel 7 March 22nd 05 04:23 AM
Template in Excel prettytwin1 New Users to Excel 1 March 9th 05 09:22 PM
trying to create Lost in reconcillation Excel Discussion (Misc queries) 2 December 19th 04 01:05 AM


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