WUGNET, the Windows User Group Network
Your Complete Resource Center for "The Best" in Shareware, Computing Tips and Support, Windows Industry News... and much more!
Home Forums Shareware Windows Tips Hot Offers FREE Newsletters Arcade Contact Us About Partners
Search WUGNET: RSS Feeds RSS Feeds Advertise with WUGNET    |    Shareware eBooks
HomeHome FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

How to add (sum) a row cells with letter

 
Goto page Previous  1, 2
   Home -> Office -> Worksheet Functions RSS
Next:  Mon Wed Mon Wed Mon Wed Copy  
Author Message
JC-PS

External


Since: Aug 11, 2008
Posts: 22



(Msg. 9) Posted: Fri Aug 15, 2008 7:15 pm
Post subject: Re: How to add (sum) a row cells with letter [Login to view extended thread Info.]
Archived from groups: microsoft>public>excel>worksheet>functions (more info?)

"Max" wrote:

> Lost you on your new query ..
>
> Can you upload a sample file (in .xls format) using a free filehost,
> then post a link to it here?
>
> For example, you could use this free filehost to upload:
> http://www.freefilehosting.net/
>
> Copy the "direct link" which is generated after you upload,
> then paste it here
>
> (Desensitize your sample as appropriate)
> --
> Max
> Singapore
> http://savefile.com/projects/236895
> Downloads:17,000, Files:358, Subscribers:55
> xdemechanik
> ---
> "JC-PS" <JCPS.RemoveThis@discussions.microsoft.com> wrote
> >> > Thanks, have been useful. Right now I'm looking for a formula if I
> >> > have a column for a remark like "No Paid" using a letter W in
> >> > substitute, but at the same time may discriminate from others like M or
> >> > F, and give a result of hours used for those kind of license on a
> >> > column beside this one.
> >
> > .....monday tuesday wednesday ..................Use Hrs---License Letter
> > ......L3.2.......W...........F...................................7.2.............W
> > or
> > ..... -
> > ........M...........W..................................7.2.............M
> > ..............................................................(and).7.2.............W
> > this both at the same day (could be on different column).
>
>
> This is a portion of the table pasted I'm working on, I hope may be lightful.

http://www.megaupload.com/es/?d=UPZXUDGR
Back to top
Login to vote
Max

External


Since: Sep 08, 2003
Posts: 4604



