Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
ianonline
 
Posts: n/a
Default Sum of column (with word in)


Can anyone help with what I guess is simple but I'm stuck with!

I'm producing an invoice template. The postage is (thanks to brilliant
help provided to someone else on ExcelTip) now calculated automatically
and when the subtotal is over a certain value, then the postage cell
displays the word "FREE".

I am summing up J46 (subtotal) minus J47 (discount) + J48 (postage)

Now, Excel can't normally add up a column of numbers that includes a
word, but I expect there is a way around it. Do you know what it is?

Thank you for your help.

Ian


--
ianonline
------------------------------------------------------------------------
ianonline's Profile: http://www.excelforum.com/member.php...o&userid=34279
View this thread: http://www.excelforum.com/showthread...hreadid=542736

  #2   Report Post  
Posted to microsoft.public.excel.misc
Biff
 
Posts: n/a
Default Sum of column (with word in)

Hi!

Try this:

=J46-J47+IF(J48="Free",0,J48)

Biff

"ianonline" wrote
in message ...

Can anyone help with what I guess is simple but I'm stuck with!

I'm producing an invoice template. The postage is (thanks to brilliant
help provided to someone else on ExcelTip) now calculated automatically
and when the subtotal is over a certain value, then the postage cell
displays the word "FREE".

I am summing up J46 (subtotal) minus J47 (discount) + J48 (postage)

Now, Excel can't normally add up a column of numbers that includes a
word, but I expect there is a way around it. Do you know what it is?

Thank you for your help.

Ian


--
ianonline
------------------------------------------------------------------------
ianonline's Profile:
http://www.excelforum.com/member.php...o&userid=34279
View this thread: http://www.excelforum.com/showthread...hreadid=542736



  #3   Report Post  
Posted to microsoft.public.excel.misc
Dave Peterson
 
Posts: n/a
Default Sum of column (with word in)

A couple mo

=SUM(J46,-J47,J48)

=j46-j47+N(j48)



ianonline wrote:

Can anyone help with what I guess is simple but I'm stuck with!

I'm producing an invoice template. The postage is (thanks to brilliant
help provided to someone else on ExcelTip) now calculated automatically
and when the subtotal is over a certain value, then the postage cell
displays the word "FREE".

I am summing up J46 (subtotal) minus J47 (discount) + J48 (postage)

Now, Excel can't normally add up a column of numbers that includes a
word, but I expect there is a way around it. Do you know what it is?

Thank you for your help.

Ian

--
ianonline
------------------------------------------------------------------------
ianonline's Profile: http://www.excelforum.com/member.php...o&userid=34279
View this thread: http://www.excelforum.com/showthread...hreadid=542736


--

Dave Peterson
  #4   Report Post  
Posted to microsoft.public.excel.misc
ianonline
 
Posts: n/a
Default Sum of column (with word in)


That's fantastic and works well. I went with the third one where N
represents any word so that I can easily change the word in the postage
formula. thnaks again. :

Ian


--
ianonline
------------------------------------------------------------------------
ianonline's Profile: http://www.excelforum.com/member.php...o&userid=34279
View this thread: http://www.excelforum.com/showthread...hreadid=542736

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
Column picked randomly with probability relative to number of entr Neil Goldwasser Excel Worksheet Functions 4 May 30th 06 08:55 AM
Need to Improve Code Copying/Pasting Between Workbooks David Excel Discussion (Misc queries) 1 January 6th 06 03:56 AM
The last column in my word document contains both text and number Ishta Excel Worksheet Functions 2 December 12th 05 07:00 PM
need formula to search column for a word and return another word Skyline Excel Discussion (Misc queries) 5 November 18th 05 10:00 PM
match and count words David Excel Worksheet Functions 5 July 4th 05 02:24 AM


All times are GMT +1. The time now is 06:05 PM.

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"