Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3
Default How do I enter a formula in a cell that changes per another cell's

I am making a invoice template. The shipping will be $15 if the sales are
less than $200 and $25 for all orders $200 and over. What formula do I enter?

Thanks
Bev
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default How do I enter a formula in a cell that changes per another cell's

Use the "If" function.

=if(sales<200,15,25)

Do let me know if you need additional tips.

thanks,

"Bev Greene" wrote:

I am making a invoice template. The shipping will be $15 if the sales are
less than $200 and $25 for all orders $200 and over. What formula do I enter?

Thanks
Bev

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,574
Default How do I enter a formula in a cell that changes per another cell's

Assume sales are in A1.

Then =IF(A1<200,A1+15,A1+25)

In English: "IF A1 is less than $200, THEN A1 + $15, ELSE A1 + $25"

Dave
--
Brevity is the soul of wit.


"Bev Greene" wrote:

I am making a invoice template. The shipping will be $15 if the sales are
less than $200 and $25 for all orders $200 and over. What formula do I enter?

Thanks
Bev

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 709
Default How do I enter a formula in a cell that changes per another cell's

Bev, something like this, =IF(A1=200,25,15)

--
Paul B
Always backup your data before trying something new
Please post any response to the newsgroups so others can benefit from it
Feedback on answers is always appreciated!
Using Excel 2002 & 2003

"Bev Greene" wrote in message
...
I am making a invoice template. The shipping will be $15 if the sales are
less than $200 and $25 for all orders $200 and over. What formula do I

enter?

Thanks
Bev



  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2
Default How do I enter a formula in a cell that changes per another ce

sorry, im confused, an invoice has a total sum. Does the word sales $200<
means your product/goods ? Does the invoice total amount include goods +
shipping per piece (by volume or weight). Cause shipping 1000 goods with unit
saleprice of over $200 may not be logical to have $25 shipment cost
only....Really confused...

"Paul B" wrote:

Bev, something like this, =IF(A1=200,25,15)

--
Paul B
Always backup your data before trying something new
Please post any response to the newsgroups so others can benefit from it
Feedback on answers is always appreciated!
Using Excel 2002 & 2003

"Bev Greene" wrote in message
...
I am making a invoice template. The shipping will be $15 if the sales are
less than $200 and $25 for all orders $200 and over. What formula do I

enter?

Thanks
Bev






  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2
Default How do I enter a formula in a cell that changes per another ce

excuse me Bev...I cant handle the checked mark on an inquiry that is not
answered...please allow others to see the real task that you need
specifically.

"NOY-PI" wrote:

sorry, im confused, an invoice has a total sum. Does the word sales $200<
means your product/goods ? Does the invoice total amount include goods +
shipping per piece (by volume or weight). Cause shipping 1000 goods with unit
saleprice of over $200 may not be logical to have $25 shipment cost
only....Really confused...

"Paul B" wrote:

Bev, something like this, =IF(A1=200,25,15)

--
Paul B
Always backup your data before trying something new
Please post any response to the newsgroups so others can benefit from it
Feedback on answers is always appreciated!
Using Excel 2002 & 2003

"Bev Greene" wrote in message
...
I am making a invoice template. The shipping will be $15 if the sales are
less than $200 and $25 for all orders $200 and over. What formula do I

enter?

Thanks
Bev




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
Custom functions calculating time arguments Help Desperate Bill_De Excel Worksheet Functions 12 April 25th 06 02:22 AM
Deferring conditional formatting? Pheasant Plucker® Excel Discussion (Misc queries) 14 March 17th 06 08:17 PM
Match then lookup Tenacity Excel Worksheet Functions 9 December 3rd 05 05:30 AM
Formula checking multiple worksheets sonic-the-mouse Excel Worksheet Functions 2 June 5th 05 07:48 PM
GET.CELL Biff Excel Worksheet Functions 2 November 24th 04 07:16 PM


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