"nesting"?

N

nso

=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 h4>0??

tia
 
M

Mike H

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
 
N

nso

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

help with IF formula 2
ISBLANK IF STATEMENT 6
Modifying If Statement 5
FORMULA 8
Epson XP-3150 not printing 2
"or" formula 2
% calculation 1
excel time stamp 3

Top