Hi everyone,
First time poster to the forum.
What I'm looking to do is to use an IF function on a master sheet which takes data from multiple tabs. What I have attempted is the following and works for one tab:
=IF('J BLOGGS'!B11="COMPLETED", 'J BLOGGS'!B1, "")
Then if I extend it to multiple tabs this doesn't work:
=IF('J BLOGGS'!B11="COMPLETED", 'J BLOGGS'!B1, "")+IF('M BEAN'!B11="COMPLETED",'M BEAN'!, B1, "")
I plan to extend this further to more tabs so that if this holds there email addresses will appear on the master sheet. Configuring these is another problem in its self as there may be quite a few but I will cross that bridge when it comes to it!
Many thanks in advance any help is much appreciated
First time poster to the forum.
What I'm looking to do is to use an IF function on a master sheet which takes data from multiple tabs. What I have attempted is the following and works for one tab:
=IF('J BLOGGS'!B11="COMPLETED", 'J BLOGGS'!B1, "")
Then if I extend it to multiple tabs this doesn't work:
=IF('J BLOGGS'!B11="COMPLETED", 'J BLOGGS'!B1, "")+IF('M BEAN'!B11="COMPLETED",'M BEAN'!, B1, "")
I plan to extend this further to more tabs so that if this holds there email addresses will appear on the master sheet. Configuring these is another problem in its self as there may be quite a few but I will cross that bridge when it comes to it!
Many thanks in advance any help is much appreciated