Lyrics & Knowledge Personal Pages Record Shop Auction Links Radio & Media Kids Membership Help
The Mudcat Cafesj



User Name Thread Name Subject Posted
GUEST,pavane in amsterdam Tech: Where can I D/L Defrag.exe for Windows98 (26) RE: Tech: Where can I D/L Defrag.exe for Windows98 02 Jan 06


In fact, if you use indirect cell references, you can make the whole thing sortable, and you can delete cells without getting referencing errors.

It is a bit tricky setting it up the first time, but you can then just paste your data in and leave the formulas unchanged.

This makes it much more general-purpose, and it automatically updates as you delete cells.

In the above example, you could use the following formulas in row 2, for example

Column C =concatenate("B",row())                                 
Column D =concatenate("B",row()-1)
Column E =if(indirect(c2)=indirect(d2),1,0)

indirect(c2) will be translated to a reference to cell B2, and indirect(d2) will refer to cell b1

you then copy these formulas into all following rows, of course.
You can now delete just cells A2 and B2, moving other cells up, and everything gets recalculated.


Post to this Thread -

Back to the Main Forum Page

By clicking on the User Name, you will requery the forum for that user. You will see everything that he or she has posted with that Mudcat name.

By clicking on the Thread Name, you will be sent to the Forum on that thread as if you selected it from the main Mudcat Forum page.

By clicking on the Subject, you will also go to the thread as if you selected it from the original Forum page, but also go directly to that particular message.

By clicking on the Date (Posted), you will dig out every message posted that day.

Try it all, you will see.