Tech Support Guy System Info Utility version 1.0.0.9
OS Version: Microsoft Windows 10 Home, 64 bit, Build 19041, Installed 20200727142315.000000-300
Processor: AMD Athlon(tm) II X4 630 Processor, AMD64 Family 16 Model 5 Stepping 2, CPU Count: 4
Total Physical RAM: 4 GB
Graphics Card: AMD Radeon HD 5700 Series, 1024 MB
Hard Drives: C: 464 GB (386 GB Free);
Motherboard: Gigabyte Technology Co., Ltd. GA-MA74GM-S2, ver x.x
System: Award Software International, Inc., ver GBT - 42302e31
Antivirus: Windows Defender, Enabled and Updated
I was using a tutorial to create a password generator using Excel. I followed directions carefully and checked several times to make sure everything was correct. At the end I was told to press enter and it would generate a password. But when I hit enter the only thing that came up was #NAME?
Here is the string I was told to create:
=CHAR(RANDBETWEEN(65,90))&CHAR(RANDBETWEEN(65,90))&RANDBETWEEN(100,999)&LOWER(CHAR(RANDBETWEEN(65,90))&CHAR(RANDBETWEEN(33,39)))
Not long ago I tried with a different program and the same thing happened. My copy of Microsoft Excel is dated 2003. I don't know if that has anything to do with the problem.
Can anyone tell from this what my problem is?
OS Version: Microsoft Windows 10 Home, 64 bit, Build 19041, Installed 20200727142315.000000-300
Processor: AMD Athlon(tm) II X4 630 Processor, AMD64 Family 16 Model 5 Stepping 2, CPU Count: 4
Total Physical RAM: 4 GB
Graphics Card: AMD Radeon HD 5700 Series, 1024 MB
Hard Drives: C: 464 GB (386 GB Free);
Motherboard: Gigabyte Technology Co., Ltd. GA-MA74GM-S2, ver x.x
System: Award Software International, Inc., ver GBT - 42302e31
Antivirus: Windows Defender, Enabled and Updated
I was using a tutorial to create a password generator using Excel. I followed directions carefully and checked several times to make sure everything was correct. At the end I was told to press enter and it would generate a password. But when I hit enter the only thing that came up was #NAME?
Here is the string I was told to create:
=CHAR(RANDBETWEEN(65,90))&CHAR(RANDBETWEEN(65,90))&RANDBETWEEN(100,999)&LOWER(CHAR(RANDBETWEEN(65,90))&CHAR(RANDBETWEEN(33,39)))
Not long ago I tried with a different program and the same thing happened. My copy of Microsoft Excel is dated 2003. I don't know if that has anything to do with the problem.
Can anyone tell from this what my problem is?