A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » Worksheet Functions
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Help with changing a formula



 
 
Thread Tools Display Modes
  #1  
Old August 25th, 2008, 02:50 AM posted to microsoft.public.excel.worksheet.functions
JBoyer
external usenet poster
 
Posts: 53
Default Help with changing a formula

The current formula I have is...
=IF(COUNTBLANK(INDEX(F:L,ROW(),))COUNTBLANK(INDEX (F:L,ROW()+1,)),"PENDING
CREDITS","")

I want to make one addition to this formula. Before it does my current
formula I want it to check if any cells in F:L,ROW() are 0, if they are i
want it to be blank, if not then I want it to perform my current formula.

THANKS IN ADVANCE!
  #2  
Old August 25th, 2008, 02:57 AM posted to microsoft.public.excel.worksheet.functions
Corey
external usenet poster
 
Posts: 47
Default Help with changing a formula

=IF(INDEX(F:L,ROW()=0),IF(COUNTBLANK(INDEX(F:L,RO W(),))COUNTBLANK(INDEX(F:L,ROW()+1,)),"PENDING
CREDITS",""))
"JBoyer" wrote in message
...
The current formula I have is...
=IF(COUNTBLANK(INDEX(F:L,ROW(),))COUNTBLANK(INDEX (F:L,ROW()+1,)),"PENDING
CREDITS","")

I want to make one addition to this formula. Before it does my current
formula I want it to check if any cells in F:L,ROW() are 0, if they are i
want it to be blank, if not then I want it to perform my current formula.

THANKS IN ADVANCE!



  #3  
Old August 25th, 2008, 03:06 AM posted to microsoft.public.excel.worksheet.functions
JBoyer
external usenet poster
 
Posts: 53
Default Help with changing a formula

That formula didnt seem to work for me...

"Corey" wrote:

=IF(INDEX(F:L,ROW()=0),IF(COUNTBLANK(INDEX(F:L,RO W(),))COUNTBLANK(INDEX(F:L,ROW()+1,)),"PENDING
CREDITS",""))
"JBoyer" wrote in message
...
The current formula I have is...
=IF(COUNTBLANK(INDEX(F:L,ROW(),))COUNTBLANK(INDEX (F:L,ROW()+1,)),"PENDING
CREDITS","")

I want to make one addition to this formula. Before it does my current
formula I want it to check if any cells in F:L,ROW() are 0, if they are i
want it to be blank, if not then I want it to perform my current formula.

THANKS IN ADVANCE!




  #4  
Old August 25th, 2008, 03:50 AM posted to microsoft.public.excel.worksheet.functions
Rick Rothstein \(MVP - VB\)[_1183_]
external usenet poster
 
Posts: 1
Default Help with changing a formula

Does this do what you want?

=IF(COUNTIF(F:L,"0")0,"",IF(COUNTBLANK(INDEX(F:L ,ROW(),))COUNTBLANK(INDEX(F:L,ROW()+1,)),"PENDING
CREDITS",""))

Rick


"JBoyer" wrote in message
...
The current formula I have is...
=IF(COUNTBLANK(INDEX(F:L,ROW(),))COUNTBLANK(INDEX (F:L,ROW()+1,)),"PENDING
CREDITS","")

I want to make one addition to this formula. Before it does my current
formula I want it to check if any cells in F:L,ROW() are 0, if they are i
want it to be blank, if not then I want it to perform my current formula.

THANKS IN ADVANCE!


  #5  
Old August 25th, 2008, 12:16 PM posted to microsoft.public.excel.worksheet.functions
JBoyer
external usenet poster
 
Posts: 53
Default Help with changing a formula

Yes, Perfect! Thanks

"Rick Rothstein (MVP - VB)" wrote:

Does this do what you want?

=IF(COUNTIF(F:L,"0")0,"",IF(COUNTBLANK(INDEX(F:L ,ROW(),))COUNTBLANK(INDEX(F:L,ROW()+1,)),"PENDING
CREDITS",""))

Rick


"JBoyer" wrote in message
...
The current formula I have is...
=IF(COUNTBLANK(INDEX(F:L,ROW(),))COUNTBLANK(INDEX (F:L,ROW()+1,)),"PENDING
CREDITS","")

I want to make one addition to this formula. Before it does my current
formula I want it to check if any cells in F:L,ROW() are 0, if they are i
want it to be blank, if not then I want it to perform my current formula.

THANKS IN ADVANCE!



 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 11:55 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.