Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
DD DD is offline
external usenet poster
 
Posts: 68
Default simple formula

value of a1 + b1 if c1 then show in d1, f1 will remain 0.00 however, if
a1+b1 < c1 then show the value in f1

pl help

thanks


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 618
Default simple formula

Hi

if i'm understanding you correctly then the formulas a

in d1
=IF(A1+B1C1,A1+B1,0)

in f1
=IF(A1+B1<C1,A1+B1,0)

not sure what you wanted to do if A1+B1 = C1

Cheers
JulieD


"dd" wrote in message
...
value of a1 + b1 if c1 then show in d1, f1 will remain 0.00 however, if
a1+b1 < c1 then show the value in f1

pl help

thanks




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
simple formula for some andy Excel Discussion (Misc queries) 2 December 11th 09 10:45 AM
Simple formula raff98 Excel Worksheet Functions 4 December 16th 07 07:29 PM
IF formula-simple question; simple operator Rich D Excel Discussion (Misc queries) 4 December 6th 07 03:36 PM
Simple problem, simple formula, no FUNCTION ! Ron@Buy Excel Worksheet Functions 6 September 28th 07 04:51 PM
Help - Simple Formula ! Girish Punjabi Excel Discussion (Misc queries) 3 July 16th 05 05:17 AM


All times are GMT +1. The time now is 09:33 PM.

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"