Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default Conditional format; if statement

Is it possible to create a conditional formula that would return a
calculation in another cell?

For example; Cell B1 thru B6 calculate a total. (sum of the column ends up
in B7) I want to be able to incorporate a discount by typing the discount
percentage in cell A1 and have B7 reflect that discount. Is that possible?
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 22,906
Default Conditional format; if statement

=SUM(B1:B6)-(SUM(B1:B6)*A1) where A1 is the discount percentage.


Gord Dibben MS Excel MVP

On Tue, 12 Aug 2008 09:48:08 -0700, SuperX
wrote:

Is it possible to create a conditional formula that would return a
calculation in another cell?

For example; Cell B1 thru B6 calculate a total. (sum of the column ends up
in B7) I want to be able to incorporate a discount by typing the discount
percentage in cell A1 and have B7 reflect that discount. Is that possible?


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default Conditional format; if statement

Try this:

A1 = 10%

Enter this formula in B7:

=SUM(B1:B6)*(1-A1)

--
Biff
Microsoft Excel MVP


"SuperX" wrote in message
...
Is it possible to create a conditional formula that would return a
calculation in another cell?

For example; Cell B1 thru B6 calculate a total. (sum of the column ends up
in B7) I want to be able to incorporate a discount by typing the discount
percentage in cell A1 and have B7 reflect that discount. Is that
possible?



  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 22,906
Default Conditional format; if statement

Short and sweet<g


Gord


On Tue, 12 Aug 2008 14:05:12 -0400, "T. Valko"
wrote:

Try this:

A1 = 10%

Enter this formula in B7:

=SUM(B1:B6)*(1-A1)


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
CONDITIONAL STATEMENT BANJO Excel Worksheet Functions 2 March 31st 08 03:50 PM
New Conditional Format Overriding Previous Conditional Format Rene Excel Discussion (Misc queries) 3 February 27th 08 07:08 PM
Conditional format based off of a logical if statement cyndi Excel Discussion (Misc queries) 3 November 6th 07 08:07 PM
IF Statement based on Conditional format Hendrik[_2_] Excel Discussion (Misc queries) 6 March 28th 07 10:14 AM
Conditional If statement Dan Excel Worksheet Functions 0 March 26th 06 11:46 PM


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