Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 10
Default should I use IF function?

I am trying to balance a worksheet, but I do not want #VALUE! to appear for
data that I have not yet entered.

Column H is Debits
Column I is Credits
Column J is balance (initial balance($J7) - H +I).....

I want to be able to have my function in all of the cells in column J, but I
want J to be blank when I have not yet entered data in H and I.... I tried
using IF, but I do not know if I can use it for bith H and I at the same
time. So, if H is "" and I is "" then "" otherwise (initial balance($J7) - I
+ J)

Thanks


  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,574
Default should I use IF function?

=IF(AND(ISBLANK(H7),ISBLANK(I7),"",J7-H7+I7)
--
Brevity is the soul of wit.


"cmccurdy23" wrote:

I am trying to balance a worksheet, but I do not want #VALUE! to appear for
data that I have not yet entered.

Column H is Debits
Column I is Credits
Column J is balance (initial balance($J7) - H +I).....

I want to be able to have my function in all of the cells in column J, but I
want J to be blank when I have not yet entered data in H and I.... I tried
using IF, but I do not know if I can use it for bith H and I at the same
time. So, if H is "" and I is "" then "" otherwise (initial balance($J7) - I
+ J)

Thanks


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 10
Default should I use IF function?

Thank you! II tried so many things...I knew it could be done, I've done it
before. But it's been a long time since I've used Excel extensively. Now I
just need to recall all the other things I used a long time ago...

"Dave F" wrote:

=IF(AND(ISBLANK(H7),ISBLANK(I7),"",J7-H7+I7)
--
Brevity is the soul of wit.


"cmccurdy23" wrote:

I am trying to balance a worksheet, but I do not want #VALUE! to appear for
data that I have not yet entered.

Column H is Debits
Column I is Credits
Column J is balance (initial balance($J7) - H +I).....

I want to be able to have my function in all of the cells in column J, but I
want J to be blank when I have not yet entered data in H and I.... I tried
using IF, but I do not know if I can use it for bith H and I at the same
time. So, if H is "" and I is "" then "" otherwise (initial balance($J7) - I
+ J)

Thanks


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
Need some comments on my Utility_Move class module. jchen Excel Worksheet Functions 0 August 21st 06 07:05 PM
Creating a Custom Excel Function to Calculate Gini Coefficients [email protected] Excel Worksheet Functions 3 February 21st 06 10:15 PM
Date & Time mully New Users to Excel 4 May 23rd 05 11:56 AM
Conversion SVC Excel Worksheet Functions 9 February 28th 05 02:29 PM
HOW CAN I GET OFFICE 2003 EXCEL BASIC TO NEST FUNCTIONS LIKE EXCE. Robert AS Excel Worksheet Functions 4 December 2nd 04 10:49 AM


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