Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 1
Default Please help with subtraction formula

I am trying to find a formula that will allow me to subtract .07 from each
products sell price in an order form. The sell price changes every week but
the .07 deduction is always a constant. Is there a way that I can enter a
formula that will address the price change in each specific cell every week
and automatically deduct .07 from it without have to manually subtract it.
(I hope this makes sense to someone). Thank you for reading my request.
  #2   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 18
Default Please help with subtraction formula

Put 0.07 somewhere on the spreadsheet say cell A1

In your formula try (for example) =(B1-$A$1)

This makes A1 Absolute, thus allowing you to copy the formula to other cells
without the A1 location being changed. Hope this helps / is what you were
looking for

Thanks

S ;-)

"Brenda" wrote:

I am trying to find a formula that will allow me to subtract .07 from each
products sell price in an order form. The sell price changes every week but
the .07 deduction is always a constant. Is there a way that I can enter a
formula that will address the price change in each specific cell every week
and automatically deduct .07 from it without have to manually subtract it.
(I hope this makes sense to someone). Thank you for reading my request.

  #3   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 137
Default Please help with subtraction formula

Okay, I did that and I received a circular reference notice. I followed the
steps and cleared it but it still will not work - Thanks for you suggestion.

"Sarah_Lecturer" wrote:

Put 0.07 somewhere on the spreadsheet say cell A1

In your formula try (for example) =(B1-$A$1)

This makes A1 Absolute, thus allowing you to copy the formula to other cells
without the A1 location being changed. Hope this helps / is what you were
looking for

Thanks

S ;-)

"Brenda" wrote:

I am trying to find a formula that will allow me to subtract .07 from each
products sell price in an order form. The sell price changes every week but
the .07 deduction is always a constant. Is there a way that I can enter a
formula that will address the price change in each specific cell every week
and automatically deduct .07 from it without have to manually subtract it.
(I hope this makes sense to someone). Thank you for reading my request.

  #4   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 18
Default Please help with subtraction formula

If you have a circular reference - did you enter the formula in a blank cell
i.e. where you would like the result to go?

thanks

Sarah

"Brenda" wrote:

Okay, I did that and I received a circular reference notice. I followed the
steps and cleared it but it still will not work - Thanks for you suggestion.

"Sarah_Lecturer" wrote:

Put 0.07 somewhere on the spreadsheet say cell A1

In your formula try (for example) =(B1-$A$1)

This makes A1 Absolute, thus allowing you to copy the formula to other cells
without the A1 location being changed. Hope this helps / is what you were
looking for

Thanks

S ;-)

"Brenda" wrote:

I am trying to find a formula that will allow me to subtract .07 from each
products sell price in an order form. The sell price changes every week but
the .07 deduction is always a constant. Is there a way that I can enter a
formula that will address the price change in each specific cell every week
and automatically deduct .07 from it without have to manually subtract it.
(I hope this makes sense to someone). Thank you for reading my request.

  #5   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 137
Default Please help with subtraction formula

yes.

"Sarah_Lecturer" wrote:

If you have a circular reference - did you enter the formula in a blank cell
i.e. where you would like the result to go?

thanks

Sarah

"Brenda" wrote:

Okay, I did that and I received a circular reference notice. I followed the
steps and cleared it but it still will not work - Thanks for you suggestion.

"Sarah_Lecturer" wrote:

Put 0.07 somewhere on the spreadsheet say cell A1

In your formula try (for example) =(B1-$A$1)

This makes A1 Absolute, thus allowing you to copy the formula to other cells
without the A1 location being changed. Hope this helps / is what you were
looking for

Thanks

S ;-)

"Brenda" wrote:

I am trying to find a formula that will allow me to subtract .07 from each
products sell price in an order form. The sell price changes every week but
the .07 deduction is always a constant. Is there a way that I can enter a
formula that will address the price change in each specific cell every week
and automatically deduct .07 from it without have to manually subtract it.
(I hope this makes sense to someone). Thank you for reading my request.



  #6   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 137
Default Please help with subtraction formula

I think the issue here is that I need the sum to be in the same cell as the
original product price. There isn't a separate column. Does this make sense?

"Sarah_Lecturer" wrote:

If you have a circular reference - did you enter the formula in a blank cell
i.e. where you would like the result to go?

thanks

Sarah

