#1   Report Post  
Noob_power1242
 
Posts: n/a
Default If function

I want to make a if then statment like (in VB format) If F4.text= true then
caculate sum of F4,G5. If F4.text= False then G7.text= "" (blank)

I was messing around trying to make a checkbook program and when I would
apply the equastion to the G column it would display the last number
calulated in the cell above it down the entire column. I would like to make
it to where it will only calulate the equation only if there is text in the
proper cells.
  #2   Report Post  
Bob Phillips
 
Posts: n/a
Default

I think you want

=IF(ISNUMBER(F4),F4+G5,"")

--
HTH

Bob Phillips

"Noob_power1242" wrote in message
...
I want to make a if then statment like (in VB format) If F4.text= true

then
caculate sum of F4,G5. If F4.text= False then G7.text= "" (blank)

I was messing around trying to make a checkbook program and when I would
apply the equastion to the G column it would display the last number
calulated in the cell above it down the entire column. I would like to

make
it to where it will only calulate the equation only if there is text in

the
proper cells.



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
Date & Time mully New Users to Excel 4 May 23rd 05 11:56 AM
Automatically up date time in a cell Mark Excel Discussion (Misc queries) 5 May 12th 05 12:26 AM
clock Wildman Excel Worksheet Functions 2 April 26th 05 10:31 AM
Need a ISWorkday Function -- Any Ideas Mark Excel Worksheet Functions 5 March 29th 05 01:58 AM
Conversion SVC Excel Worksheet Functions 9 February 28th 05 02:29 PM


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