(Msg. 10) Posted: Mon Aug 18, 2008 8:03 pm
Post subject: Re: How to add (sum) a row cells with letter [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Unable to download your sample as per the link given

Try using the earlier simple, free filehost to upload:
http://www.freefilehosting.net/

--
Max
Singapore
http://savefile.com/projects/236895
Downloads:17,400 Files:358 Subscribers:55
xdemechanik
---
"JC-PS" <JCPS DeleteThis @discussions.microsoft.com> wrote >>
>> This is a portion of the table pasted I'm working on, I hope may be
>> lightful.
>
> http://www.megaupload.com/es/?d=UPZXUDGR
Back to top
Login to vote
JC-PS

External


Since: Aug 11, 2008
Posts: 22



(Msg. 11) Posted: Mon Aug 18, 2008 8:03 pm
Post subject: Re: How to add (sum) a row cells with letter [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

"Max" wrote:

> Unable to download your sample as per the link given
>
> Try using the earlier simple, free filehost to upload:
> http://www.freefilehosting.net/
>
> --
> Max
> Singapore
> http://savefile.com/projects/236895
> Downloads:17,400 Files:358 Subscribers:55
> xdemechanik
> ---
> "JC-PS" <JCPS.TakeThisOut@discussions.microsoft.com> wrote >>
> >> This is a portion of the table pasted I'm working on, I hope may be
> >> lightful.
> >
> > http://www.megaupload.com/es/?d=UPZXUDGR
>
>
> Try this time, I've been using the language version for the others pads. This time should work out well or better...

http://www.megaupload.com/?d=UPZXUDGR
Back to top
Login to vote
Max

External


Since: Sep 08, 2003
Posts: 4604



(Msg. 12) Posted: Tue Aug 19, 2008 9:13 pm
Post subject: Re: How to add (sum) a row cells with letter [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Sorry, am unable to proceed. Suggest that you start a new thread for your
new query. Note that it is always easier not to mix numbers with letters, as
has been mentioned by others.
--
Max
Singapore
http://savefile.com/projects/236895
Downloads:17,400 Files:358 Subscribers:55
xdemechanik
---
Back to top
Login to vote
JC-PS

External


Since: Aug 11, 2008
Posts: 22



(Msg. 13) Posted: Sun Aug 24, 2008 1:36 pm
Post subject: Re: How to add (sum) a row cells with letter [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

"Héctor Miguel" wrote:

> hi, !
>
> > I'm trying to add cells WITH numbers but they have letters (alphanumerical).
> > Example: A B C D E Total of sick days (S) Total vacations (L)
> > L2.3 S3 W L3.3 - ..... 3 5.5
> > L1.2 - - - - 1.2
> > I'd like to sum just numbers of previous cells of A to E and total them at the last columns.
>
> sick days: =sum(if(left(a2:e2,1)="s",--mid(a2:e2,2,10)))
> vacations: =sum(if(left(a2:e2,1)="l",--mid(a2:e2,2,10)))
>
> > ... if conditional formula may concider like the W letter but with a specific value like 7.2 and add it to a previos total.
>
> (i.e.) =countif(a2:e2,"w")*7.2
>
> > The same for S and L.
>
> try with something like above and...
>
> if any doubt (or further information)... would you please comment ?
> regards,
> hector.
>
>
> The formula =SUM(IF(LEFT(C51:N51,1)="s",--MID(C51:N51,2,10)))=COUNTIF(A2:E2,"s")*7.2 shows #VALUE! with CSE or without =countif...
The other one;
=SUM(IF(LEFT(A1:D1)="S",IF(ISNUMBER(--MID(A1:D1,2,10)),--MID(A1:D1,2,10))))
enter with CSE shows or add only S with numbers, but no just the S alone
which must be included in the formula for the value of 7.5.
If I have in the 2 Row, S3.5 in A2, and S in C2, and other letter meaning
for vacation "L" in E2, it should end up counting just the S including those
alphanumerical and exclude other letters. So the result must be 11. I hope
this time I expressed it better.
Back to top
Login to vote
JC-PS

External


Since: Aug 11, 2008
Posts: 22



(Msg. 14) Posted: Sun Aug 24, 2008 2:32 pm
Post subject: Re: How to add (sum) a row cells with letter [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

"JC-PS" wrote:

>
>
> "Héctor Miguel" wrote:
>
> > hi, !
> >
> > > I'm trying to add cells WITH numbers but they have letters (alphanumerical).
> > > Example: A B C D E Total of sick days (S) Total vacations (L)
> > > L2.3 S3 W L3.3 - ..... 3 5.5
> > > L1.2 - - - - 1.2
> > > I'd like to sum just numbers of previous cells of A to E and total them at the last columns.
> >
> > sick days: =sum(if(left(a2:e2,1)="s",--mid(a2:e2,2,10)))
> > vacations: =sum(if(left(a2:e2,1)="l",--mid(a2:e2,2,10)))
> >
> > > ... if conditional formula may concider like the W letter but with a specific value like 7.2 and add it to a previos total.
> >
> > (i.e.) =countif(a2:e2,"w")*7.2
> >
> > > The same for S and L.
> >
> > try with something like above and...
> >
> > if any doubt (or further information)... would you please comment ?
> > regards,
> > hector.
> >
> >
> > The formula =SUM(IF(LEFT(C51:N51,1)="s",--MID(C51:N51,2,10)))=COUNTIF(A2:E2,"s")*7.2 shows #VALUE! with CSE or without =countif...
> The other one;
> =SUM(IF(LEFT(A1:D1)="S",IF(ISNUMBER(--MID(A1:D1,2,10)),--MID(A1:D1,2,10))))
> enter with CSE shows or add only S with numbers, but no just the S alone
> which must be included in the formula for the value of 7.5.
> If I have in the 2 Row, S3.5 in A2, and S in C2, and other letter meaning
> for vacation "L" in E2, it should end up counting just the S including those
> alphanumerical and exclude other letters. So the result must be 11. I hope
> this time I expressed it better.
>>>>>
>>>>>I posted the table I'm trying to finished hardly so far, and you
>>>>>may see it on:
>>>>>http://www.megaupload.com/?d=2ZI47CUS.
>>>>>I hope might be helpful illustrated with laterals explanations and questions.
Back to top
Login to vote
Display posts from previous:   
       Home -> Office -> Worksheet Functions All times are: Eastern Time (US & Canada) (change)
Goto page Previous  1, 2
Page 2 of 2

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Categories:
 Windows XP
 Windows Vista
 Windows Other
  Office
 Office Other
 Security
 WinRAR
  • Home |
  • Shareware |
  • Windows Tips |
  • Hot Offers |
  • FREE Newsletters |
  • Arcade |
  • Forums |
  • eBooks |
  • About WUGNET |
  • Partners |
  • Contact

  • WUGNET Privacy Policy |
  • Link to WUGNET