So I do not want to use excel but was wondering how hard would it be to create something that held names, email, phone, amount and time. Then lets say if David paid for items twice a week, I will need for it to tell me how much he spent on a weekly, monthly and quarterly basis along with points that would be accumulated.
+ Reply to Thread
Results 1 to 16 of 16
Thread
-
-
Not sure why you are averse to excel (or its equivalents: g-sheets, apple numbers, open/libre office calc, lotus123, or even smartsheet). This would be a breeze for any of them. Not harder, at all.
I could this in my sleep if I had the time (I don't, sorry).
Scott -
- Quickbooks
- various CRMsWant my help? Ask here! (not via PM!)
FAQs: Best Blank Discs • Best TBCs • Best VCRs for capture • Restore VHS -
OK, there are 2 issues i see with the way you ask the question, first: the title says "something more advanced than excel".. it will be hard to find something thats "more advanced" than a software that exists for about 30-40 years and is worth billions of dollars. - of course it is only advanced in the area it was developed for.
On the other hand you post this in the development forum which implies you thought about a custom program. If so, there are many questions that come up:
-) what programming languages are you able to use
-) in which environment has the final product to run
-) especially interesting: what is the data source? so how do you gather the informations about names, email, phone amount and time?
Sure there are many more questions but i am not sure if it is the direction you were thinking at allLast edited by emcodem; 25th Jul 2021 at 15:28.
-
But all the criteria mentioned in the OP are so basic that many many tools can do it easily, including Excel and those equivalents that I already mentioned.
Scott -
-
If you want this on a webpage - even just a local one on your PC - you code up in php and create your data in MySQL using an Apache server. All results then come from MySQL queries. Sounds expensive but everything, even a dms such as Heidi is free.
Sleeker yes. A learning curve an even bigger yes -
SQLite probably makes more sense than MySQL.
users currently on my ignore list: deadrats, Stears555 -
^^ don't know that one. Since I have to author my website for online and offline (for testing) I stick to the basics.
-
Don't know what you mean by sleek, but Excel has database functions that should fit your needs. You can create a custom form page to display only the info you need and use the online version of Excel to display in a browser, though I'm not sure all the functions are available.
Decades ago I created a workbook for the store I managed to maintain the customer information. Everything was hidden behind the form I created, not only make it easier for my co-workers, but to prevent them from touching anything they shouldn't. My co-worker who was a wiz at databases said "You did that in Excel?!"
I work in accounting and when I'm asked if I know Excel, I answer is that I've found over the decades that "Knowing Excel" is situational. There are advanced functions that I've never used before that make sense after looking up the formula and learning what they do.Last edited by lingyi; 27th Jul 2021 at 13:19.
-
"Programmers are human-shaped machines that transform alcohol into bugs."
-
-
[QUOTE=mol3000;2626565] I guess the big question i asked before is the key part here... what is the data source? Is all the data how much david paid how often already available in some kind of database or other digital form or do you want/need to input it manually anyways?
If you input the data manually, then it is most likely just as all others said here, the time to develop your own solution would be huge compared to just learn and work into one of the existing spreadsheed apps like excel... It could only make sense to develop your own solution in a large scale environment, e.g. when you need a few users to work with it and they are not teachable regarding using the spreadsheed appLast edited by emcodem; 30th Jul 2021 at 19:38.
-
[QUOTE=emcodem;2627016] Yes, the person would enter certain stats manually. For example. A person would enter the time someone came in and enter when they left. That person would be able to look at a particular webpage later and see how many hours that person spent doing a particular task (and no this has nothing to do with timesheets or getting paid)
-
You could use Google Sheets, Create a form [and add formulas, lookup tables for data] and Embed into webpage.
What you're asking for would take a few minutes.
Stop trying to recreate a well proven and designed wheel.Last edited by lingyi; 11th Aug 2021 at 13:26.
-
Agree with lingyi, the back end could be most any data store (excel, csv, sql, etc), and the front end for end user would be an entry and/or edit form, web-based so can easily access it and can be customized to follow the flow you want to direct them to.
Can be done with some massaging & convincing in Excel, can be done much easier in MS Access (though that can get into issues with cloud sharing and file locking). Can be done MUCH easier with Gsheets or with SmartSheet (which are both cloud-based and have no sharing issues).
Scott
Similar Threads
-
Can't find Advanced Editing in Wondershare Uniconverter
By genistas in forum EditingReplies: 2Last Post: 11th Mar 2020, 04:16 -
Help making really advanced DVD menus.
By Supercookie07 in forum Authoring (DVD)Replies: 8Last Post: 21st Oct 2018, 23:42 -
How to learn Advanced Encoding settings? Need Help !
By LoverOfLove in forum Video ConversionReplies: 2Last Post: 31st Aug 2017, 15:00 -
Karaoke List on Excel to play Karaoke file when clicked on it
By shinkob88 in forum Software PlayingReplies: 0Last Post: 30th Jan 2017, 23:57 -
Advanced Youtube Client - AYC - I need your support!
By Adithya in forum ProgrammingReplies: 2Last Post: 13th Nov 2016, 00:14