Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Brian
 
Posts: n/a
Default Cost times amount (if populated)

Column A is the number of shirts ordered.
Column G is the name to be printed on the shirt(s)...(if wanted).
Column H is the total cost to print the name(s) if wanted (@ $6.00 each).

How do I get the cost (Column H) to fill in based on if there is anything in
Column G (left blank for no name and if a name is wanted, type in the name)
and multiply by the quantity (Column A) for a total in Column H?
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
renegan
 
Posts: n/a
Default Cost times amount (if populated)


Try to put this on column H rows:
=If(Isblank(G1),0,A1*6)


--
renegan
------------------------------------------------------------------------
renegan's Profile: http://www.excelforum.com/member.php...o&userid=10450
View this thread: http://www.excelforum.com/showthread...hreadid=535096

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Brian
 
Posts: n/a
Default Cost times amount (if populated)

Thanks

"renegan" wrote:


Try to put this on column H rows:
=If(Isblank(G1),0,A1*6)


--
renegan
------------------------------------------------------------------------
renegan's Profile: http://www.excelforum.com/member.php...o&userid=10450
View this thread: http://www.excelforum.com/showthread...hreadid=535096


  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Bob Phillips
 
Posts: n/a
Default Cost times amount (if populated)

=IF(G2="",0,A2*6)

--
HTH

Bob Phillips

(remove nothere from email address if mailing direct)

"Brian" wrote in message
...
Column A is the number of shirts ordered.
Column G is the name to be printed on the shirt(s)...(if wanted).
Column H is the total cost to print the name(s) if wanted (@ $6.00 each).

How do I get the cost (Column H) to fill in based on if there is anything

in
Column G (left blank for no name and if a name is wanted, type in the

name)
and multiply by the quantity (Column A) for a total in Column H?



  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Brian
 
Posts: n/a
Default Cost times amount (if populated)

Nailed it ! Thanks.

"Bob Phillips" wrote:

=IF(G2="",0,A2*6)

--
HTH

Bob Phillips

(remove nothere from email address if mailing direct)

"Brian" wrote in message
...
Column A is the number of shirts ordered.
Column G is the name to be printed on the shirt(s)...(if wanted).
Column H is the total cost to print the name(s) if wanted (@ $6.00 each).

How do I get the cost (Column H) to fill in based on if there is anything

in
Column G (left blank for no name and if a name is wanted, type in the

name)
and multiply by the quantity (Column A) for a total in Column H?






  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
ChuckF
 
Posts: n/a
Default Cost times amount (if populated)

Brian, I am not sure exactly what you are trying to do. If column H
lists the price and you want the total dollar amount to appear in I
then in I type the following
=IF(A1=0,"",A1*H1)

If ALL the shirts are 6 you can simply do this in H
=IF(A1=0,"",A1*6)

Does this help?

  #7   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Brian
 
Posts: n/a
Default Cost times amount (if populated)

yes, thanks

"ChuckF" wrote:

Brian, I am not sure exactly what you are trying to do. If column H
lists the price and you want the total dollar amount to appear in I
then in I type the following
=IF(A1=0,"",A1*H1)

If ALL the shirts are 6 you can simply do this in H
=IF(A1=0,"",A1*6)

Does this 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
stoke market accounting buy brokrej amount sell brokrej amount ISMAIL Excel Worksheet Functions 0 February 9th 06 07:49 PM
sorting multiple minimum times the swimmer Excel Discussion (Misc queries) 2 December 23rd 05 02:32 AM
multiply hours/minutes times dollars for total dollar amount Anakin0303 Excel Discussion (Misc queries) 1 December 12th 05 06:43 PM
our cost to customers cost thisguy Excel Worksheet Functions 2 July 15th 05 03:38 AM
Can you limit the amount of times a calc is performed on certain cells n_davies Excel Discussion (Misc queries) 1 January 24th 05 10:43 PM


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