Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Excel / General Excel Questions / December 2007

Tip: Looking for answers? Try searching our database.

creating formulas which ignore text in the relevant cells

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
help with excel formulas - 31 Dec 2007 15:31 GMT
How can you create a formula which will ignore text in the cells the formula
is relevant to?

i.e i have a row of numbers which SUM will add up as a formula, however
sometimes i need to have a number plus a letter in the same cell as soon as i
do this the formula ignores the number and creates an error

Any help?
CLR - 31 Dec 2007 15:47 GMT
Depending on exactly how your TEXT string is constructed, something like this
should work..........

=(LEFT(A1,LEN(A1)-1)*1)+3

Vaya con Dios,
Chuck, CABGx3

> How can you create a formula which will ignore text in the cells the formula
> is relevant to?
[quoted text clipped - 4 lines]
>
> Any help?
tedmi - 31 Dec 2007 15:51 GMT
The easiest way to do this is to spread your data over three columns, like so:
Col.A contains just numbers
Col.B contains just the text that may get combined with numbers
Col.C contains the formulas A1&B1, copied down
Run your sum on Col.A
For reporting purposes, you can hide Cols A and B, and put the Sum(A1.Axx)
function at the foot of Col.C
Signature

TedMi

> How can you create a formula which will ignore text in the cells the formula
> is relevant to?
[quoted text clipped - 4 lines]
>
> Any help?
CLR - 31 Dec 2007 15:57 GMT
Good answer, TedMi.........I misread the OP's post

Vaya con Dios,
Chuck, CABGx3

> The easiest way to do this is to spread your data over three columns, like so:
> Col.A contains just numbers
[quoted text clipped - 12 lines]
> >
> > Any help?
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.