Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
Len Len is offline
external usenet poster
 
Posts: 162
Default Nested IF functions

Hi,

How to set a nested function within IF formula or macro like VB code
to check column D for one or more specific texts ,if matches it
returns the corresponding value from column J and go on the next row
until it reaches the furnishing line for example,

Column D Column J Column L

1) …travel… 200.00
IF(ISNUMBER(FIND("travel",$D1)),$J1,"") = 200.00
2) …air/fares 400.00
IF(ISNUMBER(FIND("travel",$D1)),$J1,"") = blank
3) …tolls… 50.00
IF(ISNUMBER(FIND("tolls",$D2)),$J2,"") = 50.00
4) …Btrips…travel… 124.00 Nested IF formula ???
= 124.00
5) …Btrips…travel… tolls.. 75.00 Nested IF formula ???
= 75.00

For item 4), Nested IF formula for one or more specific texts ( ie
B'trip or travel )
For item 5), Nested IF formula for one or more specific texts ( ie
B'trip or travel or tolls )

Is it possible to set the above function such as like or contain to
check for one or more specific text from that row ?

Please help, many thanks

Regards
Len


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 IF Functions Kelly Excel Worksheet Functions 4 March 10th 08 02:39 PM
Nested functions Joyce Excel Discussion (Misc queries) 4 January 18th 08 07:04 PM
Too many nested IF functions! Skyscan Excel Worksheet Functions 7 July 9th 07 03:22 AM
NESTED IF FUNCTIONS EuGene C. White Excel Worksheet Functions 4 July 5th 06 01:06 AM
Nested Functions with OR bill ch Excel Worksheet Functions 5 April 7th 06 06:29 PM


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

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"