#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Petty cash hell


Hi,
I am trying to get my spread sheet to work out tax only if it is
deductable. So one column is titled gross, one is titled net and one is
titled tax. I want to be able to type in the gross cost in the gross
column, if i pay tax on the item i want to put a "Y" in the tax column
(Yes tax has been paid) and then the net ammount would be
automatically calculated and put in the net column. If I put a "n" in
it (No tax has not been paid) then the net column stays the same as the
gross amount.

Can you help?


--
maisy1
------------------------------------------------------------------------
maisy1's Profile: http://www.excelforum.com/member.php...o&userid=37157
View this thread: http://www.excelforum.com/showthread...hreadid=568761

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Petty cash hell


Something like

=IF(B2="N",A2,A2*10)

Change *10 to your tax amount

The reverse would be

=IF(B2="y",A2*10,A2)

VBA Noob


--
VBA Noob
------------------------------------------------------------------------
VBA Noob's Profile: http://www.excelforum.com/member.php...o&userid=33833
View this thread: http://www.excelforum.com/showthread...hreadid=568761

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Petty cash hell


Thank you so much for that - It not only worked, but also stopped me
from throwing the laptop across the room!! You are a star.


--
maisy1
------------------------------------------------------------------------
maisy1's Profile: http://www.excelforum.com/member.php...o&userid=37157
View this thread: http://www.excelforum.com/showthread...hreadid=568761

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
Is this possible [email protected] Excel Worksheet Functions 2 June 30th 06 10:50 PM
Formula for Petty Cash form to return -/+ amount? tb Excel Worksheet Functions 2 May 29th 06 08:51 PM
Simple Petty Cash Sheet ? needtolearn Excel Discussion (Misc queries) 2 February 15th 06 07:04 PM
I need an excel template for "Petty Cash Report" PSMT Excel Discussion (Misc queries) 1 June 15th 05 05:40 PM
I need a petty cash template. can anyone help me? Jose Excel Discussion (Misc queries) 1 April 13th 05 09:07 AM


All times are GMT +1. The time now is 07:58 AM.

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"