tax

  • Thread starter Thread starter adn4n
  • Start date Start date
A

adn4n

Hi there i am currently inserting the months for the tax periods, s
that a tax code can be assigned depending on what months the person
tax is in.

Therefore the tax year starts in April, so for example July is ta
period 05. How do i do a forumla to explain this, can anyone help me
Thank you
 
Hi
one way:
- create a lookup table with the month names and your tax period
- use VLOOKUP to get the associated values
 
=CHOOSE(MONTH(A1),10,11,12,1,2,3,4,5,6,7,8,9)

--

HTH

Bob Phillips
... looking out across Poole Harbour to the Purbecks
(remove nothere from the email address if mailing direct)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top