Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
bill gras
 
Posts: n/a
Default RE add cells together if value has a formula

I have in cell F26 formulas that produce numbers 0-24 when I add two cells
together providing that F26 =1 the two cells add together do not give the
result according to the formula.
eg: =IF(F26=0,K52,K52+J52) this formula only adds K52+J52 but does not give
K52 on its own if F26=1 I think it is because F26 has a formula
MID(C27,5,1) which gives the answer of 1 I have to use the MID funtion to
extract a single number from 11400 all in one cell

please help
thaks
bill gras
  #2   Report Post  
Biff
 
Posts: n/a
Default

Hi!

MID(C27,5,1)


I have to use the MID funtion to extract a single number from 11400 all in
one cell


MID is a TEXT function and returns TEXT even if the referenced cell is
numeric. You can convert the TEXT number to a true numeric number like this:

=--MID(C27,5,1)

Based on the formula and the referenced cell value of 11400, the returned
result will be 0.

Biff

"bill gras" wrote in message
...
I have in cell F26 formulas that produce numbers 0-24 when I add two cells
together providing that F26 =1 the two cells add together do not give the
result according to the formula.
eg: =IF(F26=0,K52,K52+J52) this formula only adds K52+J52 but does not
give
K52 on its own if F26=1 I think it is because F26 has a formula
MID(C27,5,1) which gives the answer of 1 I have to use the MID funtion
to
extract a single number from 11400 all in one cell

please help
thaks
bill gras



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
see the cells the formula relates to by double clicking the cell pvagolfer Excel Discussion (Misc queries) 1 May 16th 05 12:25 AM
trying to create an (almost) circular formula between cells and data validated cells with lists KR Excel Worksheet Functions 0 May 12th 05 07:21 PM
Macro or Formula to remove Text from Cells smck Excel Worksheet Functions 6 May 11th 05 03:22 AM
Need a 1 Column multiplication formula for 2600 cells. How? Buckle Excel Worksheet Functions 1 March 25th 05 04:17 PM
How do i select different cells to be use in a formula. Manuel Excel Discussion (Misc queries) 1 January 13th 05 03:52 PM


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