#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Heindrich
 
Posts: n/a
Default nested fnctions


I am busy programming a work sheet in exel 2003. I need to have more than 7
If functions in one of my formulas to pick up correct amounts. How do I do
this as excel only allows for 7.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Marijus
 
Posts: n/a
Default nested fnctions

i think you can change fuction IF with LOOKUP .
Write more information about what are you trying to do.

--
M.A.
"Heindrich" <Heindrich @discussions.microsoft.com wrote in message ...


I am busy programming a work sheet in exel 2003. I need to have more than 7
If functions in one of my formulas to pick up correct amounts. How do I do
this as excel only allows for 7.
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Duke Carey
 
Posts: n/a
Default nested fnctions

*Usually* you will find there are easier ways to do things than lots of
nested IFs. Give us an idea of what you are trying to accomplish and we can
help you out.



"Heindrich" wrote:


I am busy programming a work sheet in exel 2003. I need to have more than 7
If functions in one of my formulas to pick up correct amounts. How do I do
this as excel only allows for 7.

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Heindrich
 
Posts: n/a
Default nested fnctions

I am developing an asset register that complies with new IFRS requirements.

So i have a financial year that begins in march 2004 and ends Feb 2005. So
the formula I am writing picks up additions in this period and disposals
within the date range and then has to return the amount of months remaining
in that year, and if the asset was not purchased in the given date range it
has to return the value of 12 (months for the year)

Hope this helps

"Duke Carey" wrote:

*Usually* you will find there are easier ways to do things than lots of
nested IFs. Give us an idea of what you are trying to accomplish and we can
help you out.



"Heindrich" wrote:


I am busy programming a work sheet in exel 2003. I need to have more than 7
If functions in one of my formulas to pick up correct amounts. How do I do
this as excel only allows for 7.

  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Duke Carey
 
Posts: n/a
Default nested fnctions

Nope, it doesn't help.

Give us an example of one of your IF formulas and a clear statement of what
your logical 'ifs' are trying to do


"Heindrich" wrote:

I am developing an asset register that complies with new IFRS requirements.

So i have a financial year that begins in march 2004 and ends Feb 2005. So
the formula I am writing picks up additions in this period and disposals
within the date range and then has to return the amount of months remaining
in that year, and if the asset was not purchased in the given date range it
has to return the value of 12 (months for the year)

Hope this helps

"Duke Carey" wrote:

*Usually* you will find there are easier ways to do things than lots of
nested IFs. Give us an idea of what you are trying to accomplish and we can
help you out.



"Heindrich" wrote:


I am busy programming a work sheet in exel 2003. I need to have more than 7
If functions in one of my formulas to pick up correct amounts. How do I do
this as excel only allows for 7.



  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
MattShoreson
 
Posts: n/a
Default nested fnctions


Setup... In A1 put the StartDate, 1/3/05, in B1 the EndDate 1/2/06.

In C1 put the parameter date of the thing in question, e.g. 1/4/05.

=IF(AND(A3=A1,A3<=A2),IF(MONTH(A3)=3,12-MONTH(A3)+3,MONTH(A3)),12)


--
MattShoreson
------------------------------------------------------------------------
MattShoreson's Profile: http://www.excelforum.com/member.php...fo&userid=3472
View this thread: http://www.excelforum.com/showthread...hreadid=530504

  #7   Report Post  
Posted to microsoft.public.excel.worksheet.functions
MattShoreson
 
Posts: n/a
Default nested fnctions


BTW the last post assumes you want the remaining months in the fiscal
year.


--
MattShoreson
------------------------------------------------------------------------
MattShoreson's Profile: http://www.excelforum.com/member.php...fo&userid=3472
View this thread: http://www.excelforum.com/showthread...hreadid=530504

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
Nested Subtotals in Excel 2002 KG Excel Discussion (Misc queries) 2 September 10th 05 11:51 AM
Why are my nested sub-totals are displaying incorrectly? chiefdean13 Excel Discussion (Misc queries) 1 July 20th 05 05:45 AM
Nested IF statements John Simons Excel Worksheet Functions 14 February 16th 05 06:17 AM
€śUse of more then 7 nested if statement€ť Faisal Yameen Excel Worksheet Functions 2 January 12th 05 04:20 PM
7+ nested if statement? Turi Excel Worksheet Functions 3 December 20th 04 07:55 PM


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