Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 144
Default Need 'If greater than x, add to cell" formula

Hi,
I need help creating a formula. Essentially, if the number in column E is
greater than 3, than I need to add the balance (meaning any number in excess
of 3) to column L. Any help would be greatly appreciated.
--
Kathy
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,268
Default Need 'If greater than x, add to cell" formula

=SUMIF(E:E,"0",L:L)

or did you mean

=SUMIF(E:E,"3")


--
Regards,

Peo Sjoblom



"Kathy" wrote in message
...
Hi,
I need help creating a formula. Essentially, if the number in column E is
greater than 3, than I need to add the balance (meaning any number in
excess
of 3) to column L. Any help would be greatly appreciated.
--
Kathy



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 144
Default Need 'If greater than x, add to cell" formula

Actually, the formula is more complicated than I originally wrote. It's
actually something like:
Cell L6 = K6-C6-(Any amount in excess of 3 in E6)



Does that make sense?
Kathy

Essentially, if the number in column E is
greater than 3, than I need to add the balance (meaning any number in
excess
of 3) to column L. Any help would be greatly appreciated.


--
Kathy


"Peo Sjoblom" wrote:

=SUMIF(E:E,"0",L:L)

or did you mean

=SUMIF(E:E,"3")


--
Regards,

Peo Sjoblom



"Kathy" wrote in message
...
Hi,
I need help creating a formula. Essentially, if the number in column E is
greater than 3, than I need to add the balance (meaning any number in
excess
of 3) to column L. Any help would be greatly appreciated.
--
Kathy




  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 5
Default Need 'If greater than x, add to cell" formula

or is it

=K6-C7-If(E63,E6-3,E6);

or may I ask, what would you put in column L if it is less than 3 in column E?

thanx

--
:)


"Sandy Mann" wrote:

There is still an ambiguity in what you say.

Cell L6 = K6-C6-(Any amount in excess of 3 in E6)


Do you mean the whole value greater than 3 (ie with 7 in E6 subtract 7) or
do you mean the difference between the value and 3 (ie 7-3 = 4)

Either:

=K6-C6-if(E63,E6,0)

or

=K6-C7-If(E63,E6-3,0)


--
HTH

Sandy
In Perth, the ancient capital of Scotland
and the crowning place of kings


Replace @mailinator.com with @tiscali.co.uk


"Kathy" wrote in message
...
Actually, the formula is more complicated than I originally wrote. It's
actually something like:
Cell L6 = K6-C6-(Any amount in excess of 3 in E6)



Does that make sense?
Kathy

Essentially, if the number in column E is
greater than 3, than I need to add the balance (meaning any number in
excess
of 3) to column L. Any help would be greatly appreciated.


--
Kathy


"Peo Sjoblom" wrote:

=SUMIF(E:E,"0",L:L)

or did you mean

=SUMIF(E:E,"3")


--
Regards,

Peo Sjoblom



"Kathy" wrote in message
...
Hi,
I need help creating a formula. Essentially, if the number in column E
is
greater than 3, than I need to add the balance (meaning any number in
excess
of 3) to column L. Any help would be greatly appreciated.
--
Kathy









  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 144
Default Need 'If greater than x, add to cell" formula

This is the formula!! Thanks so much for your help:

=K6-C7-If(E63,E6-3,0)


Best Regards!
--
Kathy


"Sandy Mann" wrote:

There is still an ambiguity in what you say.

Cell L6 = K6-C6-(Any amount in excess of 3 in E6)


Do you mean the whole value greater than 3 (ie with 7 in E6 subtract 7) or
do you mean the difference between the value and 3 (ie 7-3 = 4)

Either:

=K6-C6-if(E63,E6,0)

or

=K6-C7-If(E63,E6-3,0)


--
HTH

Sandy
In Perth, the ancient capital of Scotland
and the crowning place of kings


Replace @mailinator.com with @tiscali.co.uk


"Kathy" wrote in message
...
Actually, the formula is more complicated than I originally wrote. It's
actually something like:
Cell L6 = K6-C6-(Any amount in excess of 3 in E6)



Does that make sense?
Kathy

Essentially, if the number in column E is
greater than 3, than I need to add the balance (meaning any number in
excess
of 3) to column L. Any help would be greatly appreciated.


--
Kathy


"Peo Sjoblom" wrote:

=SUMIF(E:E,"0",L:L)

or did you mean

=SUMIF(E:E,"3")


--
Regards,

Peo Sjoblom



"Kathy" wrote in message
...
Hi,
I need help creating a formula. Essentially, if the number in column E
is
greater than 3, than I need to add the balance (meaning any number in
excess
of 3) to column L. Any help would be greatly appreciated.
--
Kathy







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 Formulas "Not Greater than" Trace Excel Worksheet Functions 4 May 8th 23 07:41 PM
sort data rows "greater than or equal" criteria in another cell HV man Excel Worksheet Functions 0 March 26th 06 11:50 PM
If...then "0", if greater than, then enter actual JcR Excel Worksheet Functions 5 March 13th 06 12:02 AM
Unableto access "greater than or equal to" Where is it? ddewdrops522 Excel Discussion (Misc queries) 2 January 13th 06 11:01 PM
lookup a value "greater than" 0 Harold Good Excel Discussion (Misc queries) 2 November 10th 05 09:11 PM


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