#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 55
Default if formula return

hello, i need help with an IF formula. I want the 'true' return to be value
of one cell minus another but not greater than the value of another cell.
How would I phrase in my formula after my argument?
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 468
Default if formula return

=IF(A1-A2C1,A1-A2,C1)

should work

"Theresa" wrote:

hello, i need help with an IF formula. I want the 'true' return to be value
of one cell minus another but not greater than the value of another cell.
How would I phrase in my formula after my argument?

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,389
Default if formula return

Min will do what you want, as in:

=min(a2-a1,a3)

Regards,
Fred.

"Theresa" wrote in message
...
hello, i need help with an IF formula. I want the 'true' return to be
value
of one cell minus another but not greater than the value of another cell.
How would I phrase in my formula after my argument?


  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,651
Default if formula return

=IF(condition,MIN(A1-B1,C1),value_if_false)
--
David Biddulph

"Theresa" wrote in message
...
hello, i need help with an IF formula. I want the 'true' return to be
value
of one cell minus another but not greater than the value of another cell.
How would I phrase in my formula after my argument?



  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 468
Default if formula return

Sorry, I might have mis-read your request;
Fred may not have,,,,,,

"JMay" wrote:

=IF(A1-A2C1,A1-A2,C1)

should work

"Theresa" wrote:

hello, i need help with an IF formula. I want the 'true' return to be value
of one cell minus another but not greater than the value of another cell.
How would I phrase in my formula after my argument?

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
Return Last Value in a Row formula Txlonghorn76 Excel Worksheet Functions 5 September 4th 08 11:55 PM
No return for formula MPAVLAS Excel Worksheet Functions 2 October 5th 07 06:45 PM
Formula to Return Last Non-Zero Value in Row Ken Hudson Excel Worksheet Functions 4 November 15th 06 06:31 AM
I Need a Formula to return a zero value Matt Excel Worksheet Functions 1 October 25th 06 09:19 AM
I need help with way to return 0 or N/A to a formula Marc New Users to Excel 3 December 2nd 04 11:13 PM


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

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"