Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 2
Default If percentage is 10% when y or 0% when n

I am trying to apply 10%tax when tax needs to be applied (i.e. when next to
the item I have placed a y. If there is no tax to be added, (i.e. displayed
by an n, then I want it to display 0%. I have placed the 10% tax amount in a
cell on it's own, in this case B2,
Please help, this is driving me nuts ;)
Linda
  #2   Report Post  
Posted to microsoft.public.excel.newusers
Max Max is offline
external usenet poster
 
Posts: 9,221
Default If percentage is 10% when y or 0% when n

Assume in B4 down will be the indicators: y, n
In say, C4: =IF(B4="y",$B$2,0)
Format C4 as percentage
Copy down
--
Max
Singapore
http://savefile.com/projects/236895
Downloads:22,500 Files:370 Subscribers:66
xdemechanik
---
"thechooks" wrote:
I am trying to apply 10%tax when tax needs to be applied (i.e. when next to
the item I have placed a y. If there is no tax to be added, (i.e. displayed
by an n, then I want it to display 0%. I have placed the 10% tax amount in a
cell on it's own, in this case B2

  #4   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 694
Default If percentage is 10% when y or 0% when n

Hi
Let say A5 is your price: B5 is Y or N: B2 your 10%.
=IF(B5="Y",A5*1.1,A5)
Try that.
HTH
John
"thechooks" wrote in message
...
I am trying to apply 10%tax when tax needs to be applied (i.e. when next to
the item I have placed a y. If there is no tax to be added, (i.e.
displayed
by an n, then I want it to display 0%. I have placed the 10% tax amount in
a
cell on it's own, in this case B2,
Please help, this is driving me nuts ;)
Linda


  #5   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 2
Default If percentage is 10% when y or 0% when n

Thanks so VERY much Max. You rock....Worked exactly.

"Max" wrote:

Assume in B4 down will be the indicators: y, n
In say, C4: =IF(B4="y",$B$2,0)
Format C4 as percentage
Copy down
--
Max
Singapore
http://savefile.com/projects/236895
Downloads:22,500 Files:370 Subscribers:66
xdemechanik
---
"thechooks" wrote:
I am trying to apply 10%tax when tax needs to be applied (i.e. when next to
the item I have placed a y. If there is no tax to be added, (i.e. displayed
by an n, then I want it to display 0%. I have placed the 10% tax amount in a
cell on it's own, in this case B2



  #6   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 694
Default If percentage is 10% when y or 0% when n

OOPS forgot B2
=IF(B5="Y",A5*B2,A5)
Regards
"John" wrote in message
...
Hi
Let say A5 is your price: B5 is Y or N: B2 your 10%.
=IF(B5="Y",A5*1.1,A5)
Try that.
HTH
John
"thechooks" wrote in message
...
I am trying to apply 10%tax when tax needs to be applied (i.e. when next
to
the item I have placed a y. If there is no tax to be added, (i.e.
displayed
by an n, then I want it to display 0%. I have placed the 10% tax amount
in a
cell on it's own, in this case B2,
Please help, this is driving me nuts ;)
Linda



  #7   Report Post  
Posted to microsoft.public.excel.newusers
Max Max is offline
external usenet poster
 
Posts: 9,221
Default If percentage is 10% when y or 0% when n

Welcome. Pl press the YES button in that response. Thanks.
--
Max
Singapore
http://savefile.com/projects/236895
Downloads:22,500 Files:370 Subscribers:66
xdemechanik
---
"thechooks" wrote:
Thanks so VERY much Max. You rock....Worked exactly.


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
percentage me[_2_] Excel Discussion (Misc queries) 6 June 5th 08 04:53 PM
Percentage AOU Excel Discussion (Misc queries) 2 September 7th 07 10:20 PM
Calculating a percentage with the end percentage in mind Shadowshady Excel Discussion (Misc queries) 2 June 17th 06 09:41 AM
Percentage chedd via OfficeKB.com Excel Worksheet Functions 2 June 8th 06 10:00 AM
Bar Chart depicting the "percentage of another percentage(less than 100)" TEAM Charts and Charting in Excel 1 October 28th 05 05:06 AM


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