What do I need to do here please.

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello from Steved

I've have two worksheets named Summary and City (1)

ok the below will give me the first numeric number off 1721 which is 1
Which is in the Summary Sheet.

=IF(1-ISERROR(F6),IF(ISNUMBER(--LEFT(F6)),--LEFT(F6),LEFT(F6)),"")

ok in Sheet named City (1) I have =IF(Summary!A6=1,ROW(),"")

I want to take out
=IF(1-ISERROR(F6),IF(ISNUMBER(--LEFT(F6)),--LEFT(F6),LEFT(F6)),"") from the
summary sheet and put it in City (1)

ok this is my attempt
=IF(1-ISERROR(Summary!F6),IF(ISNUMBER(--LEFT(Summary!F6)),--LEFT(Summary!F6),LEFT(Summary!F6)),"")*IF(Summary!F6=1,ROW(),"")

It is displaying #VALUE! I am asking it to read from Cell F6 on the sheet
Called Summary.

Please Help Thankyou.
 
Hello from Steved

in the first column I've put =IF(R6=1,ROW(),"")

At the end In Column R I've put
=IF(1-ISERROR(Summary!F6),IF(ISNUMBER(--LEFT(Summary!F6)),--LEFT(Summary!F6),LEFT(Summary!F6)),"")

And it works fine

Ok can I combine the both together please.

Thankyou.
 

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

Back
Top