Does anybody here have a Lynda.com membership that allows you to download exercise files? I could really use the one for Practical & Effective JavaScript if so....
Anya ,'Dirty Girls'
Buffistechnology 3: "Press Some Buttons, See What Happens."
Got a question about technology? Ask it here. Discussion of hardware, software, TiVos, multi-region DVDs, Windows, Macs, LINUX, hand-helds, iPods, anything tech related. Better than any helpdesk!
Theo, email me.
One of the jobs where I'm applying wants a video of me teaching. I had one of my friends video my class yesterday, on my iPad. I just tried to post the video to YouTube, from the iPad, and the iPad just froze. Touching the screen doesn't do anything. Pressing the square button gets me back to the home screen. The video did not post to YouTube. I tried iCloud, and same thing happened. Any suggestions?
OK, wait, it seems that, if I just leave it alone after it freezes, then eventually, it starts uploading.
Le nubian - it turns out that the university library has an e-book and a physical book that my boss can use.
I have a complicated Excel question.
I have a multi-tabbed spreadsheet. Each tab is sorted by archive and has a subtotal indicating how many seconds from that archive we've sold. What I want is a summary sheet which adds up all the subtotals.
Is there a formula which will look for "News Subtotal" in each tab and then take the number in the cell next to it? I feel like SUMIF should do this but I don't know how it works.
Depending on how your spreadsheets are set-up, what about vlookup? Or hlookup is it is a horizontal field.
Does the cell #/location not stay the same in each tab (ie, does Tab1 move the News Subtotal from H100 to H101 depending on what's going on), and that's why you need it to be next to the "News Subtotal"?
Yeah, each tab has a completely different number of rows, and in some cases columns. So what I need is to take all of the subtotal rows and transfer them to a clean sheet so I can add up those values.
Sorry, I mean when the spreadsheet is updated, does the placement of the value change within the tab? Not that in Tab1 it's H100 and Tab2 it's G75, but like, on Monday Tab1 is H100 and Friday it's Tab1 H106?
Because if it's just in a different place in each tab, that's easy enough. If it changes where it is, different task.