Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 15
Default Calculation based on Y or N Values

Tax calculations to be calculated @ 10% unless an adjacent cell contains "N"
to indicate no tax is to be calculated.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,651
Default Calculation based on Y or N Values

=IF(B1="N","",A1*10%)
or
=IF(B1="N",0,A1*10%)
depending on whether you want a blank or a zero if no tax.
--
David Biddulph

"Malcolm McMaster" wrote in
message ...
Tax calculations to be calculated @ 10% unless an adjacent cell contains
"N"
to indicate no tax is to be calculated.



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 15,768
Default Calculation based on Y or N Values

Try this:

A1 = 100
B1 = N or empty

=(B1<"n")*0.1*A1

--
Biff
Microsoft Excel MVP


"Malcolm McMaster" wrote in
message ...
Tax calculations to be calculated @ 10% unless an adjacent cell contains
"N"
to indicate no tax is to be calculated.



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
CALCULATION BASED ON MORE THAN TWO CONDITIONS Eclaires Excel Discussion (Misc queries) 4 July 10th 07 03:30 PM
Sum calculation based on condition mniccole Excel Worksheet Functions 6 November 27th 06 08:08 PM
Calculation based on 2 cols burnsbyrne Excel Discussion (Misc queries) 2 July 24th 06 05:31 PM
Calculation based on date Jack Excel Discussion (Misc queries) 3 March 22nd 06 08:17 AM
Calculation based on a condition mac_see Excel Worksheet Functions 3 April 22nd 05 01:24 AM


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