Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
How do i Ask for the same argument from either one of two columns (IE Hour or
Unit + exp+tax ) |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() 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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I create a dependent list, to a current list? | Excel Discussion (Misc queries) | |||
Filterered list to new worksheet | Excel Worksheet Functions | |||
find names on list 1 in list 2. list 1 4000 names list 2 400 name | Excel Worksheet Functions | |||
create price list from excel sheet | Excel Discussion (Misc queries) | |||
looking to update price list, wanted to up charge list by 35% . | Excel Worksheet Functions |