Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Time Ticket ...Im Lost

Im setting up a excel spread sheet so i can bill my customers i got most of
the codes put it I have one problem I can't program a code so when i put in
the equiptment the cost of the use comes in the cell when i put the unit
number in .
i have the unit as a drop cell but i want the unit rate to show up with it.
Can anyone help me?I have the list to the far left for all the machinery
operators and the units and unit price

Unit Machine Qty Unit Cost Operator Travel
Number & Model Rate Amount
Bocat #2 8 hours 750 6000 dave




  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,986
Default Time Ticket ...Im Lost

If your columns are set up like this on the sheet:

A B C D E
F
1 Unit Machine Qty Unit Cost Operator Travel
Number & Model Rate Amount
2 Bocat #2 8 hours 750 6000 dave

Then put this in cell E2 and copy it down to the bottom of your data range.

IF(a2"", c2*d2, "")





"Itsalmostfriday" wrote:

Im setting up a excel spread sheet so i can bill my customers i got most of
the codes put it I have one problem I can't program a code so when i put in
the equiptment the cost of the use comes in the cell when i put the unit
number in .
i have the unit as a drop cell but i want the unit rate to show up with it.
Can anyone help me?I have the list to the far left for all the machinery
operators and the units and unit price

Unit Machine Qty Unit Cost Operator Travel
Number & Model Rate Amount
Bocat #2 8 hours 750 6000 dave




  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,986
Default Time Ticket ...Im Lost

Forgot the equal sign:

=IF(a2"", c2*d2, "")



"Itsalmostfriday" wrote:

Im setting up a excel spread sheet so i can bill my customers i got most of
the codes put it I have one problem I can't program a code so when i put in
the equiptment the cost of the use comes in the cell when i put the unit
number in .
i have the unit as a drop cell but i want the unit rate to show up with it.
Can anyone help me?I have the list to the far left for all the machinery
operators and the units and unit price

Unit Machine Qty Unit Cost Operator Travel
Number & Model Rate Amount
Bocat #2 8 hours 750 6000 dave




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
How to calculate saved or lost time MSSailor Excel Discussion (Misc queries) 3 March 9th 09 11:35 AM
adding a code to calculate how much time is lost vwghia21 Excel Discussion (Misc queries) 3 September 6th 06 08:54 AM
ticket counting Bob Excel Worksheet Functions 4 August 26th 06 05:14 PM
I'm Lost... Bin? Delineate different processes with time samples William Elerding Excel Programming 5 August 10th 06 06:39 AM
ticket numbering wheresleo Excel Programming 1 January 4th 05 04:18 PM


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