Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3
Default formula help: IF a cell has any number in it.....

I basically want to have a formula in a cell that will perform one
calculation if a certain cell is empty, but if that cell has a number in it,
will perform a calculation on that cell. Anyone know how to do this?

My idea was =IF(D5=(character for "any number"),D5+B3,C5+B3)

Anyone have ideas on this? Thank you for any help!
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3
Default formula help: IF a cell has any number in it.....

nvm, fixed it myself. Used ISBLANK, so that if the cell was empty, then it
would do one calculation, if cell was not, it would do second calculation.

"HowlingBlue" wrote:

I basically want to have a formula in a cell that will perform one
calculation if a certain cell is empty, but if that cell has a number in it,
will perform a calculation on that cell. Anyone know how to do this?

My idea was =IF(D5=(character for "any number"),D5+B3,C5+B3)

Anyone have ideas on this? Thank you for any help!

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,856
Default formula help: IF a cell has any number in it.....

You could have used ISNUMBER( ).

Pete

On Mar 16, 7:36 pm, HowlingBlue wrote:
nvm, fixed it myself. Used ISBLANK, so that if the cell was empty, then it
would do one calculation, if cell was not, it would do second calculation.



"HowlingBlue" wrote:
I basically want to have a formula in a cell that will perform one
calculation if a certain cell is empty, but if that cell has a number in it,
will perform a calculation on that cell. Anyone know how to do this?


My idea was =IF(D5=(character for "any number"),D5+B3,C5+B3)


Anyone have ideas on this? Thank you for any help!- Hide quoted text -


- Show quoted text -



  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 116
Default formula help: IF a cell has any number in it.....

=IF(ISBLANK(D5),C5+B3,D5+B3)

Regards,

Alan



"HowlingBlue" wrote in message
...
I basically want to have a formula in a cell that will perform one
calculation if a certain cell is empty, but if that cell has a number in
it,
will perform a calculation on that cell. Anyone know how to do this?

My idea was =IF(D5=(character for "any number"),D5+B3,C5+B3)

Anyone have ideas on this? Thank you for any help!



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
Is it a formula or a number in cell scooper Excel Worksheet Functions 2 October 23rd 06 03:58 PM
Formula help, chaning a cell number within the formula [email protected] Excel Discussion (Misc queries) 1 July 18th 06 02:44 PM
in excell the cell only displays formula, not the number sherry blah blah blah Excel Worksheet Functions 1 November 10th 05 12:50 AM
Transform a Cell from Formula to Number Sloth Excel Discussion (Misc queries) 4 July 11th 05 05:46 PM
inserting data from a row to a cell, when the row number is specified by a formula in a cell [email protected] New Users to Excel 2 January 6th 05 07:18 AM


All times are GMT +1. The time now is 08:03 AM.

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"