Folks
Hopefully this makes some sense!!! Not sure what I should be searching for if there was another thread with a similar problem.
Can any one help with changing a formula currently being used so that it can separate or distinguish between 2 types of data and then put the result
It's basically an order book for our company consisting of a range of dates (received, shipped, etc) and formulas to calculate number of days from receipt to shipping etc. This has been fine with what I've got at the moment as we only had a single product type but we've recently taken over another company so now have 2 product types and I'm trying to use the current formulas but have it distinguish between the two.
The below is a snap shot of the spreadsheet in use. The columns with data in (K onwards) are the previous used (ie single product) and these are all fine. The Yellow headed ones are the new ones I want to fill. The distinguishing factor is a word in column C and is either Red or White (as an example)
The end result I'm hoping for is if you take the first line of data, ROW 4, if the word in column C is White then I want the formulas to work as following:
M4 - cell to be empty
N4 - cell to have a number
I have got K & L and also O 7 P to work as you can see but am really struggling with a couple of columns in the middle, been trying pretty much all day on and off
The current formulas used in are:
K & L - =IF(C7="RED",(NETWORKDAYS(D4,J4,BH!B39:B68)),"") - This is working ok
M - =IF(H4=J4,0,NETWORKDAYS(H4,J4,BH!B3:B68)) - This is where I need help. If I add (C7="RED", at the start and the subsequent closing at the end it just gives me an error message
Need to do the same for column N as well.
Many thanks
Hopefully this makes some sense!!! Not sure what I should be searching for if there was another thread with a similar problem.
Can any one help with changing a formula currently being used so that it can separate or distinguish between 2 types of data and then put the result
It's basically an order book for our company consisting of a range of dates (received, shipped, etc) and formulas to calculate number of days from receipt to shipping etc. This has been fine with what I've got at the moment as we only had a single product type but we've recently taken over another company so now have 2 product types and I'm trying to use the current formulas but have it distinguish between the two.
The below is a snap shot of the spreadsheet in use. The columns with data in (K onwards) are the previous used (ie single product) and these are all fine. The Yellow headed ones are the new ones I want to fill. The distinguishing factor is a word in column C and is either Red or White (as an example)
The end result I'm hoping for is if you take the first line of data, ROW 4, if the word in column C is White then I want the formulas to work as following:
M4 - cell to be empty
N4 - cell to have a number
I have got K & L and also O 7 P to work as you can see but am really struggling with a couple of columns in the middle, been trying pretty much all day on and off
The current formulas used in are:
K & L - =IF(C7="RED",(NETWORKDAYS(D4,J4,BH!B39:B68)),"") - This is working ok
M - =IF(H4=J4,0,NETWORKDAYS(H4,J4,BH!B3:B68)) - This is where I need help. If I add (C7="RED", at the start and the subsequent closing at the end it just gives me an error message
Need to do the same for column N as well.
Many thanks