#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
toll
 
Posts: n/a
Default invoices

does you know how to create a formula that will select one of two formulas
that deduct a percentage 10 or 15 depending on whether a value in another
cell is greater than 3 but less than 6, or greater than or equal to 6. it is
for part of an invoice/daily records worksheet.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
via135
 
Posts: n/a
Default invoices


hi!

may be like this!

A2: =IF(AND(A1=3,A1<6),A1-(A1*10%),IF(A1=6,A1-(A1*15%),""))

assuming your number is in A1


-VIA135

toll Wrote:
does you know how to create a formula that will select one of two
formulas
that deduct a percentage 10 or 15 depending on whether a value in
another
cell is greater than 3 but less than 6, or greater than or equal to 6.
it is
for part of an invoice/daily records worksheet.



--
via135
------------------------------------------------------------------------
via135's Profile: http://www.excelforum.com/member.php...o&userid=26725
View this thread: http://www.excelforum.com/showthread...hreadid=523183

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
via135
 
Posts: n/a
Default invoices


hi!

may be like this!

B1: =IF(AND(A1=3,A1<6),A1-(A1*10%),IF(A1=6,A1-(A1*15%),""))

assuming your number is in A1


-VIA135

toll Wrote:
does you know how to create a formula that will select one of two
formulas
that deduct a percentage 10 or 15 depending on whether a value in
another
cell is greater than 3 but less than 6, or greater than or equal to 6.
it is
for part of an invoice/daily records worksheet.



--
via135
------------------------------------------------------------------------
via135's Profile: http://www.excelforum.com/member.php...o&userid=26725
View this thread: http://www.excelforum.com/showthread...hreadid=523183

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
track unpaid invoices mukesh Excel Worksheet Functions 2 February 7th 06 01:35 AM
How to sum total automatically in more than one sales invoices Dr.H.Subramanian Excel Worksheet Functions 1 May 23rd 05 10:44 AM
Need help determining # of invoices Brad Excel Discussion (Misc queries) 1 March 1st 05 06:16 PM
Pivot Tables - "simple" question Eoin Bairead Excel Discussion (Misc queries) 1 February 28th 05 07:07 PM
Invoices Sir Paul Setting up and Configuration of Excel 1 January 12th 05 08:41 PM


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