Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 26
Default Additional IF Function

Hi,

I have formula array as follow :
=IF(S51="R";IF(ISNUMBER(W51);IF(ISNUMBER(X51);IF(I SNUMBER(Y51);IF(ISNUMBER(Z51);"Paid";"On Paid");"Waiting Fund");"in process");"sending");"Cashless")

I would like to add more, if S51="C", then result will be cashless,
How can i modify by inserting this one?

Appreciate,
Pran
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,520
Default Additional IF Function

Hi Pran

Currently the formula returns Cashless for anything other than R

=IF(S51="R",IF(ISNUMBER(Z51),"Paid",IF(ISNUMBER(Y5 1),"On
Paid",IF(ISNUMBER(X51),"Waiting Fund",IF(ISNUMBER(W51),"in
process","sending")))),IF(S51="C","Cashless","S51 not C or R Change this text
suit"))


If this post helps click Yes
---------------
Jacob Skaria


"Pran" wrote:

Hi,

I have formula array as follow :
=IF(S51="R";IF(ISNUMBER(W51);IF(ISNUMBER(X51);IF(I SNUMBER(Y51);IF(ISNUMBER(Z51);"Paid";"On Paid");"Waiting Fund");"in process");"sending");"Cashless")

I would like to add more, if S51="C", then result will be cashless,
How can i modify by inserting this one?

Appreciate,
Pran

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,520
Default Additional IF Function

with semicolon as separator.

=IF(S51="R";IF(ISNUMBER(Z51);"Paid";IF(ISNUMBER(Y5 1);"On
Paid";IF(ISNUMBER(X51);"Waiting Fund";IF(ISNUMBER(W51);"in
process";"sending"))));IF(S51="C";"Cashless";""))

If this post helps click Yes
---------------
Jacob Skaria


"Pran" wrote:

Hi,

I have formula array as follow :
=IF(S51="R";IF(ISNUMBER(W51);IF(ISNUMBER(X51);IF(I SNUMBER(Y51);IF(ISNUMBER(Z51);"Paid";"On Paid");"Waiting Fund");"in process");"sending");"Cashless")

I would like to add more, if S51="C", then result will be cashless,
How can i modify by inserting this one?

Appreciate,
Pran

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
Additional IF Function Pran Excel Worksheet Functions 4 October 27th 09 04:24 AM
AVERAGESIFS Function - average cells that fall within a date rangeand meet additional criteria SK08 Excel Worksheet Functions 3 March 12th 09 06:31 PM
Automatically Extend Formula in Count function with Additional Row D Excel Discussion (Misc queries) 3 August 22nd 08 04:43 PM
Need additional help Pamela Jean Excel Worksheet Functions 6 October 19th 06 07:12 PM
cell ref in function formula change when inserting additional colu STAR263 Excel Worksheet Functions 1 May 18th 06 11:04 PM


All times are GMT +1. The time now is 04:49 PM.

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"