PC Review


Reply
Thread Tools Rate Thread

Conditional format; if statement

 
 
SuperX
Guest
Posts: n/a
 
      12th Aug 2008
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?
 
Reply With Quote
 
 
 
 
Gord Dibben
Guest
Posts: n/a
 
      12th Aug 2008
=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
<(E-Mail Removed)> 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?


 
Reply With Quote
 
T. Valko
Guest
Posts: n/a
 
      12th Aug 2008
Try this:

A1 = 10%

Enter this formula in B7:

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

--
Biff
Microsoft Excel MVP


"SuperX" <(E-Mail Removed)> wrote in message
news:E2995099-987E-45B2-9F47-(E-Mail Removed)...
> 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?



 
Reply With Quote
 
Gord Dibben
Guest
Posts: n/a
 
      12th Aug 2008
Short and sweet<g>


Gord


On Tue, 12 Aug 2008 14:05:12 -0400, "T. Valko" <(E-Mail Removed)>
wrote:

>Try this:
>
>A1 = 10%
>
>Enter this formula in B7:
>
>=SUM(B1:B6)*(1-A1)


 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Conditional Format based upon if statement and max CARFL97 Microsoft Excel Worksheet Functions 11 5th Sep 2009 06:28 PM
Conditional format based off of a logical if statement =?Utf-8?B?Y3luZGk=?= Microsoft Excel Misc 3 6th Nov 2007 07:07 PM
IF Statement based on Conditional format =?Utf-8?B?SGVuZHJpaw==?= Microsoft Excel Misc 6 28th Mar 2007 10:14 AM
Using query results within Conditional Statement...sequenced conditional queries rafael.farias.jr@gmail.com Microsoft Access 3 30th Aug 2006 02:08 PM
IF then statement in conditional format Parviz Microsoft Excel Worksheet Functions 5 9th Aug 2004 06:48 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 06:28 AM.