Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 22
Default requiring column entries

I have a spreadsheet that includes the following fields.
Item - Quantity - Price Each - Total Price

The Total Price column is a calculated column that reflects the sum of the
Quantity column times the Price Each column. However, some items do not
require a quantity, but only requires a total price. For efficiency sake,
users do not want to enter any more information than is required. So I didn't
want to force them to enter a "quantity" of 1 plus put the price in "price
each" in order to get the amount to reflect in the Total Price column. What
is a good way to handle the items that don't require this extra quantity
entry? If I allow the user to just enter Total Price they will permanently
erase my formula. I'm wondering if there is a creative alternative. Please
help.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,389
Default requiring column entries

I would allow them to leave quantity blank, but enter Price Each. Your Total
Price formula then becomes:
=if(Quantity="",1,Quantity)*PriceEach

Regards,
Fred

"Candace" wrote in message
...
I have a spreadsheet that includes the following fields.
Item - Quantity - Price Each - Total Price

The Total Price column is a calculated column that reflects the sum of the
Quantity column times the Price Each column. However, some items do not
require a quantity, but only requires a total price. For efficiency sake,
users do not want to enter any more information than is required. So I
didn't
want to force them to enter a "quantity" of 1 plus put the price in "price
each" in order to get the amount to reflect in the Total Price column.
What
is a good way to handle the items that don't require this extra quantity
entry? If I allow the user to just enter Total Price they will permanently
erase my formula. I'm wondering if there is a creative alternative. Please
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
Sum Problem requiring help NoodNutt Excel Worksheet Functions 6 May 2nd 08 05:23 PM
Counting entries in column based on condition in another column RobertR Excel Worksheet Functions 1 February 8th 07 03:54 PM
Count entries in one column based on values in another column Kurt Excel Worksheet Functions 7 January 10th 07 09:29 PM
requiring a field cherrynich Excel Worksheet Functions 1 July 10th 06 10:00 PM
Locking column entries to an adjacent linked column Steeljaw Excel Discussion (Misc queries) 1 January 23rd 06 10:45 PM


All times are GMT +1. The time now is 08:13 AM.

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"