Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2
Default Need help with end results Microsoft Office Excel 2003

=IF(D4<8.99,"*55%",IF(D4=8.99,"*25%",IF(D48.99,"* 55%*")))
my answer =25%.

I need the answer to go a step further and multifply the cell by the %
what do I need to add to the formula to get my answer?

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,520
Default Need help with end results Microsoft Office Excel 2003

Do you mean

=D4*IF(D4<8.99,55,IF(D4=8.99,25,IF(D48.99,55)))%

If this post helps click Yes
---------------
Jacob Skaria


" wrote:

=IF(D4<8.99,"*55%",IF(D4=8.99,"*25%",IF(D48.99,"* 55%*")))
my answer =25%.

I need the answer to go a step further and multifply the cell by the %
what do I need to add to the formula to get my answer?

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2
Default Need help with end results Microsoft Office Excel 2003

YES, thank you, thank you , thank you. I was about ready to give this up

" wrote:

=IF(D4<8.99,"*55%",IF(D4=8.99,"*25%",IF(D48.99,"* 55%*")))
my answer =25%.

I need the answer to go a step further and multifply the cell by the %
what do I need to add to the formula to get my answer?

  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,718
Default Need help with end results Microsoft Office Excel 2003

Try this:

=((D4<8.99)*0.3+0.25)*D4


" wrote:

=IF(D4<8.99,"*55%",IF(D4=8.99,"*25%",IF(D48.99,"* 55%*")))
my answer =25%.

I need the answer to go a step further and multifply the cell by the %
what do I need to add to the formula to get my answer?

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
Unable to copy and paste from BRIO to Microsoft Office Excel 2003. Margaret Hay Excel Discussion (Misc queries) 0 June 17th 09 03:06 PM
text is truncated in Microsoft Excel chart in Office 2003 redclay Charts and Charting in Excel 1 March 26th 06 11:44 PM
Microsoft Office XP excel 2003 FLYNNE Excel Discussion (Misc queries) 2 October 30th 05 02:40 AM
Want to buy just EXCEL 2003 not the entire microsoft office suite Jeffrey Brown Excel Discussion (Misc queries) 3 September 15th 05 01:38 AM
Is Monotype Sorts Font available in Excel 2003(Microsoft Office S. Tim R Excel Discussion (Misc queries) 1 February 27th 05 11:43 PM


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