These options no longer appear on MacOS Sequoia .. Apple is dropping the ball
@apple-a-day13 сағат бұрын
Everything covered in this video is indeed still available in Sequoia. Nothing has changed.
@adrivangool98533 күн бұрын
Thanks, very good. Can I use this also with 20 pictures? And yes, what must I do to this?
@apple-a-day3 күн бұрын
Hi there - thanks for the question. The template contains 37 Drop Zones so you would need to remove 17 Drop Zones as well as the 17 camera movements related to those deleted Drop Zones. However if you wanted the images evenly spaced within a circle, you would need to figure out the positions of the 20 images. They would need to be 18 degrees apart (for a total of 360 degrees). Then you'll need to use SIN and COS to determine the circular positions of these images. This is more daunting task of course. Hopefully this helps. Thanks for watching!
@adrivangool98532 күн бұрын
@@apple-a-day Thanks for that vert quick answer Other questions; 1) can I copy this project (.MOTN), and give it a other name? 2) can I change the precut from 29.97 fps into 25 fps? Because this is what I use in the Netherlands.
@apple-a-day2 күн бұрын
@@adrivangool9853 Yes, you can simply copy and rename the project and project folder. And you should also be able to change the Motion Project settings to be 25 fps.
@adrivangool9853Күн бұрын
@ I can't change that in your project to 25 fps
@vasiliosnanos3 күн бұрын
hey buddy!is there a way to work out x amount of time per item multiply amount of items,eg. ive got 10 piece i need to cut & it takes me 45min to cut each piece how many hrs will it be!cant seem to figure out the formula.thanks in advance.
@apple-a-day2 күн бұрын
Hi there. So to convert the total minutes to hours you can use the DURATION function: =DURATION(0, 0, 0, B2 * 45, 0, 0) B2 is the cell that contains the total parts. That's multiplied by 45 minutes. This is in the MINUTES parameter of the DURATION function. When you display this cell you will need to select Hours and Minutes in the Cell Duration Properties so the style looks like this: 0h 0m Hope this helps. Thanks for watching!
@MikeSW3 күн бұрын
Are there recommended Delay Times under certain circumstances? I find that - when testing a script - I can drop the Delay from 0.15 sec to 0.17 sec. But if I close out every application and then start up other applications before triggering the script, it will fail. 0.28 sec seems to work fine for running a script cold. But I'm wondering if there are certain sequences of action which are known to be much faster and those known to take more time. Just want to cut down on some tweaking to get scripts running smoothly.
@apple-a-day2 күн бұрын
That's a great question! Unfortunately I just chose my delay times to be longer to make sure that they would always work. From my experience cutting down the delay may work most of the time but then there's always gonna be some hiccup which breaks it. Regarding some sequences being faster than others.... it's not really the action of a UI Event which is faster or slower. It's the Application that you're controlling that can cause delays. For instance clicking on a button should have minimal delay but the execution time of the Button response can't be determined... it's going to be different for every Button depending on the internal code. Hope this makes sense!
@MikeSW3 күн бұрын
I'm trying to write a script that changes the device audio output is assigned to. I'm having trouble selecting from the device list. I've tried CLICK on STATIC TEXT, GROUP, UI ELEMENT and ROW but none of those work. I'm not sure what the name for that UI element is. I tried a Watch Me Do in Automator to see what happens when you select from the device list, but it just gives "CLICK STATIC TEXT" which doesn't seem to work when entered into AppleScript.
@apple-a-day2 күн бұрын
Thanks for the question. This was a tricky one! The 'CLICK' command doesn't work when selecting an item from a list. I had to use KEYSTROKE instead. I was able to get this to work for me (it was tough because the list isn't named by anything obvious): tell application "System Settings" activate reveal pane id "com.apple.Sound-Settings.extension" delay 1.0 end tell tell application "System Events" tell window 1 of application process "System Settings" tell outline 1 of scroll area 1 of group 2 of scroll area 1 of group 1 of group 2 of splitter group 1 of group 1 of window "Sound" of application process "System Settings" of application "System Events" keystroke "MacbookPro Speakers" end tell end tell end tell Hopefully this works for you as well! Thanks for watching!
@Injoy19997 күн бұрын
tks for sharing!
@apple-a-day7 күн бұрын
Thanks for watching!
@AnimalAffectionNation8 күн бұрын
you taught me a lot of useful things. Thank you very much for that.
@apple-a-day7 күн бұрын
You're very welcome, thanks for watching!
@Abbasfathy8 күн бұрын
Dear Sir, I have been viewed most of your movies but, I still didn't know how to copy a range of cells which they (include formulas) to another range of cells using Apple Script! Please, can you Help me?
@apple-a-day7 күн бұрын
Hi there! Unfortunately I don't see a simple way to do this. If I find a solution, I'll post a video on it. Thanks!
@Abbasfathy7 күн бұрын
@@apple-a-day Is it difficult that way? It's just copy a cell's formula to another cell! I know that you are a great instructor and this will be a very easy to you.
@DansplainingVideo8 күн бұрын
Thanks for the explanation. Sure would be nice if Motion did all that for you. I don’t think anyone would want the current behavior.
@apple-a-day8 күн бұрын
Yeah it’s a really annoying workaround. Thanks for watching!
@OzdenOzgun8 күн бұрын
This is amazing. Works like a charm! I'm just wondering if it's possible to run this script in the background? I mean this setting will change after I click the shortcut but the settings app will run hidden. One more question: Is it possible to change the color of the shortcut logo after I click it, so that I can see if Fn switch is on or off? Thanks for the video.
@apple-a-day7 күн бұрын
Hi there. Good question... I think there might be a way to run a script in the background... perhaps with the terminal or with another app running. I'll have to look into it. It might also be something you can do with Xcode. Regarding the color of the shortcut... I just checked the Shortcuts application AppleScript dictionary and a color property exits however it is read only. So it doesn't look like you can change the color programmatically. Thanks for the questions. If I discover a way to run a script in the background, I'll post a video. Thanks for watching!
@Abbasfathy10 күн бұрын
Your tutorials are great. Please, HELP, I want to copy a cell formula to another cell and some formulas from a range of cells to another range of cells (Using Apple Script). Thank you very much.
@apple-a-day7 күн бұрын
Thanks so much! Unfortunately I don't see a simple way to do this. If I find a solution, I'll post a video on it. Thanks!
@AbbasfathyКүн бұрын
@@apple-a-day Thank you. I got the required answer from another youtube channel. It was very simple.
@kaylenmaynard350610 күн бұрын
this helped so much. thank you
@apple-a-day10 күн бұрын
Glad it helped! Thanks for watching!
@willb3213 күн бұрын
Hi John! Thanks for being here helping strangers like yours truly. I wanted to reach out as Im struggling with create a 4 quadrant chart on Numbers. I asked google AI and its steps ended up being very confusing and now Ive created something but its a mess and I cant seem to get back to what I simply stated with. Which was a separate list underneath each of the 4 headings, which were only put in the first 2 columns as I was told to do that then go to chart and then to scatter. But I dont see how to transfer my list and put them in the appropriate 4 quadrants. :(( Im at a loss . Any suggestions or a video would be much appreciated
@apple-a-day12 күн бұрын
Hi there! Thanks for the question. However I'm not sure exactly what you're trying to do. If you like, you can email me at [email protected] and attach your numbers document and hopefully I'll be able to help.
@gerlindechristina23815 күн бұрын
so simple, easy to miss!
@apple-a-day14 күн бұрын
Thanks for watching! Glad you found it helpful.
@Jhauber1933115 күн бұрын
I appreciate all the effort you put into providing these tutorials, they are very helpful to me. However, I had a problem with this script as written. It took me a while to figure out and I learned a lot along the way. Here's the upshot of the issue The result of this statement set theColumnLetter to name of theColumn is dependent on "Settings/General/Cell References use header names as labels". If this setting is checked(on) then the script will generate an invalid formula because the theColumnLetter value will be the value of header column name cell rather than the column letter. Can you suggest a more reliable way to extract the column letter?
@apple-a-day14 күн бұрын
Great catch. I didn't notice the issue because I didn't have a column header. In any case I did find a workaround. I used the Address of the column instead of the name. I then converted that to ASCII so I could get the column letter. The address of the first column will always be 1 which will represent A. The ASCII value of 'A' is 65, so adding 64 to the address to get the column letter worked for me. Here's the updated code to get the column letter: -- GET THE COLUMN LETTER OF THE COLUMN set theColumnAddress to address of theColumn set theColumnAscii to 64 + theColumnAddress set theColumnLetter to ASCII character theColumnAscii AppleScript has a built in function to convert an number to text: ASCII character Hope this solve the problem on your end as well. Thanks for the question and thanks for watching!
@Abbasfathy20 күн бұрын
Please, Help me. I just want to delete a range of cells (C2:C15) and another range (E2:E15) using (apple script). Thank you!
@apple-a-day19 күн бұрын
Hi there! This will clear contents of the specified cell range (Note that this is assuming the first table within the first sheet within the active document): tell application "Numbers" tell document 1 tell sheet 1 tell table 1 set value of every cell of range "C2:C15" to "" set value of every cell of range "E2:E15" to "" end tell end tell end tell end tell
@Abbasfathy17 күн бұрын
@@apple-a-day Thank you very much for your prompt reply and great help. Can you choose for me the best book or online site to use for learning the Apple Script commands?
@apple-a-day16 күн бұрын
@@Abbasfathy I have a handful of AppleScript videos in this playlist: kzbin.info/www/bejne/g4DHenl7ipaKjJo I found this playlist from another KZbinr: kzbin.info/www/bejne/m2qlZHiVedOhjdk That should be enough to get you going. Good luck on your AppleScript journey!
@georgerutgers478420 күн бұрын
WOW!!! This was sooo helpful!!! Thank You!
@apple-a-day20 күн бұрын
Thanks so much! Glad it was helpful. Thanks for watching!
@onedaymoreaboard22 күн бұрын
Thanks for the easy to follow tutorial! Very clear and concise. Long time Excel user trying to get to grips with Numbers, and glad I found you!
@apple-a-day21 күн бұрын
That's so great to hear! Glad this was helpful. Thanks for watching!
@cavatappi9327 күн бұрын
I often use my Mac for screenings at events and thanks to your video I was able to create a script to disable screensaver, disable standby, disable true tone, disable Night Shift's schedule and hide the menu bar, all in 1 click. But most importantly I duplicated the shortcut, edited a couple of lines and now I have a button that resets all of that to the settings I want for my daily use. I know nothing about code, never used scripts before. You can't imagine how big of a quality of life improvement this is for me. Thank you so much.
@apple-a-day27 күн бұрын
Wow! That's fantastic! So glad you were able to put this to use in a real world situation. Thanks for watching!
Thank you for the Video. I have a very specific Rounding request though, which is not explained. Maybe you can help me? I would really appreciate it. I need the number to be rounded either down or up in 0.05 increments. So 1.84 will be rounded up to 1.85 and 1.82 will be rounded down to 1.80. 12.78 will be rounded up to 12.80 etc.
@apple-a-day29 күн бұрын
Hi there! Great question! I just did a quick test and multiplying the source value by 2 before rounding seems to work. Here's the formula: =ROUND(B1 × 2, 1) ÷ 2 B1 is the cell containing the number (eg. 1.84, 1.82, 12.78, etc). That cell value is multiplied by 2 and then it is rounded to 1 decimal point. The result of that is then divided by 2 to get the proper answer. Hope that helps! Thanks for watching!
@davidtmiller56Ай бұрын
So how do you get the age of the person as a variable? We got the theResult as a button Where is the value for the age?
@apple-a-dayАй бұрын
Hi there! Thanks for the question. The result from a Display Dialog statement is actually a record containing multiple values. To get the text that was entered in, you have to get the TEXT RETURNED. Here's and example: set theResult to (display dialog "What is your age?" default answer "") set theAge to text returned of theResult The variable 'theAge' now stored the value that was entered. Hope this helps. Thanks for watching!
@Gavin_EadeАй бұрын
Would this work in davinci resolve?
@apple-a-dayАй бұрын
Hi there. Unfortunately this Motion template will only work in Final Cut Pro. In the future I'll be doing a template like this in Davinci using Fusion.
@Gavin_EadeАй бұрын
@ ok. Thanks for your response 🙂
@AbbasfathyАй бұрын
I have a column with a checkboxs (range b1:b5) and another column (range c1:c5) and I want to count the checkboxs if true in the same time the column (range c1:c5) should be empty (with no values). So, the formula will count the checkboxs (b) which the column (c) in empty. Your HELP is great. Thank you!
@apple-a-dayАй бұрын
HI there! This can be done using COUNTIFS. Th following formula will count a row if these 2 conditions are met: 1) The CHECKBOX under column B is true 2) The CELL under column C is blank =COUNTIFS(B3:B10, "=TRUE", C3:C10, "=") B3:B10 is the range containing checkboxes C3:C10 is the range containing the cells - the condition "=" checks for blank values Hopefully this is what you were asking. Thanks for watching!
@Abbasfathy28 күн бұрын
@@apple-a-day Thank you for your great HELP. Your answer is correct. 😍
@apple-a-day28 күн бұрын
@@Abbasfathy Awesome! Great to hear!
@DmitriyHandpandojoАй бұрын
great!!! if you add throw behaviour on X as you did in your 3d slide show tutorial, will it give you the same result?
@apple-a-dayАй бұрын
I don't think it will work out to be exactly the same. It depends on the movement of course. The Throw behaviour is certainly more predictable than using Continuous keyframes. I find that sometimes when I switch a keyframe to Continuous it doesn't do what I expect. It's all trial and error!
@DmitriyHandpandojoАй бұрын
@@apple-a-day thanks for the reply! I'll try to use it in both ways! and once more thank you for your work! looking forward to see more tutorials on Apple Motion :)
@apple-a-dayАй бұрын
@@DmitriyHandpandojo Thanks so much! Glad you find them helpful!
@DmitriyHandpandojoАй бұрын
thanks for such nice and detailed tutorial! I have question: if I want to add videos here instead of photos and you said it can be tricky with showing it properly, you need to play with "in" parameter.. so I want to show first drop zone and play video with sound in it and then move to second drop zone with other video and with other audio.. so it there any opportunity to control what I want to show and where to start video and also to do audio fades mixing to each other?
@DmitriyHandpandojoАй бұрын
hey there again :) I've found your tutorial about drop zones and videos and looks like there is some way to control video appearance.. so I think If I'll adjust audio fades in the compound clips so it also should work! thank you once more for your ideas!
@apple-a-dayАй бұрын
Hi there! That's great that you found that video. I was going to refer that video to you with regards to handling Video in Drop Zones. Thanks for watching!
@amychin6283Ай бұрын
Thank you so MUCH! This was soooo helpful.
@apple-a-dayАй бұрын
That's great to hear!! Thanks for watching!
@brandonfreeman5614Ай бұрын
Hey, I’m going to a lot from your videos. I appreciate you. Is there a way I can click a sale and it automatically put the days date
@apple-a-dayАй бұрын
Hello! Good question - unfortunately there's no way you can do something like this in Numbers. There isn't a way to capture a mouse click onto a cell and then perform an action.
@brandonfreeman5614Ай бұрын
@ is there any way to quickly capture current date and or time? Like if I start typing in new row or column it will auto populate. That’s for the quick response.
@apple-a-dayАй бұрын
@@brandonfreeman5614 Not automatically but under the Table Menu, near the bottom there are two options: INSERT CURRENT DATE and INSERT CURRENT TIME. They also have keyboard shortcuts which will make it a bit faster.
@saskskyboyАй бұрын
This is an excellent tutorial. I will definitely be following. Thank you so very much.
@apple-a-dayАй бұрын
That's great to hear! Thanks so much!
@SogMoseeАй бұрын
i want to see the size of the folder i am on in the status bar since it doesnt give me the option to see the folder size in the finder column view
@SogMoseeАй бұрын
The closet I got was to just have daisy disk running and refresh on the folder to see the sizes of all the nested folders
@apple-a-dayАй бұрын
Hi there, good question. Unfortunately there does not appear to be a way to do this. You can only show folder sizes in List View.
@apple-a-dayАй бұрын
@@SogMosee Interesting. It's a shame it's just not built into the Finder to show that info in views other than List View.
@anonymousbanana8Ай бұрын
wow it worked thank you!
@apple-a-dayАй бұрын
That's great to hear! Thanks for watching!
@elizahjonah1111Ай бұрын
Thank you this was SOOO helpful!!! 🙏
@apple-a-dayАй бұрын
That's great to hear! Thanks for watching!
@mathrocks7591Ай бұрын
Which of the parts are you using in Apple motion? Project,generator?
@apple-a-dayАй бұрын
Hello, These are the Apple Motion features used in this tutorial: Drop Zones Camera Framing Behavior Throw Behavior Saving a Final Cut Generator Thanks for watching!
@Moshie71Ай бұрын
Thanks for this post, I'm currently paying for MS Office and suddenly thought ... I've got this (numbers) sat here doing nothing AND it's free! My only problem is everything just seems more difficult - I know the prompts are meant to be useful but when you're used to excel (functions) they just get in the way. I guess practice makes perfect. Keep up the good work.
@apple-a-dayАй бұрын
Hi there! Yeah, I get that. Even though they more or less do the same thing, the approach to using Numbers and Excel are different enough to make it hard to learn. I haven't used Office in at least 10 years... I've been able to get by using the Apple suite (Numbers, Pages, Keynote). Thanks for watching!
@DrAlanWeinsteinАй бұрын
I'm using Apple Numbers Calendar Template. If I add an event for example the 3rd Monday in January it adds the same event for every month on the 3rd Monday of that month. However if I only want the event to be on the calendar of a single event on let's say the 3rd Monday of March how do I stop it from showing up on every month?
@apple-a-dayАй бұрын
High there, great question! I just checked out the calendar template and I think the issue is that this template doesn't account for contents/events for each date. Why you add text to the cell (eg. Wife's Birthday), that cell is constant throughout the entire calendar. Also when the month is changed, it's not flipping pages or anything fancy like that, it's simply recalculating the contents of each date block to display the proper date. So I guess the template is really not that useful if you wanted to use it to actually enter events, etc. Thanks for watching!
@DrAlanWeinsteinАй бұрын
@@apple-a-day So appreciate your response. Thanks for taking the time.
@wallacedavidgАй бұрын
I am missing something. I have the latest versions of Motion 5.9 and FCP 11.0. The title looks right in the Motion screen (preview). After saving the project and placing the title in a FCP project the 'SUPERMAN' title animation 'flies' from the center to the bottom right and appears to be cropped. Question 1: Should this be a Motion Project or a Motion Title? Question 2: What settings need to change in Motion to make the title work correctly? My FCP videos are 4K at 29.97 FPS. Thanks
@apple-a-dayАй бұрын
HI there! Good questions. I would probably publish the template as a Final Cut Generator. The reason it's cropped might be because the resolutions don't match. If you created an HD project in Final Cut Pro then used the template does that work? If so then try changing your Motion Project to 4k to see if that solves the issue. Keep me posted. Thanks for watching!
@wallacedavidgАй бұрын
@@apple-a-day thank you for the suggestions. I tried your idea saving as a generator, unfortunately no change was visible. Both FCP and Motion are set for 4K. The Motion project is cropped when placed in FCP. The result looks like you've cropped the top down to the center and the left to the middle. Only the bottom right quadrant contains the Motion title. It's really too bad. The 'Superman' title is really great looking in Motion. I exported the title as a .mov and imported to FCP. This worked properly but the text developed some artifacts that do not appear in Motion. I'm going to look at each element and do a deep dive into their properties. Hoping for success.
@apple-a-dayАй бұрын
@@wallacedavidg Thanks for the additional feedback. I recreated the titles myself and am seeing a similar issue in Final Cut Pro when saving the Motion Project as a generator. There must be a problem with the Replicator in a Motion Project when in Final Cut Pro. I've not yet been able to solve it. I'll take another look over the next week to see if I can find a solution.
@wallacedavidgАй бұрын
@@apple-a-day Not sure what this means or solves ... I recreated your Superman Credits on an older MacBook Pro using Motion 5.4.3 and it looks just like the one in Motion 5.9. I saved it to my older version of FCP 10.4.6 and it worked. The title was centered and behaved just how it looks in Motion. I then opened the old version Motion title in Motion 5.9 and everything looked great. I saved it to FCP 11.0 and got the same bad results with the title only in the lower right quadrant. Not sure where the incompatibility lies Motion 5.9 or FCP 11. It is still a great looking credit! I was hoping to use it in one of my videos.
@wallacedavidgАй бұрын
@apple-a-day The final test was using the title generated in the older Motion version, that worked in the older FCP version, and placing that file inside FCP 11.0. Unfortunately I got the same bad results.
@healthywithhopeАй бұрын
Thank you for making this video! I feel much smarter now. LOL
@apple-a-dayАй бұрын
Haha that's great! Thanks for watching!
@ThisChicagoGirlАй бұрын
Thank you! This has been driving me 🤯!!
@apple-a-dayАй бұрын
Hi there! That's the reason I made this video... it was bugging me too until I finally took the time to find out how to change it. Thanks for watching!
@albibushi157Ай бұрын
this was very helpful. i use excel a lot on windows and i would like to buy a Macbook. I have read a lot of things about excel not being complete in terms of functions on Macbook and i was curious how NUMBERS works. Lo and behold it looks almost the same if not more handy (i.e the Sum drag into cell was very interesting). I use sum ifs and pivot tables a lot and this was quite interesting. I hope apple do something about fully integrating excel so that users get the full experience. Since i need it for personal use i guess this is more than ok. Could you please tell me if what you are using is a macbook air or pro and if yes what model do you recomend? is Macbook air enough for such usage? i do not see myself editing video or coding in the near future.
@apple-a-dayАй бұрын
Hello! Thanks, I'm glad this was helpful. I think it's more up to Microsoft to keep improving Excel for the Mac. I wonder if they don't bother because Apple has near equivalents (Numbers, Pages, Keynote instead of Excel, Word, Powerpoint) In any case, if you're using a Mac mostly for non-video work, a MacBook Air will be more than adequate and even the smaller one supports an external display so you can use it as a desktop with a larger monitor. Hope this helps. Thanks for watching!
@albibushi157Ай бұрын
@@apple-a-day yes, it does. Thanks a lot.
@MirzaIqbal-v8uАй бұрын
how are you capturing it? if i try to share the screen and then try to zoom in with double tab doenst work? any idea please
@apple-a-dayАй бұрын
Hello, I used the Screenflow application to record the screen. I was actually surprised that it recorded the zoom for me. I know that in Zoom calls that screen zoom is ignored so it most likely is a limitation of the screen sharing software.
@AnThOnY-NOWАй бұрын
How can I have Numbers show a popup for the month where I can select a date to insert into the cell? (Date Picker)
@apple-a-dayАй бұрын
Hi there. Unfortunately this feature is not available in Apple Numbers. Thanks for watching!
@AnThOnY-NOWАй бұрын
Is there anyway that when I format a column to be a date for when I click in the cell I get a small month popup where I can manually select a date from the popup instead of typing it in
@apple-a-dayАй бұрын
Hi there. Unfortunately this feature is not available in Apple Numbers :(
@FRANKI18136Ай бұрын
I am a potato but this was very helpful I just finished a proposal with over 30 lines. looks great. Thank you.
@apple-a-dayАй бұрын
That's great to hear! Thanks for watching!
@Niko1ausАй бұрын
How does it work for a multitrack file? Mic 1 recorded "left" and Mic 2 recorded "right"? Is there a feature or do you have to separate the tracks first into separate files?
@apple-a-dayАй бұрын
Hi there, good question! As far as I can tell, you'll have to separate the tracks into separate files. Thanks for watching!
@brianmckenzie1318Ай бұрын
Thank you, direct and succinct!!!
@apple-a-dayАй бұрын
Thanks! And thanks for watching!
@martin_krumovАй бұрын
Hey I am on date format 19.08.2024 but when i take a screenshot it shows month day year. Can I fix this?
@apple-a-dayАй бұрын
Hi there! Good question - I looked into it and I couldn't find a way to change the screen shot date format. I found a way to change the name but not the date portion. If I ever discover a way to do it, I'll post a video. Thanks for watching!
@lrvogt1257Ай бұрын
Good tutorial. I have a question: I have dates for the entire year in column 1. In column A: IF the date in column B is in January... then multiply two other cells in columns C & D. It seems like it should be simple but I just can't figure out the month syntax. Eventually I want to nest these commands so that when the month changes different cells in columns 3 & 4 are multiplied. In other words. (If A is January), C1xD1, (If A is February) C2xD2,, etc Thank you for your attention.
@apple-a-dayАй бұрын
Hi there! Thanks for the question. I was able to achieve this using the SWITCH function since this makes it easy to test for multiple values for the month. This formula works for January and February: =SWITCH( MONTH(A1), 1, B1×C1, 2, D1×E1) So SWITCH checks the value of the first parameter... in the above example this is MONTH(A1). That will return the month number (1 = January, 2 = February, etc.) Then this is followed by a series or pairs: 1, B1xC1 2, D1xE1 The first value in each pair is the month number. The second value is the value to display. I've only put it 2 pairs but this can be unlimited with the SWITCH function. Hopefully this works for you! Thanks for watching!
@RTZProductions56Ай бұрын
Absolutely brilliant. Thank you very much!
@apple-a-dayАй бұрын
Thanks! I'm glad it was helpful!
@JimsodaАй бұрын
Jeez John, I've been using Macs my whole life and never knew a few of those tips. Thanks buddy