Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=IF('5-19 Epson Ink'!H4<0, '5-19 Epson Ink'!A4)
this is the formula that i have. how to i tell it to also do it if h40?? tia |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi,
Try this but not the only condition now exceluded is zero =IF('5-19 Epson Ink'!H4<0, '5-19 Epson Ink'!A4) Mike "nso" wrote: =IF('5-19 Epson Ink'!H4<0, '5-19 Epson Ink'!A4) this is the formula that i have. how to i tell it to also do it if h40?? tia |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
that did work thank you!! do you know how to do this--- (i copied a thread i
posted earlier) CAN ANYONE HELP PLEASE? if column g is < or 0, i want it to copy that entire row to a spreadsheet in the same workbook. if it =0, i want it to leave it and move onto the next row. is there a way of doin this without puttin a separate formula into each cell? not only is that really really tedious, but then ill end up with blank rows. basically, i need a list of all the skus from several spreadsheets within a workbook that have a variance (column g does not equal zero). this list needs to be its own spreadsheet in the workbook. "nso" wrote: i have a workbook with several spreadsheets. in each row on each spreadsheet there is a sku, upc, description, empty cell to enter floor count (we'll call this A), empty cell to enter backroom count (we'll call this B), empty cell to enter system count (we'll call this C), cell that automatically calculates the difference between the system count and the combined totals of floor and backroom counts (D= C-(A+B)). what i need it to do is- if D is more or less than 0, i want that whole ROW copied to a blank spreadsheet at the end of my workbook. so far, i have only been able to get it to copy the first cell from that row, but i need the whole thing. is there a way to do this other than putting a formula in each row in that column??? thanks, i hope i explained this well. "Mike H" wrote: Hi, Try this but not the only condition now exceluded is zero =IF('5-19 Epson Ink'!H4<0, '5-19 Epson Ink'!A4) Mike "nso" wrote: =IF('5-19 Epson Ink'!H4<0, '5-19 Epson Ink'!A4) this is the formula that i have. how to i tell it to also do it if h40?? tia |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
change "true" and "false" to "availble" and "out of stock" | Excel Worksheet Functions | |||
nesting "and" in sumproduct function | Excel Discussion (Misc queries) | |||
Naming cell ranges, copying formulas for a range & nesting "IF" fu | Excel Discussion (Misc queries) | |||
HELP on "left","right","find","len","substitute" functions | Excel Discussion (Misc queries) | |||
Count occurences of "1"/"0" (or"TRUE"/"FALSE") in a row w. conditions in the next | New Users to Excel |