"Brenda" wrote:

Okay, I did that and I received a circular reference notice. I followed the
steps and cleared it but it still will not work - Thanks for you suggestion.

"Sarah_Lecturer" wrote:

Put 0.07 somewhere on the spreadsheet say cell A1

In your formula try (for example) =(B1-$A$1)

This makes A1 Absolute, thus allowing you to copy the formula to other cells
without the A1 location being changed. Hope this helps / is what you were
looking for

Thanks

S ;-)

"Brenda" wrote:

I am trying to find a formula that will allow me to subtract .07 from each
products sell price in an order form. The sell price changes every week but
the .07 deduction is always a constant. Is there a way that I can enter a
formula that will address the price change in each specific cell every week
and automatically deduct .07 from it without have to manually subtract it.
(I hope this makes sense to someone). Thank you for reading my request.

  #7   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 2,345
Default Please help with subtraction formula

Brenda,

When you say subtract .07 do you really mean subtract 0.07 or do you mean
take 7% off of the price in that cell?

If the former enter 0.07 in an unused cell then re-select it and copy it.
Next selet the range that you want to change and right-click and select
Paste Special and check "Subtract" in the operation selection.

If you mean take 7% off of the price the enter 0.93 in an unused cell and
repeat the above but check "Multiply" instead of "Subtract"

--
HTH

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


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


"Brenda" wrote in message
...
I think the issue here is that I need the sum to be in the same cell as the
original product price. There isn't a separate column. Does this make
sense?

"Sarah_Lecturer" wrote:

If you have a circular reference - did you enter the formula in a blank
cell
i.e. where you would like the result to go?

thanks

Sarah

"Brenda" wrote:

Okay, I did that and I received a circular reference notice. I
followed the
steps and cleared it but it still will not work - Thanks for you
suggestion.

"Sarah_Lecturer" wrote:

Put 0.07 somewhere on the spreadsheet say cell A1

In your formula try (for example) =(B1-$A$1)

This makes A1 Absolute, thus allowing you to copy the formula to
other cells
without the A1 location being changed. Hope this helps / is what you
were
looking for

Thanks

S ;-)

"Brenda" wrote:

I am trying to find a formula that will allow me to subtract .07
from each
products sell price in an order form. The sell price changes every
week but
the .07 deduction is always a constant. Is there a way that I can
enter a
formula that will address the price change in each specific cell
every week
and automatically deduct .07 from it without have to manually
subtract it.
(I hope this makes sense to someone). Thank you for reading my
request.




  #8   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 4
Default Please help with subtraction formula

You must put the formula in a seperate column (and keep the original
figures)


"Brenda" wrote in message
...
I think the issue here is that I need the sum to be in the same cell as the
original product price. There isn't a separate column. Does this make
sense?

"Sarah_Lecturer" wrote:

If you have a circular reference - did you enter the formula in a blank
cell
i.e. where you would like the result to go?

thanks

Sarah

"Brenda" wrote:

Okay, I did that and I received a circular reference notice. I
followed the
steps and cleared it but it still will not work - Thanks for you
suggestion.

"Sarah_Lecturer" wrote:

Put 0.07 somewhere on the spreadsheet say cell A1

In your formula try (for example) =(B1-$A$1)

This makes A1 Absolute, thus allowing you to copy the formula to
other cells
without the A1 location being changed. Hope this helps / is what you
were
looking for

Thanks

S ;-)

"Brenda" wrote:

I am trying to find a formula that will allow me to subtract .07
from each
products sell price in an order form. The sell price changes every
week but
the .07 deduction is always a constant. Is there a way that I can
enter a
formula that will address the price change in each specific cell
every week
and automatically deduct .07 from it without have to manually
subtract it.
(I hope this makes sense to someone). Thank you for reading my
request.


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
Subtraction formula kevcar40 Excel Discussion (Misc queries) 7 February 1st 08 11:03 AM
subtraction formula kaustubhghag Excel Worksheet Functions 1 March 24th 06 12:14 PM
subtraction formula Mart Excel Worksheet Functions 1 February 23rd 06 11:47 AM
Subtraction formula Al Excel Discussion (Misc queries) 6 December 21st 05 08:46 AM
how do i do a subtraction formula jules Excel Worksheet Functions 3 December 30th 04 03:43 AM


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

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"