Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
G4
 
Posts: n/a
Default Setting up a price list

How do i Ask for the same argument from either one of two columns (IE Hour or
Unit + exp+tax )
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Anne Troy
 
Posts: n/a
Default Setting up a price list

Perhaps something like:
=if(isblank(a1),b1+c1+d1,a1*e1)
where a has hours, b is unit, c is exp, d is tax, and e is hourly rate.

************
Hope it helps!
Anne Troy
www.OfficeArticles.com
Check out the NEWsgroup stats!
Check out: www.ExcelUserConference.com

"G4" wrote in message
...
How do i Ask for the same argument from either one of two columns (IE Hour
or
Unit + exp+tax )



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
CLR
 
Posts: n/a
Default Setting up a price list

Please be a litte more detailed in describing your problem. "What" data do
you have stored "where", and how do you wish to interrogate it?

Thanks,
Chuck, CABGx3



"G4" wrote:

How do i Ask for the same argument from either one of two columns (IE Hour or
Unit + exp+tax )

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
G4
 
Posts: n/a
Default Setting up a price list

The columns across the top are Hourly or unit plus tax plus expenses i want
the total to be a result of either "Hourly" or "Unit"
"CLR" wrote:

Please be a litte more detailed in describing your problem. "What" data do
you have stored "where", and how do you wish to interrogate it?

Thanks,
Chuck, CABGx3



"G4" wrote:

How do i Ask for the same argument from either one of two columns (IE Hour or
Unit + exp+tax )

  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
CLR
 
Posts: n/a
Default Setting up a price list


If A1=Hourly
B1=Unit
C1=Tax
D1=Expenses
Put this in E2 and copy down.....

=IF(COUNT(A1:B1)=2,"ERROR",SUM(MAX(A1:B1),C1,D1)

Vaya con Dios,
Chuck, CABGx3


"G4" wrote in message
...
The columns across the top are Hourly or unit plus tax plus expenses i

want
the total to be a result of either "Hourly" or "Unit"
"CLR" wrote:

Please be a litte more detailed in describing your problem. "What" data

do
you have stored "where", and how do you wish to interrogate it?

Thanks,
Chuck, CABGx3



"G4" wrote:

How do i Ask for the same argument from either one of two columns (IE

Hour or
Unit + exp+tax )



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 do I create a dependent list, to a current list? elevenphil Excel Discussion (Misc queries) 1 January 30th 06 04:35 PM
Filterered list to new worksheet rudawg Excel Worksheet Functions 1 January 30th 06 03:29 PM
find names on list 1 in list 2. list 1 4000 names list 2 400 name Ed Excel Worksheet Functions 1 September 4th 05 12:48 AM
create price list from excel sheet -keevill- Excel Discussion (Misc queries) 1 February 8th 05 12:02 AM
looking to update price list, wanted to up charge list by 35% . frankie Excel Worksheet Functions 2 December 13th 04 02:17 PM


All times are GMT +1. The time now is 12:39 PM.

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"