P
PaulW2
Hello,
I have an excel sheet where I need to calculate turn around time o
several processes. I used the IF function a couple of times and neste
them into 1 formula. This works great, except under 1 condition: 1 o
the fields in the function contains a string as data.
For a certain group of words, the calculation changes, so I would lik
to be able to use the statement:
IF(A1="part of string",B1,C1)
Since the strings all start with the same letter, it would be ideal t
be able to have the function reconize the cell, because it contain
that part of the string.
I cannot add another column, to convert the string into something, to
create a workaround, since the sheet is embedded in another system.
If anyone can help, I would be very grateful!
Thanks!
Grtz,
Pau
I have an excel sheet where I need to calculate turn around time o
several processes. I used the IF function a couple of times and neste
them into 1 formula. This works great, except under 1 condition: 1 o
the fields in the function contains a string as data.
For a certain group of words, the calculation changes, so I would lik
to be able to use the statement:
IF(A1="part of string",B1,C1)
Since the strings all start with the same letter, it would be ideal t
be able to have the function reconize the cell, because it contain
that part of the string.
I cannot add another column, to convert the string into something, to
create a workaround, since the sheet is embedded in another system.
If anyone can help, I would be very grateful!
Thanks!
Grtz,
Pau